From:             [EMAIL PROTECTED]
Operating system: FreeBSD 4.5 
PHP version:      4.2.3
PHP Bug Type:     Apache2 related
Bug description:  Can not load module

I have a pretty serious problem with php and apache. I 
configured apache like the following:
./configure --prefix=/wwwserv2 --enable-modssl 
--with-ssl=/usr/local/ssl --enable-cgi --enable-so
then i did a 
make
make install
then I tested apache at this point to see if it worked and 
it works fine after the initial installation. Then I 
untared php-4.2.3 and configured it like the following:
./configure --with-apxs2=/wwwserv2/bin/apxs
then i did a 
make
make install
after this got done, I tried to start apache with 
/wwwserv2/bin/apachectl start and I got the following error

alphatest# /wwwserv2/bin/apachectl start
Syntax error on line 230 of /wwwserv2/conf/httpd.conf:
Cannot load /wwwserv2/modules/libphp4.so into server: 
/wwwserv2/modules/libphp4.so: Undefined symbol 
"pthread_getspecific"
If it changes anything this freebsd box is a digital with a 
alpha processor. I hope you can repair this problem.
      Thanx
-- 
Edit bug report at http://bugs.php.net/?id=19787&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=19787&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=19787&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=19787&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=19787&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=19787&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=19787&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=19787&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=19787&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=19787&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=19787&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19787&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=19787&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=19787&r=isapi

Reply via email to