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.

    Then recompile e reinstall the daemon.
    
    Ps: the configure script could figure it out when openssl was
installed as a static library and do this for the user (unless there's
another solution...).

-- 
http://Processo.tk (1118 dias)
http://U-br.tk
Linux 2.6.9
São Paulo - SP



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