Hello, I am receiving errors when compiling Crypt::SSLeay on RHEL4ASu7 x86_64.
$ make test # Error: Can't load '/home/nmerker/.cpan/build/Crypt-SSLeay-0.57/blib/arch/auto/Crypt/SSLeay/SSLeay.so' for module Crypt::SSLeay: /home/nmerker/.cpan/build/Crypt-SSLeay-0.57/blib/arch/auto/Crypt/SSLeay/SSLeay.so: cannot open shared object file: No such file or directory at /usr/local/cars-perl/5.8.8/lib/5.8.8/i686-linux/DynaLoader.pm line 230. I am fairly certain this is something to do with being unable to load libcrypto.so or libssl.so, so I checked it out: # ldd /home/nmerker/.cpan/build/Crypt-SSLeay-0.57/blib/arch/auto/Crypt/SSLeay/SSLeay.so libc.so.6 => /lib64/tls/libc.so.6 (0x0000002a9566a000) /lib64/ld-linux-x86-64.so.2 (0x000000552aaaa000) That looks fine. I have the following packages installed: openssl-0.9.7a-43.17.el4_6.1 openssl-devel-0.9.7a-43.17.el4_6.1 I am confused as to what is missing here. From my standpoint, there should be no error when trying to load SSLeay.so file, especially a "No such file or directory" error because 'ldd' responds properly. What am I missing here? -Nick