64 bit compile of tcltls for amsn

Paul Howarth paul at city-fan.org
Tue Feb 21 12:30:37 UTC 2006


Jim Christiansen wrote:
> amsn uses ssl and at first startup of the app it goes and downloads a 
> package for ssl called tcltls.  This is required so that clear text 
> passwords are not passed accross networks.  There is no precompliled 
> version of  tls1.5 for 64 bit.
> 
> In FC4 64 bit this is what I get when compiling tls1.5.0-src.tar.gz:
> 
> ./configure
> loading cache ./config.cache
> configure: error: bad ssl-dir: cannot find openssl/opensslv.h under 
> /usr/local/ssl/include
> 
> There is no /usr/local/ssl directory in FC4 so the makfile or config 
> file must need adjusting...
> 
> Is there anyone who is using amsn on a 64 bit system?
> 
> Any ideas are welcome.

Try doing this before running configure:

export CPPFLAGS=$(pkg-config --cflags openssl)
export LDFLAGS=$(pkg-config --libs openssl)

Paul.




More information about the users mailing list