Lapo Ferrini <[EMAIL PROTECTED]> wrote: > > Hi, > I developed a protocol that use ssleay functions. > I posed it in include directory where there are libraries as ssl.h, err.h, > ecc.. > When I compiled the code with gcc, it generated something strange: > > /tmp/cca001031.o (.text+0x4d):undefined reference to 'SSL_CTX_new' > /tmp/cca001031.o (.text+0x5b):undefined reference to 'SSL_load_error_strings' > Probably you can'T find the rifght libs. Just add -L/usr/local/ssl/lib as additional CFLAG of your makefile. -- read you later - Holger Reif ---------------------------------------- Signaturprojekt Deutsche Einheit TU Ilmenau - Informatik - Telematik (Verdamp lang her) [EMAIL PROTECTED] Alt wie ein Baum werden, um ueber http://Remus.PrakInf.TU-Ilmenau.DE/Reif/ alle 7 Bruecken gehen zu koennen +-------------------------------------------------------------------------+ | Administrative requests should be sent to [EMAIL PROTECTED] | | List service provided by Open Software Associates, http://www.osa.com/ | +-------------------------------------------------------------------------+
