Fedora Core 5

ivenio

Verified User
Joined
Jan 12, 2006
Messages
14
service directadmin start
Starting DirectAdmin: /usr/local/directadmin/directadmin: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
No run directadmin Fedora core 5?
 
Hello,

Please note that I am not affiliated with DA staff at all, but I can tell you DA should work on Fedora Core 5.

You could try this:
Code:
cd /usr/lib
ln -s libcrypto.so.0.9.7 libcrypto.so.4
ln -s libssl.so.0.9.7 libssl.so.4
However, you may need to check what version of libssl and libcrypto is there (may not be 0.9.7). i.e.:
Code:
ls -al /usr/lib | grep libssl
Good luck, Phil.
 
Last edited:
no run directadmin fedora core5? After having installed it it(he,she) does not enter(approach) me to the panel of control starts(extracts) it perfectly but it(he,she) does not go
 
Hello,

The admin login and password the setup script generated doesn't work?

I'm not understanding what the problem is. Can you paste any error message(s) you are receiving?

Perhaps DA has more insight to FC5? I noticed we don't have any Installatron licenses installed on FC5, but there is a services_fedora5.tar.gz file.

Phil.
 
I am also interested in finding out if DA will run on FC5
 
The most important item to check when changing to a new FC version is to see how they've got SELinux set up.

Jeff
 
Back
Top