[PHP-INST] PHP 4.2.3 problem

2003-07-22 Thread Ana Escudero
Hi all, I have installed apache 1.3.27 and PHP 4.2.3 on a RedHat7.3. I have installed PHP with the --with-apxs=/apache/bin/apxs and I changed the httpd.conf to add the AddType, the Load Module and the DirectoryIndex entries. When I try to run a php page I only see the source code of the php pa

[PHP-INST] PHP 4.2.3 Warning: open_basedir restriction in effect.

2003-06-30 Thread Fribse
The full error looks like this: Warning: open_basedir restriction in effect. File is in wrong directory in sys:/php/fribert.dk/minibb/index.php on line 35 Warning: Failed opening './skins/fribert.php' for inclusion (include_path='.') in sys:/php/fribert.dk/minibb/index.php on line 35 Warning:

RE: [PHP-INST] PHP 4.2.3 fails to load...

2003-06-16 Thread NIPP, SCOTT V (SBCSI)
GREAT!!! You 'da man. This worked perfectly for me. Thanks a bunch. -Original Message- From: Jim Thome [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 2:45 PM To: [EMAIL PROTECTED]; NIPP, SCOTT V (SBCSI) Subject: Re: [PHP-INST] PHP 4.2.3 fails to load... You ha

Re: [PHP-INST] PHP 4.2.3 fails to load...

2003-06-16 Thread Jim Thome
You have to modify the apachectl script to get around the HPUX thread local storage problem. Add the following to your apachectl script under the 'START CONFIGURATION SECTION': export ORACLE_HOME=/path/to/oracle export SHLIB_PATH=$ORACLE_HOME/lib:/path/to/apache/lib:$SHLIB_PATH export LD_PRELOAD=

[PHP-INST] PHP 4.2.3 fails to load...

2003-06-16 Thread NIPP, SCOTT V (SBCSI)
I am trying to get PHP 4.2.3 working on a HP-UX 11.00 system that I have had no luck getting 4.3.2 to work on. The compile and everything went great, but now Apache fails to start complaining about PHP. Here is the output of the Apache start... [EMAIL PROTECTED]:/sbin/init.d> ./httpd sta

Re: [PHP-INST] PHP 4.2.3 install under x86 RedHat 8.0 keepsSIDs in URL

2003-03-27 Thread Jim Thome
Does the output of phpinfo() show the trans_id set to 1? What is the output of 'ini_get("session.use_trans_sid ")'? -- Jim >>> Michael Bull <[EMAIL PROTECTED]> 03/27/03 03:54PM >>> Quoting Jim Thome <[EMAIL PROTECTED]>: > Change this line in your php.ini from... > > session.use_trans_sid = 1

Re: [PHP-INST] PHP 4.2.3 install under x86 RedHat 8.0 keeps SIDs in URL

