Re: php4 isn't finding mysql routines

1999-11-25 Thread Gergely Madarasz
On Thu, 25 Nov 1999, Brian White wrote: > > read /usr/share/doc/php4/README.Debian (you need to load the mysql module > > into php4) > > Oh believe me, I read everything trying to find this. THe "README.Debian" > is far from helpful here... > > ==

Re: php4 isn't finding mysql routines

1999-11-25 Thread Brian White
> read /usr/share/doc/php4/README.Debian (you need to load the mysql module > into php4) Oh believe me, I read everything trying to find this. THe "README.Debian" is far from helpful here... == php4 for Debian --

Re: php4 isn't finding mysql routines

1999-11-25 Thread Gergely Madarasz
On Wed, 24 Nov 1999, Brian White wrote: > I've just finished installing PHP4 and PHP4-MySQL. I added the module in > to apache... > > LoadModule php4_module /usr/lib/apache/1.3/libphp4.so > > And now php files seem to get executed correctly. However, as soon as they > try to access a MySQL d

Re: php4 isn't finding mysql routines

1999-11-25 Thread Brian White
The surest way to solve any problem is to ask a question about it... Apparently it doesn't matter how long you sit on the question, either. I waited over an hour, working on things, but 30 mins after I send the question, I find that I need a 'dl("mysql.so")' in the code (found by installing the php

php4 isn't finding mysql routines

1999-11-25 Thread Brian White
I've just finished installing PHP4 and PHP4-MySQL. I added the module in to apache... LoadModule php4_module /usr/lib/apache/1.3/libphp4.so And now php files seem to get executed correctly. However, as soon as they try to access a MySQL database, it appears the functions are not found: Fat