Re: [PHP-INST] Following instrictions in maunal doesn't work

2002-03-03 Thread Rasmus Lerdorf
Add --with-zlib to your PHP ./configure line On Sat, 2 Mar 2002, Jim Pringle wrote: > I'm running RedHat 7.2. I downloaded apache & php binaries. I followed > the instructions from the PHP manual: > > > 1. gunzip apache_1.3.x.tar.gz > 2. tar xvf apache_1.3.x.tar > 3. gunzip php-x.x.x.tar.gz

[PHP-INST] PHP-4.1.2 Install

2002-03-03 Thread PHP User
Help! I'm running Apache 1.3 on Redhat7.2 (distribution install) and just compiled PHP-4.1.2 as a DSO for apache with no problems BUT when I go to view my php pages the php scripts are in plain text. eg. appears in my browser. - I know that the appropriate lines in the httpd.conf file has b

[PHP-INST] PHP 4.1.2 & Apache's VirtualHost

2002-03-03 Thread Cale Fairchild
I am running PHP as a CGI executable outside the doc_root so I am using --enable-discard-path but not --force-cgi-redirect. I am currently trying to upgrade from 4.0.6 to 4.1.2 but found that although the new php executable works fine in the main site and fine from a users directory it will not w

[PHP-INST] Following instrictions in maunal doesn't work

2002-03-03 Thread Jim Pringle
I'm running RedHat 7.2. I downloaded apache & php binaries. I followed the instructions from the PHP manual: 1. gunzip apache_1.3.x.tar.gz 2. tar xvf apache_1.3.x.tar 3. gunzip php-x.x.x.tar.gz 4. tar xvf php-x.x.x.tar 5. cd apache_1.3.x 6. ./configure --prefix=/www 7. cd ../php-x.x.x

[PHP-INST] php 4.1.2 installation

2002-03-03 Thread oHmEr
Hi ! I'm a new user of linux but an experimentated php scripter under windows. However i can't compile php under my linux box under mandrake 8.1 ! I would like to compile php to get a cgi executable so i download last release of php and unzipped it. After, i type this command to configure module

[PHP-INST] Re: configure error with lone '-l'

2002-03-03 Thread Rohan Amin
This problem seems to have been fixed in the latest snapshot on snaps.php.net "Rohan Amin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > Hello, > > I am trying to compile a standalone version of the php binary on my system: > > Redhat 7.2, linux 2.4.17 > php-4.1.2 > > Below is

[PHP-INST] php 4.1.1 + apache 1.23 + oracle 8i srv on w2k prof

2002-03-03 Thread quebe
Hi when I'm trying to connect to my oracle db with "; $db = "authors"; $c1 = ocilogon("pawel","pawel",$db); function select_data($conn) { $stmt = ociparse($conn,"select * from pawel.authors"); ociexecute($stmt,OCI_DEFAULT); echo $conn."selecting\n\n"; while (ocifetch($stmt)){ echo o

php-install Digest 3 Mar 2002 20:36:46 -0000 Issue 727

2002-03-03 Thread php-install-digest-help
php-install Digest 3 Mar 2002 20:36:46 - Issue 727 Topics (messages 6228 through 6231): compile errors on RH 7.2 when making a RPM 6228 by: Venge -- Lokalsound Re: /usr/bin/ld: cannot find -lgssapi_krb5 6229 by: Brett Simpson broken images with phpinfo 6230 by: dk

[PHP-INST] configure error with lone '-l'

2002-03-03 Thread Rohan Amin
Hello, I am trying to compile a standalone version of the php binary on my system: Redhat 7.2, linux 2.4.17 php-4.1.2 Below is the debug.log file that is generated after running a configure. If you notice the LIBS line there is, I think, an extra '-l' that is causing the error. Before my conf