[NCLUG] licq

Michael Dwyer mdwyer at sixthdimension.com
Mon Oct 1 15:49:59 MDT 2001


----- Original Message -----
From: "dmiles" <dmiles at holly.colostate.edu>
To: <nclug at nclug.org>
Sent: Monday, October 01, 2001 3:03 PM
Subject: [NCLUG] licq


> licq can establish connections with people using the ssl protocol but
support
> for that has to be compiled into licq when you compile it... I
downloaded the
> Openssl engine and the   and installed them but it still says that it
couldn't
> find "openssl/ssl.h"
>
> So I looked for "ssl.h" and found it. How do I tell licq where it is?

If licq uses a "configure" script, you can usually tell the configure
script with a command something like this:

./configure --with-ssl=/usr/local/lib/ssl --with-ssl-includes=/usr/local
/include/ssl

(Fill in with the paths of your choice)

> I also figured out that problem with ./configure --help and it gave me
options
> to tell licq where the ssl headers and libs are... What are headers
and what
> are libs?

Headers are the files that end in .h -- so ssl.h is the header.   libs
usually
live in a folder called "lib" and usually end is .so or .a -- So
libssl.so is
your library.

Hope this helps.





More information about the NCLUG mailing list