Re: 64 bit compile of tcltls for amsn

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux