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/
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to