problem install with cetos 5.3 and etch

blustic

Verified User
Joined
May 26, 2006
Messages
64
Location
France
hello,

i have this error :
23:38:49 (17.79 KB/s) - « /var/named/named.ca » sauvegardé [2769/2769]

--23:38:49-- http://66.51.122.131/localhost.zone
=> `/var/named/localhost.zone'
Connexion vers 66.51.122.131:80...connecté.
requête HTTP transmise, en attente de la réponse...200 OK
Longueur: 513 [text/plain]

100%[==================================================================================================================>] 513 --.--K/s

23:38:52 (27.41 MB/s) - « /var/named/localhost.zone » sauvegardé [513/513]

--23:38:52-- http://66.51.122.131/named.local
=> `/var/named/named.local'
Connexion vers 66.51.122.131:80...connecté.
requête HTTP transmise, en attente de la réponse...200 OK
Longueur: 433 [text/plain]

100%[==================================================================================================================>] 433 --.--K/s

23:38:53 (19.84 MB/s) - « /var/named/named.local » sauvegardé [433/433]

*** 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

*******************************************
*******************************************
serv:~#

help me please..
 
And the problem is you dont understand english and cant follow the directions?
 
And the problem is you dont understand english and cant follow the directions?
=/

apt-get install vixie-cron don't work and custombuild too :
serv:~# apt-get install vixie-cron
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
E: Impossible de trouver le paquet vixie-cron
serv:~# cd /usr/local/directadmin/custombuild
-bash: cd: /usr/local/directadmin/custombuild: Aucun fichier ou répertoire de ce type

and now..?
 
It could be possible your directadmin license is not matched correctly to your operating system which is debian or ubuntu.

As root run these commands:

Code:
aptitude install cron

Code:
cd /usr/local/directadmin
wget http://files.directadmin.com/services/custombuild/1.1/custombuild.tar.gz
tar xvzf custombuild.tar.gz
cd custombuild
./build update
./build all d
 
Back
Top