does reinstalling duplicate anything?

rastoma

Well-Known Member
Aug 27, 2001
158
0
316
If for some the reason the install of cpanel is stopped then started again.. will it just overwrite the things that need to be installed or will it rename what was there and install new copies again? If it does the later, what does it rename to so I can remove?
 
B

bdraco

Guest
[quote:b6038e4409][i:b6038e4409]Originally posted by rastoma[/i:b6038e4409]

If for some the reason the install of cpanel is stopped then started again.. will it just overwrite the things that need to be installed or will it rename what was there and install new copies again? If it does the later, what does it rename to so I can remove?[/quote:b6038e4409]

You can just reinstall over a failed install.
 

rastoma

Well-Known Member
Aug 27, 2001
158
0
316
[quote:6e55f4ddff][i:6e55f4ddff]Originally posted by bdraco[/i:6e55f4ddff]


You can just reinstall over a failed install.[/quote:6e55f4ddff]

What about an install that didn't really fail other than PHP not parsing? Will a reinstall of cpanel fix that?
 
B

bdraco

Guest
[quote:3a5ee1767f][i:3a5ee1767f]Originally posted by rastoma[/i:3a5ee1767f]

[quote:3a5ee1767f][i:3a5ee1767f]Originally posted by bdraco[/i:3a5ee1767f]


You can just reinstall over a failed install.[/quote:3a5ee1767f]

What about an install that didn't really fail other than PHP not parsing? Will a reinstall of cpanel fix that?[/quote:3a5ee1767f]'
Just re-run buildapache.sea
 

rastoma

Well-Known Member
Aug 27, 2001
158
0
316
[quote:b3b9f72f6f][i:b3b9f72f6f]Originally posted by bdraco[/i:b3b9f72f6f]

Just re-run buildapache.sea[/quote:b3b9f72f6f]


Ok.. I did that... here is what I get now when trying to start apache:

/etc/httpd.old/logs
/etc/httpd.old/modules
/scripts/initsslhttpd
/scripts/rebuildhttpdconffromproftpd
root@localhost [/home]# /etc/rc.d/init.d/httpd restart
/etc/rc.d/init.d/httpd restart: httpd not running, trying to start
Syntax error on line 211 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/lib/libz.so.1: shared object not open
/etc/rc.d/init.d/httpd restart: httpd could not be started
root@localhost [/home]#


This is happening on two different servers. Complete fresh installs.. nothing else out of the ordinary... load cpanel... php doesn't parse.... re install build apache, now apache doesn't run.

I can remove the reference to load the libphp4 module in apache and then I get an error about mod_php4.c, then I remove reference to that to get apache to run, but still back to php not working.

What else should I do?
 
B

bdraco

Guest
[quote:ffced1d8a8][i:ffced1d8a8]Originally posted by rastoma[/i:ffced1d8a8]

[quote:ffced1d8a8][i:ffced1d8a8]Originally posted by bdraco[/i:ffced1d8a8]

Just re-run buildapache.sea[/quote:ffced1d8a8]


Ok.. I did that... here is what I get now when trying to start apache:

/etc/httpd.old/logs
/etc/httpd.old/modules
/scripts/initsslhttpd
/scripts/rebuildhttpdconffromproftpd
root@localhost [/home]# /etc/rc.d/init.d/httpd restart
/etc/rc.d/init.d/httpd restart: httpd not running, trying to start
Syntax error on line 211 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/lib/libz.so.1: shared object not open
/etc/rc.d/init.d/httpd restart: httpd could not be started
root@localhost [/home]#


This is happening on two different servers. Complete fresh installs.. nothing else out of the ordinary... load cpanel... php doesn't parse.... re install build apache, now apache doesn't run.

I can remove the reference to load the libphp4 module in apache and then I get an error about mod_php4.c, then I remove reference to that to get apache to run, but still back to php not working.

What else should I do?[/quote:ffced1d8a8]

What redhat version is this on ?
 

mvc_aaa

Registered
Mar 7, 2002
2
0
301
i have the same problem with buildapache.sea....

Redhat 6.2

The same error.
I compile it by hands(static php module for apache), and it works for me, but if i try to make module, apache couldn't start...