• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Plesk install fails on new box

B

BelyakovDmitry

Guest
Hello,

I am installing Plesk 10.3 via autoinstaller on a new CentOS 5.4 (Final) box.
During install I get some errors that httpd can't be started.

After installation I can access the plesk panel, but can't start httpd:

#service httpd start

Starting httpd: /usr/sbin/httpd: symbol lookup error: /usr/sbin/httpd: undefined symbol: apr_pool_pre_cleanup_register [FAILED]

I found only some solutions here (none of them works):

* One: says I should repair bootstrap
* The other: says i should yum update apr

P.S. My apr.i386 is 1.2.7-11.el5_3.1
 
Ok, so just in case you are interested in the topic, what work for me was:

1. yum remove apr
2. install plesk

So I guess plesk will install the apr that it requires.
 
Back
Top