[PHP-INST] Re: HP11.00, php 4.3 and mysql

2003-03-25 Thread Michael Mauch
Madhu <[EMAIL PROTECTED]> wrote: > I am facing heavy challenges trying to compile php as a DSO module into > apache. > I have a HP 11.00 OS (B2600) system with gcc 3.1 installed. I don't have > installed any new patch bundles on this system. > I am having apache 1.3.26 for HP 11.00 downloaded from

Re: [PHP-INST] HP11.00, php 4.3 and mysql

2003-03-25 Thread Jim Thome
Drop the '--with-mysql=/usr/local/mysql' switch. PHP has built-in MySQL support and you only need to specify the path to the MySQL client libraries if you run other applications that use MySQL (like auth-mysql). Even so, you will have problems on HPUX if you try to compile PHP against the libra

Re: [PHP-INST] Re: Problem on Solaris 8

2003-03-25 Thread Michael Mauch
Guillermo Guill?n Angel wrote: > root en zeus# make install > Installing PHP CLI binary: /usr/local/bin/ > Installing PHP SAPI module > Installing shared extensions: > /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ > Installing PEAR environment: /usr/local/lib/php/ > ld.so.1: /usr/local

[PHP-INST] HP11.00, php 4.3 and mysql

2003-03-25 Thread Madhu
I am facing heavy challenges trying to compile php as a DSO module into apache. I have a HP 11.00 OS (B2600) system with gcc 3.1 installed. I don't have installed any new patch bundles on this system. I am having apache 1.3.26 for HP 11.00 downloaded from HP Mysql 4.0.12 binary downloaded from mysq

[PHP-INST] Re: Output line too long error?

2003-03-25 Thread Tom Tsongas
You were absolutely right Michael. Had another SED sitting in /usr/local that I didn't even realize was there. My UNIX skills have atrophied. Thanks! Works now. :-) Michael Mauch wrote: Tom Tsongas <[EMAIL PROTECTED]> wrote: I am running into a bizarre error when attempting to build the PHP

php-install Digest 26 Mar 2003 01:03:22 -0000 Issue 1306

2003-03-25 Thread php-install-digest-help
php-install Digest 26 Mar 2003 01:03:22 - Issue 1306 Topics (messages 10405 through 10420): Re: Problems running configure (locks up) 10405 by: Eli White 10414 by: Michael Mauch A newbie question 10406 by: fa 10407 by: Bryan Brannigan 10408 by: fa Pr

Re: [PHP-INST] Re: Problem on Solaris 8

2003-03-25 Thread Guillermo Guill?n Angel
Thanks Michael. I had no problem in configuring php after the advice you gave me. I compiled it but when I tryed tod install it I recieved this message root en zeus# make install Installing PHP CLI binary: /usr/local/bin/ Installing PHP SAPI module Installing shared extensions: /usr/local/lib/php

[PHP-INST] Re: Output line too long error?

2003-03-25 Thread Michael Mauch
Tom Tsongas <[EMAIL PROTECTED]> wrote: > I am running into a bizarre error when attempting to build the PHP 4.3.1 > package. I run the following configuration: > > ./configure --with-oci8=/oracle/product/9.0.1 > --with-oracle=/oracle/product/9.0.1 --with-apache=../httpd-2.0.44 > --enable-track

[PHP-INST] Re: Problems with PHP 4.3.1 and RH 7.3

2003-03-25 Thread Michael Mauch
Juvenal A. Silva Jr. <[EMAIL PROTECTED]> wrote: > Can anyone respond about this, please... > I already changed the glibc to the latest one (2.2.5-43) and to the latest > apache (1.3.27-2) available at RHN (RPM packages). I keep the kernel the > same. > Even after these changes I still get the same

[PHP-INST] Output line too long error?

2003-03-25 Thread Tom Tsongas
Hi gang. I am running into a bizarre error when attempting to build the PHP 4.3.1 package. I run the following configuration: ./configure --with-oci8=/oracle/product/9.0.1 --with-oracle=/oracle/product/9.0.1 --with-apache=../httpd-2.0.44 --enable-track-vars I can configure ok but when I run '

[PHP-INST] Re: Problem on Solaris 8

2003-03-25 Thread Michael Mauch
Guillermo guill?n angel <[EMAIL PROTECTED]> wrote: > I've been trying to install PHP 4.3.1 on my Solaris 8 server, but when I > try to run the configure script it just freezes See the thread starting with , subject "Problems running configure (locks up)", from yesterday.

[PHP-INST] Re: Problems running configure (locks up)

