Marcus Uddenhed wrote:
> I get an error when i try to start Apache
> when i have made PHP as an module.
> 
> The error says:
> 
> Cannot load /websrv/progrs/apache2/modules/libphp4.so
> into server: /websrv/progrs/apache2/modules/libphp4.so: Undefined Symbol
> "pthread_getspecific"
> 
> And Apache refuses to start.
> 
> This is how i configured PHP and installed it:
> 
> ./configure --prefix=/websrv/progs/php --with-mysql --with-apxs2=/websrv/pro
> gs/apache2/bin/axps
> 
> make
> 
> make install --with-config-file-path=/websrv/progs/php
> 
> The system that i do this on is FreeBSD 4.5
>

I don't use FreeBSD, but are you sure you have pthread?
You may try other thead lib. Do ./configure --help
for other options.

--
Yasuo Ohgaki





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

Reply via email to