Declan Moriarty wrote:



make[1]: Entering directory `/usr/src/Mail-SpamAssassin-3.0.3'
gcc -DSPAMC_SSL spamc/spamc.c spamc/libspamc.c spamc/utils.c \
-o spamc/spamc -ldl
/tmp/ccO2lZ9p.o(.text+0x13d6): In function `message_filter':
: undefined reference to `SSL_library_init'
/tmp/ccO2lZ9p.o(.text+0x13db): In function `message_filter':
: undefined reference to `SSLv2_client_method'
/tmp/ccO2lZ9p.o(.text+0x13e6): In function `message_filter':
: undefined reference to `SSL_load_error_strings'
/tmp/ccO2lZ9p.o(.text+0x13f4): In function `message_filter':
: undefined reference to `SSL_CTX_new'
/tmp/ccO2lZ9p.o(.text+0x1792): In function `message_filter':
: undefined reference to `SSL_new'
/tmp/ccO2lZ9p.o(.text+0x17b0): In function `message_filter':
: undefined reference to `SSL_set_fd'
/tmp/ccO2lZ9p.o(.text+0x17be): In function `message_filter':
: undefined reference to `SSL_connect'
/tmp/ccO2lZ9p.o(.text+0x17ec): In function `message_filter':
: undefined reference to `SSL_write'
/tmp/ccO2lZ9p.o(.text+0x180e): In function `message_filter':
: undefined reference to `SSL_write'
/tmp/ccO2lZ9p.o(.text+0x1cde): In function `message_filter':
: undefined reference to `SSL_free'
/tmp/ccO2lZ9p.o(.text+0x1cec): In function `message_filter':
: undefined reference to `SSL_CTX_free'
/tmp/ccgBYfry.o(.text+0x185): In function `ssl_timeout_read':
: undefined reference to `SSL_read'
collect2: ld returned 1 exit status
make[1]: *** [spamc/spamc] Error 1
make[1]: Leaving directory `/usr/src/Mail-SpamAssassin-3.0.3'
make: *** [spamc/spamc] Error 2


Judging from the error, it's not bringing in the SSL library (libssl) - you could possibly do LDFLAGS=-lssl during the compilation may get you thru it, but I don't know.

-J-
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to