On Sun, 2004-12-19 at 22:16 -0200, D?iel Fraga wrote:
> In article <[EMAIL PROTECTED]>,
>       jonas <[EMAIL PROTECTED]> writes:
> 
> > 22:39:49: [ERR] Unable to load plugin
> > (msn): /usr/local/lib/licq/protocol_msn.so: undefined symbol: MD5
> 
>       Hi! This is a problem Licq has with static openssl I guess.
>     
>     A possible solution is to add the following:
> 
> #include <openssl/md5.h>
> 
> void _dummy(void) {
>       MD5(0,0,0);
> }
> 
>       to icqd.cpp (from licq daemon) to force this symbol to be exported.
Hi, I tried that, but:
icqd.o(.text+0x8c18): In function `_dummy()':
: undefined reference to `MD5'
collect2: ld returned 1 exit status

- looks like it doesn't know MD5 funktion? (but it also doesn't work
with writing the full path in the include line  - whats the problem
here?

thanks so far :)



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to