Discussion:
Installing libsasl2.a library file on rhel ppc
(too old to reply)
v***@gmail.com
2016-03-15 07:17:45 UTC
Permalink
Hi,

I require to install the libsasl2.a library file on rhel ppc. I tried to search using yum search and yum whatprovides, but nothing useful found.

Please can anyone let me know how to install it on rhel ppc.


Regards,
Valnci
d***@gmail.com
2016-03-17 18:38:36 UTC
Permalink
Post by v***@gmail.com
Hi,
I require to install the libsasl2.a library file on rhel ppc. I tried to search using yum search and yum whatprovides, but nothing useful found.
Please can anyone let me know how to install it on rhel ppc.
Regards,
Valnci
Hi

Fedora repository should have ppc 32 bits or 64 bits rpm release of this lib.
The project name is cyrus sasl.
https://rpmfind.net/linux/rpm2html/search.php?query=cyrus-sasl%28ppc-64%29

You can also download the tarball from
http://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-2.1.25.tar.gz
and compile it for your architecture. If you don't have gcc you can cross compile it from an i386 computer. be sure to user ./configure with the rights options and additional lib you may need (libgss, libcrypto from openssl, etc.).

Regards

Victor

Loading...