[Cppcms-users] error while loading shared libraries: libcppcms.so.1:
Brought to you by:
artyom-beilis
From: augustin <aug...@ov...> - 2010-07-13 08:51:53
|
Hello again, Thanks to your help, I finally could complete make test and make install successfully. Install the project... -- Install configuration: "RelWithDebInfo" -- Installing: /usr/local/lib/libcppcms.so.1.0.0 -- Installing: /usr/local/lib/libcppcms.so.1 -- Installing: /usr/local/lib/libcppcms.so -- Removed runtime path from "/usr/local/lib/libcppcms.so.1.0.0" But when following the "hello world" tutorial, I get: $ ./hello -c config.js ./hello: error while loading shared libraries: libcppcms.so.1: cannot open shared object file: No such file or directory $ ls -l /usr/local/lib/libcppcms.* /usr/local/lib/libcppcms.a /usr/local/lib/libcppcms.so -> libcppcms.so.1 /usr/local/lib/libcppcms.so.1 -> libcppcms.so.1.0.0 /usr/local/lib/libcppcms.so.1.0.0 At first, I thought it was a PATH problem, but it doesn't seem to be so: $ echo $PATH /usr/local/bin:/home/overshoot/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/overshoot/bin:/home/overshoot/bin Augustin. -- Friends: http://www.reuniting.info/ http://activistsolutions.org/ My projects: http://astralcity.org/ http://3enjeux.overshoot.tv/ http://linux.overshoot.tv/ http://overshoot.tv/ http://charityware.info/ http://masquilier.org/ http://openteacher.info/ http://minguo.info/ http://www.wechange.org/ http://searching911.info/ . |