Re: Updating Apache/PHP/MySQL on RH8 or RH9

2003-10-12 Thread Paul Rushing
Alan McCoy wrote: Both RH8 and RH9 offer Apache 2.0.40, PHP 4.2.2, and MySQL 3.23.56 as the highest RPM-based upgrades for Apache/PHP/MySQL. How can I upgrade to the latest Apache (2.0.47), PHP (4.3.3), and MySQL (4.0.15) using RPMs on either a RH8 or RH9 without having to replace multitudes of

Re: Updating Apache/PHP/MySQL on RH8 or RH9

2003-10-09 Thread Parker Morse
On Thursday, Oct 9, 2003, at 10:34 US/Eastern, John Nichel wrote: Alan McCoy wrote: How can I upgrade to the latest Apache (2.0.47), PHP (4.3.3), and MySQL (4.0.15) using RPMs on either a RH8 or RH9 without having to replace multitudes of dependencies? Install from source? :) That's what I did, a

Re: Updating Apache/PHP/MySQL on RH8 or RH9

2003-10-09 Thread John Nichel
Alan McCoy wrote: Both RH8 and RH9 offer Apache 2.0.40, PHP 4.2.2, and MySQL 3.23.56 as the highest RPM-based upgrades for Apache/PHP/MySQL. How can I upgrade to the latest Apache (2.0.47), PHP (4.3.3), and MySQL (4.0.15) using RPMs on either a RH8 or RH9 without having to replace multitudes of

Updating Apache/PHP/MySQL on RH8 or RH9

2003-10-08 Thread Alan McCoy
Both RH8 and RH9 offer Apache 2.0.40, PHP 4.2.2, and MySQL 3.23.56 as the highest RPM-based upgrades for Apache/PHP/MySQL. How can I upgrade to the latest Apache (2.0.47), PHP (4.3.3), and MySQL (4.0.15) using RPMs on either a RH8 or RH9 without having to replace multitudes of dependencies? Or

Re: PHP? MySQL? Or both?

2003-08-30 Thread Martin Marques
To start, I am not a MySQL user, though I had to test a couple of those servers once, so I don't have much experience on it. But lets see. El Vie 29 Ago 2003 12:46, Parker Morse escribió: > > > Did you try to execute some small php script (just make a connection > > without a > > query) from the

Re: PHP? MySQL? Or both?

