cannot install on debian 4

Shujaa

New member
Joined
Feb 20, 2009
Messages
1
I am trying to install to a clean Debian 4 machine with the required packages installed (gcc, g++, make etc).

However I get the following error and installation halts:

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

*******************************************
*******************************************

Now cron is already installed as /usr/sbin/cron so I created a symlink for it to crond.

The installation gets a bit further, but then says another file is missing: libssl.so.6

I again create a symlink for this from libssl.so and this lets the installation go a bit further again. The same thing happens for libcrypto.so.6

After this final symlink, the installation fails with the following error:

Code:
*** There was an error while trying to configure php. Check the configure/ap2/configure.php5 file

cp: `/var/www/html/squirrelmail/data' and `/var/www/html/squirrelmail-1.4.17/data' are the same file
./install.sh: line 224: 26450 Floating point exception./directadmin i
./install.sh: line 227: 26451 Floating point exception./directadmin p
*******************************************
*******************************************

Does anyone know what's going on?

I have installed it before to Debian 4 without any problems. I've tried reinstalling the OS and doing it again to be sure, get the same thing every time.
 
Back
Top