2003-03-27 Thread Michael Bull
Quoting Jim Thome <[EMAIL PROTECTED]>: > Change this line in your php.ini from... > > session.use_trans_sid = 1 > > to... > > session.use_trans_sid = 0 > > [restart server] Hello Jim, thanks for your email. I should have documented this one (I've been at this for awhile and searching the li

Re: [PHP-INST] PHP 4.2.3 install under x86 RedHat 8.0 keepsSIDs in URL

2003-03-27 Thread Jim Thome
Change this line in your php.ini from... session.use_trans_sid = 1 to... session.use_trans_sid = 0 [restart server] -- Jim >>> Michael Bull <[EMAIL PROTECTED]> 03/27/03 03:32PM >>> Evening, all: Looking for some suggestions for troubleshooting. We're in the processing of moving a PHP appl

[PHP-INST] PHP 4.2.3 install under x86 RedHat 8.0 keeps SIDs in URL

2003-03-27 Thread Michael Bull
Evening, all: Looking for some suggestions for troubleshooting. We're in the processing of moving a PHP application from a Solaris box to a Linux box. The Linux Box in question is a Pentium 4 running RedHat 8.0 (as shipped from Dell). We're running the IMP Webmail software, though this doe

[PHP-INST] PHP 4.2.3 & libgd 2.0.9

2003-03-11 Thread Peter Ludikovsky
Hi, I'm trying to re-compile PHP to support libgd for images. But the compiling process always exits with an error (see below). libgb compiled without errors. Could anyone tell me how to fix this? Any help appreciated. /peter ---BEGIN libgd configuration--- ./configure --prefix=/usr --without-fr

[PHP-INST] PHP 4.2.3

2003-01-25 Thread Brendan Pratt
Having some weird problem running the configure when I go to install 4.2.3 here. Using the command line of :- l:/usr/src/php-4.2.3# ./configure --with-mysql=/usr/local/mysql --with-xml --with-apache=../apache _1.3.24 \ --enable-track-vars I get the following error :- configure: error: Try addin

Re: [PHP-INST] PHP 4.2.3 and APACHE 1.3.27 showing PHP sources

2003-01-04 Thread DaMouse
LoadModule libexec/libphp4.so that added to httpd.conf? - Original Message - From: Chris Hewitt <[EMAIL PROTECTED]> To: Stefan Hoelzner <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, January 04, 2003 4:28 PM Subject: Re: [PHP-INST] PHP 4.2.3 and APACHE

Re: [PHP-INST] PHP 4.2.3 and APACHE 1.3.27 showing PHP sources

2003-01-04 Thread Chris Hewitt
Stefan Hoelzner wrote: PHP 4.2.3, APACHE 1.3.27, MOD_SSL 2.8.12-1.3.27, OPENSSL 0.9.6h, MySQL 3.23.53a on SuSE8.0 whenever I compile Apache (with mod_ssl, although I think that does not matter) and PHP and start up with "apachectl start", all PHP-files don't get parsed, instead the PHP-sources

Re: [PHP-INST] PHP 4.2.3 and APACHE 1.3.27 showing PHP sources

2003-01-04 Thread John Coder
On Sat, 2003-01-04 at 06:48, Stefan Hoelzner wrote: > Hi folks, > > PHP 4.2.3, APACHE 1.3.27, MOD_SSL 2.8.12-1.3.27, OPENSSL 0.9.6h, MySQL 3.23.53a on >SuSE8.0 > > whenever I compile Apache (with mod_ssl, although I think that does not matter) and >PHP and start up with "apachectl start", > al

[PHP-INST] PHP 4.2.3 and APACHE 1.3.27 showing PHP sources

2003-01-04 Thread Stefan Hoelzner
Hi folks, PHP 4.2.3, APACHE 1.3.27, MOD_SSL 2.8.12-1.3.27, OPENSSL 0.9.6h, MySQL 3.23.53a on SuSE8.0 whenever I compile Apache (with mod_ssl, although I think that does not matter) and PHP and start up with "apachectl start", all PHP-files don't get parsed, instead the PHP-sources are shown in

[PHP-INST] PHP 4.2.3 on debian with XML fails

2002-11-15 Thread Andreas Jud
Hello, I've tried to install PHP 4.3.2 with xml-support! ./configure & make & make install went fine! If I try to start apache I've got the following error! Cannot load /usr/lib/apache/1.3/libphp4.so into server: /usr/lib/apache/1.3/libphp4.so: undefined symbol: xml_utf8_decode failed If I rem

[PHP-INST] PHP-4.2.3 AND JAVA

2002-11-08 Thread Fincom
Hi, I've try to install java extension for php. I've compile the extension and put the java.so and php_java.jar in /usr/lib/php/extensions My OS is Linux Mandrake 9, and i've installed the j2sdk1.4.1 I've put the PATH for java and also upgrade the LD_LIBRARY_PATH When i try to access a page exam

Re: [PHP-INST] php 4.2.3+apache 2.0.43

2002-11-05 Thread Jeffrey_N_Dyke
L PROTECTED] Subject: Re: [PHP-INST] php 4.2.3+apache 2.0.43 11/05/2002

Re: [PHP-INST] php 4.2.3+apache 2.0.43

2002-11-05 Thread Lou Picciano
ple other > basic enables... > > I did have a successful build with these but I then added openssl and then > could not get it working...this made me go back to 1.3.27. > > Jeff > > > > Lou Picciano > Wi

Re: [PHP-INST] php 4.2.3+apache 2.0.43

2002-11-04 Thread Chris Wilson
t: Monday, November 04, 2002 1:33 PM Subject: Re: [PHP-INST] php 4.2.3+apache 2.0.43 > > Sharing.if you're interested > > since i have posted the other one, i feel inclined to addYes, i have > had luck with Apache 2.039 and PHP 4.23-dev(from snaps.php.net a few m

Re: [PHP-INST] php 4.2.3+apache 2.0.43

2002-11-04 Thread Jeffrey_N_Dyke
ROTECTED] Subject: Re: [PHP-INST] php 4.2.3+apache 2.0.43 11/04/2002

Re: [PHP-INST] php 4.2.3+apache 2.0.43

2002-11-04 Thread Lou Picciano
1 on > these systems" > > jd > > "Chris Wilson" > > .com> cc: >Subject: [PHP-INST] php > 4.2.3

Re: [PHP-INST] php 4.2.3+apache 2.0.43

2002-11-04 Thread Jeffrey_N_Dyke
.com>cc: Subject: [PHP-INST] php 4.2.3+apache 2.0.43 11/04/2002

[PHP-INST] php 4.2.3+apache 2.0.43

2002-11-04 Thread Chris Wilson
Hello, I am having a problem with a 4.2.3 install on a redhat linux box running apache 2.0.43 and php 4.2.3 when I turn safe mode on, I get this error: Warning: SAFE MODE Restriction in effect. The script whose uid is -1 is not allowed to access /var/www/html/index.php owned by uid 515 in U

[PHP-INST] PHP 4.2.3 + GD 2.0.1 install problems

2002-10-30 Thread Blubber
Hi, I've been trying to install PHP 4 with GD support for two days now. It doesnt work. I installed libjpeg libpng zlib and GD 2.01. They all compiled without errors. Then I tried to configure php with this: ./configure --with-gd=../gd-2.0.1 --with-apxs=/usr/local/apache/bin/apxs --w ith-zlib-dir=