2003-08-29 Thread Parker Morse
Thanks for the clues, Martin: On Friday, Aug 29, 2003, at 07:47 US/Eastern, Martin Marques wrote: What do your mysql logs say? They only show the startup and shutdown. (I'm looking at host.example.com.err in the "data" directory, which is all I can find in the way of a log. Should there be more?

Re: PHP? MySQL? Or both?

2003-08-29 Thread Martin Marques
arker Morse escribió: > I'm using RH 9.0 to run our web server. We set it up in the colocation > center on Monday and moved eight of our ten sites in on Monday and > Tuesday. Three of the sites already moved are PHP/MySQL sites. > > Intermittently, the database connection func

PHP? MySQL? Or both?

2003-08-28 Thread Parker Morse
I'm using RH 9.0 to run our web server. We set it up in the colocation center on Monday and moved eight of our ten sites in on Monday and Tuesday. Three of the sites already moved are PHP/MySQL sites. Intermittently, the database connection function in PHP will fail for two of those

Re: PHP-MYSQL

2003-06-18 Thread John Nichel
. My PHP Command Conf reads:'--with-mysql=shared,/usr' Any ideas would be appreciated. LesA If you installed Apache / PHP with rpm's, you need to install the php-mysql rpm's. If you installed it from source, you need to recompile php using --with-mysql -- redhat-list mail

Re: PHP-MYSQL

2003-06-18 Thread Darío Mariani
rpm -i php-mysql-.rpm Mr. L.R. Adrian wrote: Has anyone had this issue: When I attempt to rum a PHP script using MySQL I receive this message: Fatal error: Call to undefined function: mysql_connect() I have tried uncommenting extension=mysql.so in php.ini and I would set a path to mysql.so IF I

Re: PHP-MYSQL

2003-06-18 Thread Chris Sherwood
have you tried searching your server for the mysql.so file? - Original Message - From: "Mr. L.R. Adrian" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 2:02 PM Subject: PHP-MYSQL > Has anyone had this issue: > When I attempt to ru

PHP-MYSQL

2003-06-18 Thread Mr. L.R. Adrian
Has anyone had this issue: When I attempt to rum a PHP script using MySQL I receive this message: Fatal error: Call to undefined function: mysql_connect() I have tried uncommenting extension=mysql.so in php.ini and I would set a path to mysql.so IF I could locate the file. My PHP Command Conf read

Re: php + mysql integration failed!!

2003-06-01 Thread Didier Casse
download apt from http://apt.freshrpms.net and install it. remove the old mysql rpm -e --nodeps mysql rpm -e --nodeps php rpm -e --nodeps php-mysql and so on remove whatever you want!:-) and then install the new ones by running apt-get update apt-get install mysql apt-get install php apt

php + mysql integration failed!!

2003-06-01 Thread Fabio
Hello guys,I have a RH 7.3 with apache 1.3.27, php 4.1.2-7 and mysql 3.23. Someone issuposed to know that RH when installed in standard mode doesn't install anecessary package to allow php working with mysql.This package is: php-mysql-4.1.2-7.i386.rpmWhen I try to use some function o

php + mysql integration failed!

2003-05-31 Thread Fabio
Hello guys,I have a RH 7.3 with apache 1.3.27, php 4.1.2-7 and mysql 3.23. Someone issuposed to know that RH when installed in standard mode doesn't install anecessary package to allow php working with mysql.This package is: php-mysql-4.1.2-7.i386.rpmWhen I try to use some function o

Re: PHP/MySQL/Apache

2002-11-18 Thread Willem van der Walt<[EMAIL PROTECTED]>
Hi, Look for the rpm packages containing mysql in the name and install them. Look for the packages starting with php and install them. Edit /etc/php.ini and /etc/httpd.conf to enable mysql. hth Willem On Tue, 19 Nov 2002, Toto Gamez wrote: > Hi, > I just installed apache server on my test box (rh

PHP/MySQL/Apache

2002-11-18 Thread Toto Gamez
Hi, I just installed apache server on my test box (rh7.2) I want also to install MySQL what package do I have to install to have my MySQL server/client running, and how to incorporate it in Apache using PHP. any url can you suggest.     TIA Toto  

Re: php mysql rather than pgsql

2002-07-15 Thread Mike Burger
You only really need to install the php-mysql package. If you want to remove php-postresql support, you can remove the php-pgsql package. On Mon, 15 Jul 2002, Mark Gillingham wrote: > I'm a RH novice and have made mistakes in the 3 weeks that I've been > playing with RH 7.2.

php mysql rather than pgsql

2002-07-15 Thread Mark Gillingham
site at our ISP I want mySQL, PHP, and Apache to work together. To get rid of the PHP/pgSql link and initiate a PHP/mySql one should I remove pgsql and then install the php-mysql rpm? Should I use the install disc and do an upgrade with specific p

Re: PHP/MySQL

2001-05-04 Thread Jeff Hogg
-Original Message- From: Szemerédy Gábor <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, May 04, 2001 2:20 PM Subject: PHP/MySQL >Hello! >Can I install php-mysql.rpm on my RH 6.2 box with php3, or have I to >recompile >my php t

PHP/MySQL

2001-05-04 Thread Szemerédy Gábor
Hello! Can I install php-mysql.rpm on my RH 6.2 box with php3, or have I to recompile my php to collaborate with mysql? Thanks. begin:vcard n:Szemerédy;Gábor x-mozilla-html:TRUE url:http://www.srce.net org:Zavod za informatiku i AOP;HW-SW version:2.1 email;internet:[EMAIL PROTECTED] title:Szeme

Re: PHP/Mysql

2001-04-29 Thread Jason Costomiris
On Thu, Apr 26, 2001 at 11:54:29PM -0400, Dean Maluski wrote: : Trying to get going with php & mysql to create a Linux based database for : work. I know I must learn this on my own, not any real quick answers here. : Quick question though. How can I get the binary distributions in RH7.1 PHP

RE: PHP/Mysql

2001-04-28 Thread Dean Maluski
Found somehow I missed one of the RPM's It is now running like a champ! Thanks for the reply! "Dean Maluski" <[EMAIL PROTECTED]> writes: > Trying to get going with php & mysql to create a Linux based database for > work. I know I must learn this on my own,

Re: PHP/Mysql

2001-04-28 Thread Trond Eivind Glomsrød
"Dean Maluski" <[EMAIL PROTECTED]> writes: > Trying to get going with php & mysql to create a Linux based database for > work. I know I must learn this on my own, not any real quick answers here. > Quick question though. How can I get the binary distributions in

PHP/Mysql

2001-04-28 Thread Dean Maluski
Trying to get going with php & mysql to create a Linux based database for work. I know I must learn this on my own, not any real quick answers here. Quick question though. How can I get the binary distributions in RH7.1 PHP to be enabled to talk to mysql. I cannot get phpMyAdmin to work

[Fwd: Installing PHP/MYsql on a RH 5.2 Box ...]

2000-01-20 Thread p-thilts
The requests are increasing for this procedure. I haven't had time to clean it up. So I'm just forwarding you what I sent to the others requesting this procedure. Lots of verbage. Just read through it until you get to the DETAILED PROCEDURE with numbered steps. I've also obtained information

Apache/mod_ssl/PHP/MySQL howto available.

1999-11-23 Thread Jason Costomiris
Ever since the day a couple of weeks ago that I posted to the redhat-list about how I did an RPM based installations of: MySQL Apache 1.3.9 w/mod_ssl 2.4.8 PHP3 w/MySQL support all on RedHat 6.1. I've been bombarded with questions. I went ahead and put together a howto that describes this inst