
alvaro at gnu
Apr 18, 2008, 6:43 AM
Post #2 of 2
(243 views)
Permalink
|
On 18 Apr 2008, at 13:33, John Smith wrote: > I am new to cherokee/linux and just downloaded the 0.6.1 version and > complied it successfully. > When I try to run it, I get a shared library error. I am sure it is > something simple that I missed with the configuration. Any help is > appreciated. > > my configure line: > ./configure --localstatedir=/var --prefix=/usr --sysconfdir=/etc -- > with-wwwroot=/var/www --libexecdir=/usr/lib --with-mysql=no > > I tried to set the lib folder because I see all the libs in /usr/lib > but this didnt help either. > > this is the error: > [root[at]localhost cherokee]# /usr/sbin/cherokee > /usr/sbin/cherokee: error while loading shared libraries: > libcherokee-base.so.0: cannot open shared object file: No such file > or directory > > I installed it as root. Also when I go the 'Cherokee-0.6.1/ > cherokee' folder and do ./cherokee, it starts but if I go to > 'Cherokee-0.6.1/cherokee/.libs', I get the same error as before. That is weird. Try "ldd /usr/sbin/cherokee", it should report any unaccessible library. Besides, what's the value of $LD_LIBRARY_PATH? (you can printing by typing "echo $LD_LIBRARY_PATH" in a terminal). -- Greetings, alo. http://www.alobbs.com/ _______________________________________________ Cherokee mailing list Cherokee[at]cherokee-project.com http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
|