2003-03-25 Thread Michael Mauch
Eli White <[EMAIL PROTECTED]> wrote: > Michael Mauch wrote: >> Or put a >> "set -x" on the second line of the configure script and post the last >> lines of the output. > So, I then followed your advice and added the xpg4 version of sed higher > in my path (/ucb was winning currently). And buil

[PHP-INST] Re: installing cUrl

2003-03-25 Thread Michael Mauch
Diana Castillo <[EMAIL PROTECTED]> wrote: > Hi, I am running windows XP and I am looking for a way to install Curl, cant > seem to find a version that I can easily install just by clicking on > Setup.exe , does anyone know how to install it on XP? I don't know anything about XP, but did you have

[PHP-INST] Problem with Apache-2.0.44

2003-03-25 Thread Sebastian Muench
Hi all, I'm running a redhat 8. I want to install a php-4.3.1 as a sapi module for apache-2.0.44. I worked as recommended in the php -docs. Typed Commands: 1. tar xvfz httpd-2.0.44.tar.gz 2. tar xvfz php-4.3.1.tar.gz 3. cd httpd-2.0.44 4. ./configure --enable-so 5. make 6. make install 7.

[PHP-INST] Re: Problems with PHP 4.3.1 and RH 7.3

2003-03-25 Thread Juvenal A. Silva Jr.
Folks, Can anyone respond about this, please... I already changed the glibc to the latest one (2.2.5-43) and to the latest apache (1.3.27-2) available at RHN (RPM packages). I keep the kernel the same. Even after these changes I still get the same error (Segmentation Fault) on session_start(). Ple

[PHP-INST] AIX 4.3.3 php install problem

2003-03-25 Thread Stephen Spalding
Hello all, I'm installing php for the first time on an IBM b50 running AIX 4.3.3. I'm trying to install php 4.3.1 for use with Oracle 8.1.7, and it's crapping out at the make command. Here is error that I'm receiving: ld: 0706-006 Cannot find or open library file: -l ocijdbc8 ld:open(): N

[PHP-INST] Problem on Solaris 8

2003-03-25 Thread Guillermo Guill?n Angel
Hello I've been trying to install PHP 4.3.1 on my Solaris 8 server, but when I try to run the configure script it just freezes this is what I get: root en robin# ./configure --with-mysql --with-apache=/usr/local/apache_1.3.27 creating cache ./config.cache checking for Cygwin environment... no ch

Re[2]: [PHP-INST] A newbie question

2003-03-25 Thread fa
BB> try using this as a test script BB> --snip-- BB> phpinfo() ?>> BB> --snip-- BB> if this works then your PHP installation is ready to fly. BB> - Original Message - BB> From: "fa" <[EMAIL PROTECTED]> BB> To: <[EMAIL PROTECTED]> BB> Sent: Tuesday, March 25, 2003 9:26 AM BB> Subjec

Re: [PHP-INST] A newbie question

2003-03-25 Thread Bryan Brannigan
try using this as a test script --snip-- --snip-- if this works then your PHP installation is ready to fly. - Original Message - From: "fa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 25, 2003 9:26 AM Subject: [PHP-INST] A newbie question Hi, list. I'm a newbie

[PHP-INST] A newbie question

2003-03-25 Thread fa
Hi, list. I'm a newbie in UNIX, so this might be a stupid question. Anyway, I've installed php-4.3.1 as a loadable module for apache-1.3.27. (apache configured: ./configure --enable-so; php configured: ./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql). Installation of both goes fine.

[PHP-INST] Re: Problems running configure (locks up)

2003-03-25 Thread Eli White
Michael Mauch wrote: Or put a "set -x" on the second line of the configure script and post the last lines of the output. Here it is ... It seems to be hanging on shtool: + egrep define.*include/php ./configure + xargs touch + sed s/.*>// php_shtool=./build/shtool + ./build/shtool echo -n -e %B So,

php-install Digest 25 Mar 2003 12:37:34 -0000 Issue 1305

2003-03-25 Thread php-install-digest-help
php-install Digest 25 Mar 2003 12:37:34 - Issue 1305 Topics (messages 10401 through 10404): Re: Problems running configure (locks up) 10401 by: Michael Mauch Re: File Download instead of script execution 10402 by: Stephen Reese installing cUrl 10403 by: Diana Castil

[PHP-INST] curl

2003-03-25 Thread Diana Castillo
How can I tell if I have successfully installed curl on my windows XP machine? What is the syntax for sending a test curl command? I tried this and got a syntax error: curl http://www.netscape.com/; -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

[PHP-INST] installing cUrl

2003-03-25 Thread Diana Castillo
Hi, I am running windows XP and I am looking for a way to install Curl, cant seem to find a version that I can easily install just by clicking on Setup.exe , does anyone know how to install it on XP? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u