OPENSSL incompatible libssl, libcrypto

1.2k views Asked by At

I am working with openssl library files, anybody could help me with the 64bit precompiled libraries of openssl (RHEL5x64)

I have this warning on the libraries i generated.

/usr/bin/ld: skipping incompatible /home/devlog/prog/toto/libssl.so when searching for -lssl
/usr/bin/ld: skipping incompatible /home/devlog/prog/toto/libcrypto.so when searching for -lcrypto
1

There are 1 answers

0
Josh Zindler On

I recently ran into this issue and fixed it by making sure that the architecture of the version of OpenSSL library I was trying to use matched the architecture of the system I was trying to use it on. I had to reinstall OpenSSL with the right version.