Alvaro Lopez Ortega írta: > On 19-sep-08, at 11:10, Nagy Zoltán wrote: > >> I get Cherokee 0.8.1 and compiling from source. >> 1, I run configure: >> ./configure --localstatedir=/var --prefix=/usr >> --sysconfdir=/etc --with-wwwroot=/var/www >> >> and in all ok! >> >> 2, I run make and I am getting this error: >> >> ./.libs/libcherokee-base.so: undefined reference to >> `OPENSSL_add_all_algorithms_noconf' >> ./.libs/libcherokee-base.so: undefined reference to >> `ENGINE_load_builtin_engines' >> >> >> I cheks my Openssl, Openssl library, object files and LD_path, IMHO is >> all Ok. >> >> What do I ruin? >> >> If I run configure --disable-tls, then compiling is ok. But I necessary >> is SSL support. > > It compiles alright on Ubuntu, OS X 10.5 and OpenSolaris: > > $ nm -D /usr/lib/libcrypto.so.0.9.8 | grep > OPENSSL_add_all_algorithms_noconf > 00000000000cb020 T OPENSSL_add_all_algorithms_noconf > > Which OpenSSL version are you using? Have you upgraded it by hand (to > get SNI support, for instance)? > > -- > Octality > http://www.octality.com/
Hello! Thanks for your answer. My Openssl verison: $: openssl version OpenSSL 0.9.8i 15 Sep 2008 I upgrade yesterday from 0.9.6., because I believed it, this his reason of error I running nm: $:/ nm -D /usr/lib/libcrypto.so.0.9.8 | grep OPENSSL_add_all_algorithms_noconf 000a9ae0 T OPENSSL_add_all_algorithms_noconf My Linux is SUSELinux : uname -a Linux mail 2.4.10-4GB #1 Wed Jul 7 11:35:18 CEST 2004 i686 GNU/Linux Nagy Zoltan _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
