> >FreeBSD 4.6    //
> >Apache 2.0.43  //
> >Mailman 2.0.13 //Gnu mailing list management software
> >MySQL 3.23.52  //
> >

I decided to reinstall apache with a newer version (previously 1.3.26) and
I saw to it that mod_so was enabled.

I followed these install steps,

#./configure --prefix=/usr/local/php-4.2.3/ --with-mysql=/usr/local/mysql/ 
--with-apxs2=/usr/local/apache/bin/apxs --with-apache2=/usr/local/apache
#make
#make install

In Apache's httpd.conf, I verified that,

LoadModule php4_module        modules/libphp4.so

existed.  It resided on line 230 of /usr/local/apache/conf/httpd.conf


I had to manually enter,

AddType application/x-httpd-php .php


and when I restarted, apache complained by saying that,

Syntax error on line 230 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/modules/libphp4.so into server: 
/usr/local/apache/modules/libphp4.so: Undefined symbol "pthread_getspecific"

What does this mean?  What can be done about it?


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to