On 4/30/05, Declan Moriarty <[EMAIL PROTECTED]> wrote:
> Hi guys!
[snip boring snivelling]

Got it.

It appears that in /root/.cpan/build sources for perl modules collect
and fester.
I got an awful lot of gibberish out of thiis, but the short story is
something must have needed suid and not had it. When I found the
sources and ran the make install, all went well in the world.

Having installed openssl I enabled ssl on all the mail stuff. Spamc
refused to build with ssl enabled (pass a $CFLAGS option $DSPAMC_SSL)
so it is the other weak link in an otherwise ssl capable mail chain. 
I am the other ;-)


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

All SSL users will no doubt immediately help me to get all this 'spy
versus spy'  stuff loaded and working
-- 
     All the Best

     Declan.
--
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