benluteijn / cherokee

Automatically exported from code.google.com/p/cherokee
0 stars 1 forks source link

new ssl issues #227

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. compile a system without openssl
2. openssl is detected as NO (in configure)
3.

libtool: link: mipsel-linux-uclibc-gcc -Os -o cherokee-tweak main_tweak.o 
./.libs/libcherokee-base.a ./.libs/libcherokee-client.a
./.libs/libcherokee-server.a ./.libs/libcherokee-config.a
/mnt/dv/skinkie/cherokee/cherokee/.libs/libcherokee-server.a -lcrypt
/mnt/dv/skinkie/cherokee/cherokee/.libs/libcherokee-client.a
/mnt/dv/skinkie/cherokee/cherokee/.libs/libcherokee-base.a -ldl
./.libs/libcherokee-server.a(libcherokee_server_la-plugin_loader.o): In
function `cherokee_plugin_loader_init':
plugin_loader.c:(.text+0xf04): undefined reference to `cherokee_libssl_info'
plugin_loader.c:(.text+0x127c): undefined reference to
`cherokee_plugin_libssl_init'
collect2: ld returned 1 exit status

Original issue reported on code.google.com by ste...@konink.de on 17 Nov 2008 at 5:48

GoogleCodeExporter commented 9 years ago
It's been fixed on r2427.
Stefan, thanks for reporting! :-)

Original comment by alobbs on 17 Nov 2008 at 9:00

GoogleCodeExporter commented 9 years ago
Thank you for the fix :)

Original comment by ste...@konink.de on 17 Nov 2008 at 9:40