I think your Apache ./configure is missing a parameter in order to use php as a DSO, which it looks like your trying to do. Try
./configure --prefix=[path] --enable-module=so where [path] is where you want the apache installation to go. New at this, just a supposition, worked for me :). Mike >>> Kalin Mintchev <[EMAIL PROTECTED]> 11/04/02 06:50PM >>> hi all, after compiling php 4.2.3 for apache 2.0.43 i get this massages Syntax error on line 231 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp4.so into server: /usr/local/apache2/modules/libphp4.so: Undefined symbol "pthread_getspecific" the os is FreeBSD 4.6 i tried different apaches and different php versions. the first time i used the BSD ports but i got compiling php errors. after trying 3 -4 different versions of apaches with PHPs i still get the same error. apache runs fine without the LoadModule php4_module modules/libphp4.so line... for apache i just used the standard installation procedure: ./configure; make; make install for php: ./configure --with-mysql --with-apxs2=/my/path/to/apxs i found documentation to use also --with-trms-pth which i did installing first the gnu pth-1.4.1 package every time i get the same error... so now i'm out of options and any suggestion or help will be appreciated... thanks... -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php