Hey John, 2010/11/4 John Robson <[email protected]>: > sudo aptitude update && aptitude full-upgrade > > Aptitude log: > > [REMOVE, NOT USED] libwt24 > [REMOVE, NOT USED] libwtdbo24 > [REMOVE, NOT USED] libwtdbopostgres24 > [REMOVE, NOT USED] libwtdbosqlite24 > [REMOVE, NOT USED] libwtext24 > [REMOVE, NOT USED] libwthttp24 > [INSTALL, DEPENDENCIES] libwt25 > [INSTALL, DEPENDENCIES] libwtdbo25 > [INSTALL, DEPENDENCIES] libwtdbopostgres25 > [INSTALL, DEPENDENCIES] libwtdbosqlite25 > [INSTALL, DEPENDENCIES] libwtext25 > [INSTALL, DEPENDENCIES] libwthttp25 > > I think it would be nice if there were only one version.
I'm not sure I understand this comment: only one library ? > Error 1) When start a page: > ... --http-port 10000 --http-addr 0.0.0.0 --docroot . > ... error while loading shared libraries: libwt.so.24: cannot open > shared object file: No such file or directory Pau, do you have an idea of why this is ? > Error 2) When try re-build examples: > simplechat/CMakeFiles/simplechat.wt.dir/SimpleChatWidget.o > [ 52%] Building CXX object > simplechat/CMakeFiles/simplechat.wt.dir/SimpleChatServer.o > /usr/share/doc/libwt-doc/examples/simplechat/SimpleChatServer.C:9:23: > error: Wt/SyncLock: Arquivo ou diretório não encontrado My bad. We forgot to install Wt/SyncLock in Wt 3.1.6. Copying src/Wt/SyncLock into your Wt installation directory include path (e.g. /usr/include/Wt/SyncLock) will fix this. Regards, koen ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
