• 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.

Python Error...HTTPD won't work; PSQL Vacuum error

D

devindull

Guest
When trying to start HTTPD, it won't work. However, by quoting out the portion of the httpd.conf that gives a Module error, it will load.

dingle@inter5:/usr/local/plesk# /usr/local/etc/rc.d/apache2.sh start
Starting apache2.
[Wed Dec 20 00:03:12 2006] [warn] module suexec_module is already loaded, skipping
[Wed Dec 20 00:03:12 2006] [warn] module logio_module is already loaded, skipping
Syntax error on line 278 of /usr/local/etc/apache2/httpd.conf:
Cannot load /usr/local/libexec/apache2/mod_python.so into server: /usr/local/lib/libpython2.4.so: Undefined symbol "pthread_attr_destroy"

How can I get HTTPD to load without having to quote out a Module?

I modified "/usr/local/sbin/envvars" by adding LD_PRELOAD=/usr/lib/libc_r.so
export LD_PRELOAD and the HTTPD just hung in the starting, never came online... PSQL will not upgrade on the box, it has a VACUUM error.
 
Back
Top