DA after h-sphere

YaUA

Verified User
Joined
Aug 12, 2004
Messages
7
Location
Ukraine, Kiev
I had problems at installation DA on a server where has been installed H-SPHERE
I have completely removed h-sphere, but after installation Direct Admin I cannot start the Apache :

Error : "The following error has occurred
Details
Starting httpd: [FAILED]
"

How to find a problem?
 
Hey,

Check the log files for info...

/var/log/messages

and maybe files in:

/var/log/httpd
 
Îê
Thank
I find a problem
But when I try compill PHP I receive:
/usr/local/directadmin/customapache/php-4.3.8/main/php_config.h:1344:22: warning: no newline at end of file
/usr/local/directadmin/customapache/php-4.3.8/main/php_config.h:7:1: unterminated #ifndef
gcc: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make: *** [Zend/zend_execute.lo] Error 1
 
Unfortunately, again I receive a mistake :
gcc: Internal error: Segmentation fault (program cc1)
;(
 
I have found one more mistake in/etc/named.conf


options {
directory "/hsphere/local/var/named";
listen-on { 127.0.0.1;
198.70.62.192;
198.70.62.191; };
transfer-source 127.0.0.1;
pid-file "/hsphere/local/var/named/named.pid";
};

zone "." IN { type hint; file "local/named.ca"; };
zone "localhost" IN { type master; file "local/localhost.zone"; allow-update { none; }; };
zone "0.0.127.in-addr.arpa" IN { type master; file "local/named.local"; allow-update { none; }; };

include "zones_index.conf";
acl anyip{any;};


Probably it has changed by h-sphere
What to do?
 
Hey,

Being you seem to be running in to several different problems, apache, named, etc., you're probably better off doing a clean install of the OS and then installing DirectAdmin.

Because of the previous h-sphere installation, you're still liable to run into other problems down the road even if you are somehow able to get DA installed.

Just a thought.

David
 
Back
Top