[PHP-INST] upgrading mandrake..

2002-12-18 Thread Dave
hello all, I am by no means a linux guru, so I thought I would ask here for help on upgrading my mandrake linux 8.0, php version 4.0.6 to the latest version. The box is a production box running several sites. If anyone has done this before and can offer solid advice it would be appreciated. than

php-install Digest 19 Dec 2002 06:21:52 -0000 Issue 1167

2002-12-18 Thread php-install-digest-help
php-install Digest 19 Dec 2002 06:21:52 - Issue 1167 Topics (messages 9418 through 9422): Re: Problem with MySQL-4.0.5-0 & PHP. 9418 by: Adam Voigt 9420 by: Lic. Rodolfo Gonzalez Gonzalez Re: Problem with lex? 9419 by: Jim Thome [solved] Problem with MySQL-4.0.5-0 &

[PHP-INST] upgrading mandrake 8, php 4.0.6 to newest php version

2002-12-18 Thread Dave
hello all, I am by no means a linux guru, so I thought I would ask here for help on upgrading my mandrake linux 8.0, php version 4.0.6 to the latest version. The box is a production box running several sites. If anyone has done this before and can offer solid advice it would be appreciated. than

[PHP-INST] [solved] Problem with MySQL-4.0.5-0 & PHP.

2002-12-18 Thread Lic. Rodolfo Gonzalez Gonzalez
Ok, the problem was MySQL's RPM's. So, here is the solution: if you upgrade a system with glibc < 2.2 using the RPM's downloaded from MySQL.com, you may run into problems with PHP, *even* if the RPM's didn't complain about broken dependencies when they were rpm -F'ed and *even* if you compiled PHP

Re: [PHP-INST] Problem with MySQL-4.0.5-0 & PHP.

2002-12-18 Thread Lic. Rodolfo Gonzalez Gonzalez
On Wed, 18 Dec 2002, Adam Voigt wrote: > Hmm, if your mysql part looks like: --with-mysql > Try changing it to the full path like: --with-mysql=/usr/local/mysql > (OR whatever the path is) It has the path /usr which has worked before (forgot to post it :). Now I think the problem are the RPM's fr

Re: [PHP-INST] Problem with lex?

2002-12-18 Thread Jim Thome
Install bison, flex, and binutils, and try again. >>> "Interware (Roboz)" <[EMAIL PROTECTED]> 12/17/02 09:43PM >>> Hi All, Please help me. I can't install the PHP. Thanks: Béci nagygep:~/install/php/php-4.1.2 # ./configure --with-

Re: [PHP-INST] Problem with MySQL-4.0.5-0 & PHP.

2002-12-18 Thread Adam Voigt
Hmm, if your mysql part looks like: --with-mysql Try changing it to the full path like: --with-mysql=/usr/local/mysql (OR whatever the path is) If it already has the path trying dropping it off and seeing if the default connection library works. On Wed, 2002-12-18 at 12:23, Lic. Rodolf

php-install Digest 18 Dec 2002 17:31:02 -0000 Issue 1166

2002-12-18 Thread php-install-digest-help
php-install Digest 18 Dec 2002 17:31:02 - Issue 1166 Topics (messages 9409 through 9417): make PHP problem 9409 by: Diego Brito content type & binary install 9410 by: Jeffrey_N_Dyke.Keane.com 9413 by: Chris Hewitt re-compile PHP with curl support 9411 by: K.

[PHP-INST] Problem with MySQL-4.0.5-0 & PHP.

2002-12-18 Thread Lic. Rodolfo Gonzalez Gonzalez
Hi, I've just upgraded to MySQL-4.0.5-0 in a RH6.2 (ancient) system, and now I have this problem with PHP: it compiles --with-mysql but when Apache tries to start it drops this message: Starting httpd: Syntax error on line 250 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp4.

Re: [PHP-INST] GD Libs on Windows

2002-12-18 Thread Chris Hewitt
ukasz Kowalczyk wrote: Elo I've got a problem with gd libs on PHP 4.2.3 on Windows/Apache server. Well... their disabled :) althought i've uncoment the line: ;extension=gd_lib.dll By uncomment, I assume you mean you have removed the colon at the beginning of the above line? in php.ini I wo

[PHP-INST] GD Libs on Windows

2002-12-18 Thread £ukasz Kowalczyk
Elo I've got a problem with gd libs on PHP 4.2.3 on Windows/Apache server. Well... their disabled :) althought i've uncoment the line: ;extension=gd_lib.dll in php.ini I've installed Apache 2.0.43 from Win binaries and PHP 4.2.3 from Win binaries too. Help me! Nailee -- Nailee [EMAIL PROTECTED]

Re: [PHP-INST] re-compile PHP with curl support

2002-12-18 Thread Jim Thome
run make distclean first, and cURL must be installed for PHP to include it. >>> "K.C.P. van Zijl" <[EMAIL PROTECTED]> 12/17/02 06:37PM >>> Hello, I*m writing a script and want to use cURL, but curl support isn*t compiled in my PHP at the moment. Is this difficult to do? Does the following command

Re: [PHP-INST] content type & binary install

2002-12-18 Thread Chris Hewitt
[EMAIL PROTECTED] wrote: Hello. I have php set up as a binary and a DSO. in the binary all scripts start with some output : X-Powered-By: PHP/4.2.3 Content-type: text/html Call "php -q" to surpress them. HTH Chris -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: htt

Re: [PHP-INST] re-compile PHP with curl support

2002-12-18 Thread Chris Hewitt
K.C.P. van Zijl wrote: I'm writing a script and want to use cURL, but curl support isn't compiled in my PHP at the moment. Is this difficult to do? Does the following command re-compile PHP and everything is alright?: Depends upon which options you want. I suggest you use the existing configur

[PHP-INST] re-compile PHP with curl support

2002-12-18 Thread K.C.P. van Zijl
Hello, I’m writing a script and want to use cURL, but curl support isn’t compiled in my PHP at the moment. Is this difficult to do? Does the following command re-compile PHP and everything is alright?: ./configure \ --prefix=/usr/local/psa/apache \ --with-regex=php \ --with-apxs=/usr/local/psa

[PHP-INST] content type & binary install

2002-12-18 Thread Jeffrey_N_Dyke
Hello. I have php set up as a binary and a DSO. in the binary all scripts start with some output : X-Powered-By: PHP/4.2.3 Content-type: text/html which shows up in /var/mail/user each time any of my scripts run on a cron job. I have changed the php.ini for this installation to be just text/pla

[PHP-INST] make PHP problem

2002-12-18 Thread Diego Brito
Hi, Im trying to compile php-4.3.OCR1 with apache2.0.43 I do configure in apache with: ./configure --enable-layout=GNU --enable-module=src/modules/php4/libphp4.a Then do configure in php: ./configure --with-oci8=/ora8i/u01/app/oracle/product/8.1.6 --with-apache2=/usr/src/httpd-2.0. 43 --with-uni