Hi, I'm triing to install cactid on a solaris 9. I'm able to configure and make cactid but when i try to launch the binary cactid, i've got the following error :
ld.so.1 : ./cactid : fatal : libcrypto.so.0.9.7 : failed to open : No such file
I've got the file libcrypto.so.0.9.7 and it is on my $PATH.
Can somebody help me ?
Thanks,
KaYa
Problem with Cactid
Moderators: Developers, Moderators
Problem with Cactid
Thanks
KaYa
KaYa
LD_LIBRARY_PATH
The linker seeks libraries in LD_LIBRARY_PATH.
To check if your executable is going to find all the dynamic libraries it needs you can:
$ ldd cactid
To check if your executable is going to find all the dynamic libraries it needs you can:
$ ldd cactid
LD problem
Might want to edit your LD_LIBRARY_PATH Path. Include the directory that has the libcrypto.so.0.9.7 file. I altered my in my .bash_profile for the cactiuser. I altered the normal setup a bit to get it to work in FC3.
This is what I added to my FC3 profile.
export PATH=$PATH:$HOME/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
Not sure if the directories are the same for you tho.
This is what I added to my FC3 profile.
export PATH=$PATH:$HOME/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
Not sure if the directories are the same for you tho.
Who is online
Users browsing this forum: No registered users and 4 guests