Installing Wt on Fedora Core » History » Revision 6
« Previous |
Revision 6/9
(diff)
| Next »
Wim Dumon, 05/18/2011 11:33 PM
remove spam
h1. Installing Wt on Fedora Core
{{toc}}
h3. make install error (Fedora 11)
I followed the outlined process for compilation. Cmake finished successfully, skipping hangman and wtwithqt due to the absence of mysql++-2.x or Qt4. Make compiled the code without issue. Make install failed saying:
CMake Error at src/Wt/Ext/cmake_install.cmake:36 (FILE): file INSTALL cannot copy file "/root/src/wt-3.0.0/src/Wt/Ext/CMakeFiles" to "/usr/local/include/Wt/Ext/CMakeFiles". Call Stack (most recent call first): src/Wt/cmake_install.cmake:184 (INCLUDE) src/cmake_install.cmake:80 (INCLUDE) cmake_install.cmake:53 (INCLUDE)
I eventually removed the directory "CMakeFiles" from the list of files in src/Wt/cmake_install.cmake, and then make install completed successfully.
h3. memory access error (Fedora 8, asio 0.39)
I followed the outlined process taking version 0.39 of asio (no patch) on Fedora 8 and it compiles just fine. When I start the server with some example it says
Starting server: http://0.0.0.0:8080which looks fine to me. I enter
http://localhost:8080/in my browser, but it shows nothing. The console gives me:
The last word is German, meaning "memory access error". If somebody helps me I promise to update the page :)
Can you post a mail on the mailinglist, and if possible, run under valgrind ?
Updated by Wim Dumon over 15 years ago · 9 revisions