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
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
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
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
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
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?
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
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
.
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
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
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
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
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
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
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
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
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
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.
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
-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
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
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
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,
"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
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
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
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
27 matches
Mail list logo