Re: [PHP-INST] PHP 4.3 Upgrade on redhat 8

2003-01-14 Thread Jeanne Case
Luke, Basically, the SRPMS are just another file format that holds the tar.gz file. You can either download the SRPMS or just get the tar.gz file from PHP or Apache and do the compile. So for example you are going to build apache: $ su - # cd /tmp put the packages here. # rpm -i apache-1.3.19

Re: [PHP-INST] Re: phpinfo() still shows 4.2.2 after 4.3 install

2003-01-13 Thread Jeanne Case
See Dan Anderson's article on the installation: http://dan.drydog.com/apache2php.html -Jeanne Wade wrote: 01122003 1155 CST Tim, I read on a different list about making sure you changed the ini file to the upgraded version. Im not a linux person so the ini file Im sure is something else but,

Re: [PHP-INST] PHP/Red Hat

2002-12-09 Thread Jeanne Case
I have borrowed and changed some pages from the RedHat site, written originally by Permaine Cheung. I have changed them to include installation of MySQL instead of the RedHat Database. This involves compiling from source code, but it is a good step by step procedure. -Jeanne Jonathan wrote: It

Re: [PHP-INST] Installing PHP as a module of Apache 1.3

2002-09-09 Thread Jeanne Case
In case no one has replied, They mean where you installed Apache from, not where you are installing Apache to. This is assuming you are also installing Apache from source and compiling it yourself. The php installs a directory under the apache source tree with the php module in it. When you com

Re: [PHP-INST] I cant compile apache\php\mysql.. missing libphp4.so

2002-08-30 Thread Jeanne Case
The order is: mysql apache - just minimum configure, don't need make or make install yet. php then apache again - to include the php stuff. Make sure you use your pathnames. $ ./configure --prefix=/usr/local/apache \ --activate-module=src/modules/php4/libphp4.a \ --sysconfdir=/usr/local/ap

Re: [PHP-INST] Guys, please help me! Compile problem with PHP 4.2.2 on Mandrake 8.0

2002-08-14 Thread Jeanne Case
PHP 4.2.2 has problems get the latest 4.2.3 from snaps.php.net -J Olexandr Sabchyshyn wrote: > > Hi guys! > > I have the following problem. Two days ago i have installed Mandrake 8.0 > I had no problems with mysql (3.23.51) and apache (1.3.26) compilation. But > I could not compile php 4.2.2 >

Re: [PHP-INST] RedHat 7.3 apache is running but where is PHP support

2002-08-13 Thread Jeanne Case
Here is the URL for instructions on how to install PHP on RedHat Linux. http://www.redhat.com/support/resources/howto/database/database_php/ There is a problem in PHP4.2.2 so get a newer stable version from : http://snaps.php.net/ -Jeanne Jan - CWIZO wrote: > > Hi > > If i type rpm -e apache