DA not compatible, many problems

dannyman1234

Verified User
Joined
Mar 2, 2010
Messages
28
Hi, I installed fedora 12. fine and YUM was still working, now after i installed DA:

is gives me:

Type: /sbin/service httpd restart
./directadmin: error while loading shared libraries: libssl.so.6: cannot open shared objec t file: No such file or directory
./directadmin: error while loading shared libraries: libssl.so.6: cannot open shared objec t file: No such file or directory

So i want to to install libssl, but then i get:

CRITICAL:yum.cli:Config Error: Error accessing file for config file:///etc/yum.conf

The file exists and here are the contents

My yum.conf file

[main]
cachedir=/var/cache/yum/$basearch/$releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
installonly_limit=3


It seems after installing DA, the problems started. Also the installation guide is by far not complete.

Look here:

http://www.directadmin.com/installguide.html

is saids you need to install this in step 1:
SSH installed, gcc and g++ installed.

Im sorry but you should also install these:

*** flex is required for compiling php, please install flex (yum install flex)***
*** bison is required for compiling, please install bison (yum install bison)***
*** cannot find /usr/include/openssl/ssl.h. Please make sure openssl-devel is installed (yum install openssl-devel) ***
*** cannot find /usr/bin/patch. Please make sure that patch is installed (yum install patch) ***
*** cannot find /usr/bin/make. Please make sure that patch is installed (yum install make) ***
yum install perl // perl installation
yum install bind // bind installation

Then you can start to install, but still problems. At least on fedora 12.

Regards

Danny
 
Back
Top