• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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