Re: [PHP-DB] MySQL connectiviy

2002-11-22 Thread Jeremy Wood
Ok i found that package and I also got pgsql working so Ill just use that if
I dont ahve any success. Thanks for all the help.

Jeremy


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




Re: [PHP-DB] MySQL connectiviy

2002-11-22 Thread Jeremy Wood

- Original Message -
From: "Jason Wong" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 22, 2002 1:27 PM
Subject: Re: [PHP-DB] MySQL connectiviy


> On Saturday 23 November 2002 02:34, Jeremy Wood wrote:
> > Hello all,
> > I'm new to PHP and would like to start using mySQL (or postgresql) but I
> > keep having one problem. In a php file i have a simple call to the
function
> > mysql_connect()
> >
> > but i constantly get the error
> > Fatal error: Call to undefined function: mysql_connect()
> >
> > MySQL support was installed with
> > --with-mysql=shared,/usr'
> > This is the redhat 8.0 default. I guess it just can't find the function
> > library.
> >
> > Any pointers any one could give would be really appreciated.
>
> Have you installed the "php-mysql*.rpm" ?
>
> --
> Jason Wong -> Gremlins Associates -> www.gremlins.biz
> Open Source Software Systems Integrators
> * Web Design & Hosting * Internet & Intranet Applications Development *
>
>
> /*
> Computer programs expand so as to fill the core available.
> */
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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




Re: [PHP-DB] MySQL connectiviy

2002-11-22 Thread Jeremy Wood
No, I was unable to find a new version of it. Is there a version for php 4.2
?



Jeremy



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




Re: [PHP-DB] MySQL connectiviy

2002-11-22 Thread Jason Wong
On Saturday 23 November 2002 02:34, Jeremy Wood wrote:
> Hello all,
> I'm new to PHP and would like to start using mySQL (or postgresql) but I
> keep having one problem. In a php file i have a simple call to the function
> mysql_connect()
>
> but i constantly get the error
> Fatal error: Call to undefined function: mysql_connect()
>
> MySQL support was installed with
> --with-mysql=shared,/usr'
> This is the redhat 8.0 default. I guess it just can't find the function
> library.
>
> Any pointers any one could give would be really appreciated.

Have you installed the "php-mysql*.rpm" ?

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *


/*
Computer programs expand so as to fill the core available.
*/


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




RE: [PHP-DB] MySQL connectiviy

2002-11-22 Thread Pedro M. S. Oliveira
Hi Jeremy,
Probably you don't have all of php installed; you can pick it up in
php.net and install the full php libs.
Or in your php ini file, the php lib path can be incorrect, well these
are just thoughts as I don't use red hat for some time (SuSE Forever).
Hope you figure it out,
Pedro


-Original Message-
From: Jeremy Wood [mailto:[EMAIL PROTECTED]] 
Sent: sexta-feira, 22 de Novembro de 2002 18:35
To: [EMAIL PROTECTED]
Subject: [PHP-DB] MySQL connectiviy

Hello all,
I'm new to PHP and would like to start using mySQL (or postgresql) but I
keep having one problem. 
In a php file i have a simple call to the function
mysql_connect()

but i constantly get the error
Fatal error: Call to undefined function: mysql_connect() 

MySQL support was installed with
--with-mysql=shared,/usr' 
This is the redhat 8.0 default. I guess it just can't find the function
library.

Any pointers any one could give would be really appreciated.
Thanks,
Jeremy Wood



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