On Mon, 28 Aug 2000, Sylvain COTINEAU wrote:
> > I have mod_php-mysql-4.0.1pl2-4mdk installed and I cannot access mysql
> > functions in PHP. I noticed in the apache log this warning:
> >
> > PHP Warning: Unable to load dynamic library
> > '/usr/lib/php/extensions/mysql.so' - /usr/lib/php/extensions/mysql.so:
> > undefined symbol: pthread_key_create in Unknown on line 0
> >
> > Any ideas if I'm missing something or if they package is bad?
> I'm not the only one !
>
> Someone in cooker team can do something pleaazzzzzzzzzzzzz ! :-(
I think that php compiled with pthread, but apache didn't.
Use
LIBS="-lgdbm -lpthread" \
in apache.spec, and recompile.
--
Takika