LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Dependency Problems installin ettercap (https://www.linuxquestions.org/questions/linux-newbie-8/dependency-problems-installin-ettercap-96745/)

disinformation 09-25-2003 10:28 AM

Dependency Problems installin ettercap
 
Hi all,

I'm trying to install ettercap on my mandrake 9.1 box.

When i try install the RPM it informs me that it requires;

libcrypto.so.4
libssl.so.4

So...... i downloaded openssl-0.9.7b and installed it, but i still cannot find the above libraries o my system.

Any help anyone, I'm tired of googling now.

unSpawn 09-25-2003 12:35 PM

As the filesystem sees the installed libs:
find /usr/lib -type f -maxdepth 1 -name "libssl*" -o -name "libcrypto*
or as the dynamic linker sees the libs:
/sbin/ldconfig -p|egrep "lib(ssl|crypto)"
or as rpm sees the contents of the rpm:
rpm -ql openssl|grep lib


All times are GMT -5. The time now is 12:15 AM.