• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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