Re: configure with mysql

2001-09-14 Thread Dr. Randy Frid
t;[EMAIL PROTECTED]> To: "Dr. Randy Frid" <[EMAIL PROTECTED]> Cc: "Jason Radley" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, September 14, 2001 10:54 AM Subject: Re: configure with mysql > "Dr. Randy Frid" <[EMAIL PROTECTED]

Re: configure with mysql

2001-09-14 Thread Trond Eivind Glomsrød
"Jason Radley" <[EMAIL PROTECTED]> writes: > I have tried also and nothing. I have added the phpinfo(); and it tells me > the configure command says --without-mysql Because it's not compiled statically into the binary. It's compiled as a separate module, so you won't have to install libraries y

Re: configure with mysql

2001-09-14 Thread Trond Eivind Glomsrød
"Dr. Randy Frid" <[EMAIL PROTECTED]> writes: > I've tried that to no avail. Everything on my system works perfectly except > for this. The MySQL website indicates the following: Tried what? There is a specific php-mysql module. When you install that (restart of apache may also be necesarry), i

Re: configure with mysql

2001-09-14 Thread massey
then make install PHP 4.04i Last Config ***I tried like mad to get 4.06 to work but failed, notice the Full path to MySQL/Apache ./configure --with-mysql=/usr/local/mysql-3.22.32-pc-linux-gnu-i686/ --with-apxs=/usr/local/apache_1.3.20/bin/apxs make then make install Uncommented the PHP4 in

RE: configure with mysql

2001-09-14 Thread Jason Radley
: [EMAIL PROTECTED] Subject: Re: configure with mysql I've tried that to no avail. Everything on my system works perfectly except for this. The MySQL website indicates the following: --- Error: "Fatal error: Call to unsupported or undefined function mysql_connect() in .."

Re: configure with mysql

2001-09-14 Thread Dr. Randy Frid
I've tried that to no avail. Everything on my system works perfectly except for this. The MySQL website indicates the following: --- Error: "Fatal error: Call to unsupported or undefined function mysql_connect() in .." This means that your PHP version isn't compiled with MySQL support.

Re: configure with mysql

2001-09-14 Thread Dr. Randy Frid
I have the exact problem. If anyone has a step by step for a newbie I'd appreciate it as well. Cheers, Randy - Original Message - From: "Jason Radley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 14, 2001 9:06 AM Subject: configure with

Re: configure with mysql

2001-09-14 Thread Trond Eivind Glomsrød
"Jason Radley" <[EMAIL PROTECTED]> writes: > I have installed redhat linux 7.1 with apache, php and mysql > but when installed redhat it didn't add the configure --with-mysql it > added --without-mysql is there any way to change this to configure > --with-m

configure with mysql

2001-09-14 Thread Jason Radley
I have installed redhat linux 7.1 with apache, php and mysql but when installed redhat it didn't add the configure --with-mysql it added --without-mysql is there any way to change this to configure --with-mysql. Thanks - B