[Cppcms-users] a fool-proof wiki! Re: error while loading shared libraries: libcppcms.so.1:
Brought to you by:
artyom-beilis
From: augustin <aug...@ov...> - 2010-07-14 03:09:40
|
On Tuesday 13 July 2010 05:25:29 pm Artyom wrote: > You have several options: > > 1. Simplest define environment variable > > export LD_LIBRARY_PATH=/usr/local/lib > > 2. Install CppCMS with prexix /usr (cmake -DCMAKE_INSTALL_PREFIX=/usr) > > > (On Linux path for executables and shared libraries is different) > Thank you Artyom, It works! I've added a small note in the wiki: http://art-blog.no-ip.info/wikipp/en/page/cppcms_1x_build You are right to say it's not a cppcms specific problem. Still, some of the other info I added to wiki are not cppcms specific either, for example: how to find which process is blocking port 8080/1. The people who will join this project and use cppcms will have varying degrees of experience. I obviously belong to the least experienced as far as compiling stuff is concerned, and I am sure that the extra information will help future users. It'll save you time in the long run, because you won't have to answer the same question twice. A bit about myself: I am an experienced web application developer. I have been programming in PHP for 10 years. I have professionally developed Drupal modules and I know Drupal well (and that's precisely why I am interested in cppcms!! ;) Drupal is a hog and performance is always an issue!) However, I have no experience at all with C++. The few times I have had to compile stuff for my linux desktop computer, I simply followed blindly without understanding the instructions given with the software. Thus, it is often the simple things that seem obvious to you that I get stuck with. I wish your project to be very successful and others like me are bound to come, so documenting a bit more cannot hurt, I think. As I said, I am a C++ complete newbie, and this will be obvious in some of the questions I may ask in the future. But I am a quick learner. I am spending some time reading and learning from C++ tutorials and manuals available on the web. Artyom, I want to thank you again: I appreciate your making this tool available to us, and I doubly appreciate the speed with which you answer every question on the mailing list. Since I am not (yet) a great C++ developer, the least I can do is help with the wiki. Blessings, 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/ . |