Re: [PHP-INST] php 4.2.3 on appache 1.3.23 on win98se

2002-10-18 Thread Chris Hewitt
Matthias Baumgart wrote: enter localhost, this folder isn't empty there ist the file index.php, the monitor "file save?" cames. Put the AddType line in your httpd.conf file as per the instructions and restart apache. HTH Chris -- PHP Install Mailing List (http://www.php.net/) To unsubscrib

[PHP-INST] php-4.2.3 on Netscape 3.51

2002-10-18 Thread Brian Vaughan
I am trying to install php with a very old version on Netscape server. Version 3.51 on Solaris 7 I get a clean configure, make, and install, and have followed all Netscape intructions...and i restarted. But on requesting a php page, I am prompted to download, and I get the page source. The m

[PHP-INST] php 4.2.3 on appache 1.3.23 on win98se

2002-10-17 Thread Matthias Baumgart
Hallo php-install, today I installed php 4.2.3 new. in appache is allright, but if I enter localhost, this folder isn't empty there ist the file index.php, the monitor "file save?" cames. Why? -- Matthias mailto:[EMAIL PROTECTED] -- PHP Install Mailing List (http://w

[PHP-INST] PHP 4.2.3 and Apache 2.0.43

2002-10-13 Thread Aaron Axelsen
I compiled php 4.2.3 with the following syntax: ./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql Now, when I go to start up apache, I get the following error: Syntax error on line 234 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/

[PHP-INST] Php-4.2.3 + Apache 2.0.43

2002-10-13 Thread Aaron Axelsen
Is there any trick to get this to compile in redhat 8.0? I am having some trouble --- Aaron Axelsen AIM: AAAK2 Email: [EMAIL PROTECTED] URL: www.amadmax.com "It said, ""Insert disk #3,"" but only two will fit!" "One picture is worth 128K words." -- PHP Install Mailing List (http://www.php.n

[PHP-INST] PHP 4.2.3 AND PHPNUKE 6.0 WONT WORK PLEASE HELP

2002-10-09 Thread HALUK YETKIN
My hosting company upgraded php to version 4.2.3 but my phpnuke wont work now . You can check my hosting php info from http://www.crmhaber.com/testenv.php . other php file working fine on server but phpnuke files wont work. Please help me about it. -- PHP Install Mailing List (http://www.

[PHP-INST] PHP 4.2.3 w/gettext (0.11.5) on Mac OS X (10.2.1)

2002-10-07 Thread Ken Anderson
I am getting this error when running configure: checking for GNU gettext support... yes checking for bindtextdomain in -lintl... (cached) no checking for bindtextdomain in -lc... (cached) no configure: error: Unable to find required gettext library The config.log does not help much: configure:

Re: [PHP-INST] PHP 4.2.3 problem - phpinfo.phtml works find, phpinfo.php asks to save/open

2002-10-05 Thread Thistle
Greetings! Apparently you all were as stumped as I was as to why this did not work :) I finally got PHP 4.2.3 running as configured on my system(phpinfo.php and phpinfo.phtml both display properly in a web browser now, all my .php pages now work properly) but I had to resort to drastic measure

[PHP-INST] PHP 4.2.3 problem - phpinfo.phtml works find, phpinfo.php asks to save/open

2002-09-28 Thread Thistle
Greetings! I am trying to install PHP 4.2.3 as a module running with Apache 1.3.26 on a RH7.2 Linux box. The problem I am having is this: I created a test page (phpinfo.php) with the command and tried to load the page, I get a dialogue box asking if I wish to save or open the file (this also oc

[PHP-INST] PHP 4.2.3 can not run as loadmodule with apache 2.X in WinXP

2002-09-26 Thread devuser
I have install it and I must install php as cgi of apache2. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] php-4.2.3 + Apache

2002-09-25 Thread Wilfredo I. Pachón López
Hi everybody I'm tring to reinstall php ad apache and get a error, this is the problem: I had a a totally functional server with PHP 4.2.3 + Apache 1.3.23 (RPM package for RH 7.3) in this all were all rigth but i try to upgrade Apache to avoid the potentialy security bugs that were reported

[PHP-INST] php-4.2.3 and apache 2.0.39 on linux

2002-09-12 Thread Himanshu Soni
Hi I was trying to compile php-4.2.3 with apache 2.0.39 on linux. My configure was like this: freaky:~/php-4.2.3$ ./configure --prefix=/home/himanshu/apache --with-apxs2=/home/himanshu/apache/bin/apxs --with-config-file-path=/home/himanshu/apache/php --with-pgsql=/usr/local/postgresql/ I get t

[PHP-INST] php 4.2.3 with ldap under sparc solaris 2.7 fails to build - help

2002-09-11 Thread Charles Brasted
I'm trying to build apache-php under sparc-solaris 2.7. It works fine until I include --with-ldap=... in the path. When I do that I get a pile of complaints about ldap.c and undefined reference when I try to do a make for apache. This is the php configure command: ./configure --with-apache=/imp