Installation of DirectAdmin

tmcpnet

New member
Joined
Aug 13, 2010
Messages
4
Hi,

I got the license for DirectAdmin and need assistance installing it on my box. I have ubuntu 10 , 64bit. Can someone from here help me instal it. I will provide you the login details when required.

Thanks
T
 
Which error do you get ?

Code:
*** Cannot find the /usr/sbin/crond binary.  Please install crond (yum install vixie-cron) ***
Installation didn't pass, halting install.
*******************************************
 *******************************************
Cannot find /usr/local/bin/php
 Please recompile php with custombuild, eg:
 cd /usr/local/directadmin/custombuild
 ./build all d
 This appears to be a 64-bit system.
 a common cause of http/php compile failures is mentioned here:
 http://help.directadmin.com/item.php?id=213
 If you're running CentOS (not freebsd or debian) and applies to you, then type:
 ln -sf /usr/lib64/libexpat.so /usr/lib/libexpat.so
 ln -sf /usr/lib64/libm.so /usr/lib/libm.so
 ln -sf /usr/lib64/libssl.so /usr/lib/libssl.so
 cd /usr/local/directadmin/custombuild
 ./build all d
 
You get the error because you didn't install crond before running the setup.sh.
Be sure you got all the requirements.
 
Start here to get the requirements and the link to the Installation guide. Note that Ubuntu install isn't specifically supported, and you may find dependencies missing from your Ubuntu installation. If so you'll have to install them and start over.

Jeff
 
That OS is not really supported. You can get it to work, but you're going to have some issues.

I'd recommend installing CentOS or RHEL.

If you can do this, I'll help you get it installed, but server hardening would be up to you.
 
Back
Top