Problem with Cactid

Post support questions that directly relate to Linux/Unix operating systems.

Moderators: Developers, Moderators

Post Reply
KaYa
Posts: 7
Joined: Wed Dec 08, 2004 10:51 am
Location: Paris - France

Problem with Cactid

Post by KaYa »

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
Thanks

KaYa
zanaguara
Cacti User
Posts: 60
Joined: Tue Nov 16, 2004 10:33 am
Location: Spain

LD_LIBRARY_PATH

Post by zanaguara »

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
capboy118
Posts: 18
Joined: Mon Dec 13, 2004 10:09 am

LD problem

Post by capboy118 »

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.
Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests