Re: On Redhat 7.1

2001-09-05 Thread Cristian Paslaru
On Wed, 5 Sep 2001, Sinisa Milivojevic wrote: > > Red Hat 7.1 has a very nice apache + mysql + php installation and invoking > > mysql function calls from the php interface works very well. The only > > aspect that puzzles me a little bit is that when I look at the output of > > phpinfo(); I see

Re: On Redhat 7.1

2001-09-05 Thread Sinisa Milivojevic
Neil Zanella writes: > > On Tue, 4 Sep 2001, Sinisa Milivojevic wrote: > > > Red Hat 7.1 has a very nice apache + mysql + php installation and invoking > mysql function calls from the php interface works very well. The only > aspect that puzzles me a little bit is that when I look at the output

Re: On Redhat 7.1

2001-09-04 Thread Neil Zanella
On Tue, 4 Sep 2001, Sinisa Milivojevic wrote: > Trond Eivind Glomsrød writes: > > Tony Bibbs <[EMAIL PROTECTED]> writes: > > > > > 7.1 doesn't install php with mysql support enabled. > > > > Yes, we did. Red Hat 7.1 has a very nice apache + mysql + php installation and invoking mysql function c

Re: On Redhat 7.1

2001-09-04 Thread Trond Eivind Glomsrød
Peter Harvey <[EMAIL PROTECTED]> writes: > > That depends on what you install. MySQL isn't (like many other > > packages) in any of the premade installation categories - you can > > select it in a custom install, or do a "everything" install. > > I bet a product like Data Architect ( http://www.

Re: On Redhat 7.1

2001-09-04 Thread Peter Harvey
> That depends on what you install. MySQL isn't (like many other > packages) in any of the premade installation categories - you can > select it in a custom install, or do a "everything" install. I bet a product like Data Architect ( http://www.codebydesign.com ) would be a great fit in this dist

Re: On Redhat 7.1

2001-09-04 Thread Trond Eivind Glomsrød
Tony Bibbs <[EMAIL PROTECTED]> writes: > I guess where it can get confusing is when a stock RH7.1 install with PHP > doesn't have mysql support enabled but postgresql is. That depends on what you install. MySQL isn't (like many other packages) in any of the premade installation categories - yo

Re: On Redhat 7.1

2001-09-04 Thread Sinisa Milivojevic
Tony Bibbs writes: > I guess where it can get confusing is when a stock RH7.1 install with PHP > doesn't have mysql support enabled but postgresql is. To the uninformed > user like me who doesn't care to know the individual RPMS in the distro it > is easy to make that, obviously wrong, assumption

Re: On Redhat 7.1

2001-09-04 Thread Tony Bibbs
I guess where it can get confusing is when a stock RH7.1 install with PHP doesn't have mysql support enabled but postgresql is. To the uninformed user like me who doesn't care to know the individual RPMS in the distro it is easy to make that, obviously wrong, assumption when, by default, the php-

Re: On Redhat 7.1

2001-09-04 Thread Sinisa Milivojevic
Trond Eivind Glomsrød writes: > Tony Bibbs <[EMAIL PROTECTED]> writes: > > > 7.1 doesn't install php with mysql support enabled. > > Yes, we did. > > > FYI, redhat is doing this because postgres is no their prefered > > DBMS. Can't understand why they don't just compile support for both > > in.

Re: On Redhat 7.1

2001-09-03 Thread Tony Bibbs
Thanks for clearing that up with me...didn't know that. --Tony On 3 Sep 2001, Trond Eivind Glomsrød wrote: > Tony Bibbs <[EMAIL PROTECTED]> writes: > > > 7.1 doesn't install php with mysql support enabled. > > Yes, we did. > > > FYI, redhat is doing this because postgres is no their prefered >

Re: On Redhat 7.1

2001-09-03 Thread Trond Eivind Glomsrød
Tony Bibbs <[EMAIL PROTECTED]> writes: > 7.1 doesn't install php with mysql support enabled. Yes, we did. > FYI, redhat is doing this because postgres is no their prefered > DBMS. Can't understand why they don't just compile support for both > in. We do compile in support for MySQL, but it's

Re: On Redhat 7.1

2001-09-03 Thread Trond Eivind Glomsrød
Kalpesh Modha <[EMAIL PROTECTED]> writes: > Does mysql work on rehat 7.1. > > I have installed it but can not get PHP, JAVA to access the > database. I just get connection refused. You need to install the php-mysql package, which contains the module PHP needs to support MySQL. -- Trond Eivi

Re: On Redhat 7.1

2001-09-03 Thread Brett Geer
Sure it does, what version, what error? brett Kalpesh Modha wrote: > Does mysql work on rehat 7.1. > > I have installed it but can not get PHP, JAVA to access the database. I just get >connection refused. > > ANy ideas > > thanks in advance. > > >

Re: On Redhat 7.1

2001-09-03 Thread Carl Troein
Kalpesh Modha writes: > I have installed it but can not get PHP, JAVA to access the database. I just get >connection refused. Are you trying to connect via TCP to a server started with --skip-networking? Are you connecting to the right port? Does it work when you use unix sockets instead of T

Re: On Redhat 7.1

2001-09-03 Thread Tony Bibbs
7.1 doesn't install php with mysql support enabled. You'll need to install the source rpm, edit the php.spec file and do a rpm -bb php.spec and install the resulting rpms. FYI, redhat is doing this because postgres is no their prefered DBMS. Can't understand why they don't just compile support f