Re: [expert] php+apache questions

2000-12-20 Thread Bug Hunter
It seems that installing php-mysql rpm allows mod_php to use mysql calls. I'm not sure how that works, but it does. Thanks for the help! On Wed, 20 Dec 2000, Gerald Williams wrote: > On Wednesday 20 December 2000 02:35, you wrote: > > I installed mod_php from the mandrake 7.2 publically

Re: [expert] php+apache questions

2000-12-19 Thread Gerald Williams
On Wednesday 20 December 2000 02:35, you wrote: > I installed mod_php from the mandrake 7.2 publically available cd set, > and installed mysql from www.mysql.net. > > when I do a "mysql_connect()", it gives me a function not found error. > phpinfo() indicates it was compiled with --include-mys

RE: [expert] php+apache questions

2000-12-19 Thread Peter FREIMANN
> Yes, one of the great things about compiling from > source is you get to use nifty features such as > ./configure --with-mysql :) No I have Apache/PHP4/MySQL on my Mandrake 7.2 working together and I did not have to compile anything ... [root@duron /root]# rpm -qa | grep -i php php-4.0.3

Re: [expert] php+apache questions

2000-12-19 Thread Al Baker
Yes, one of the great things about compiling from source is you get to use nifty features such as ./configure --with-mysql :) --- Bug Hunter <[EMAIL PROTECTED]> wrote: > > I installed mod_php from the mandrake 7.2 > publically available cd set, > and installed mysql from www.mysql.net. > >

[expert] php+apache questions

2000-12-19 Thread Bug Hunter
I installed mod_php from the mandrake 7.2 publically available cd set, and installed mysql from www.mysql.net. when I do a "mysql_connect()", it gives me a function not found error. phpinfo() indicates it was compiled with --include-mysql I searched through the archives and did not find a