New install; 64bit

youds

Verified User
Joined
Jul 11, 2008
Messages
492
Location
Lancashire, UK
Hi guys

New install with 64bit OS and I'm having problems
PHP didn't install properly firstly and every hour I get a message saying Dovecot isn't started (for some reason, it was never installed)
This build system, are there any "you need to know" articles or "101 to custombuild", because from what I've read it seems RPM's are a nono

Many thanks
 
Maybe it failed on DA install. e.g. PHP installation failed and it didn't go to dovecot. Do to reinstall everything:

Code:
cd /usr/local/directadmin/custombuild
./build all d

Or just dovecot (it should be installed by default):
Code:
cd /usr/local/directadmin/custombuild
./build dovecot
 
Well actually, it happens to me too.
It doesnt install anything except DirectAdmin.
Even PHP isn't installed, dovecot, apache were not installed

CentOS 5.2 - 64bit

Then, i went for ./build all d, it gives me an error when it reaches to libphp4.
and the whole installation stopped.
 
Back
Top