[PHP-INST] installation problem

2001-03-13 Thread GC
Hi, I'm running redhat 6.2 and tried to install apache 1.3.12 and php 4.0.4. i followed the instruction given on the manual and configure it: pc@pc # ./configure --with-apache=../apache_1.3.12 --with-mysql --with-xml --enable-track-vars and it output: loading cache ./config.cache checking for

[PHP-INST] installation problem

2001-03-13 Thread GC
Hi, I'm running redhat 6.2 and tried to install apache 1.3.12 and php 4.0.4. i followed the instruction given on the manual and configure it: pc@pc # ./configure --with-apache=../apache_1.3.12 --with-mysql --with-xml --enable-track-vars and it output: loading cache ./config.cache checking for

[PHP-INST] installation problem

2001-03-13 Thread GC
Hi, I'm running redhat 6.2 and tried to install apache 1.3.12 and php 4.0.4. i followed the instruction given on the manual and configure it: pc@pc # ./configure --with-apache=../apache_1.3.12 --with-mysql --with-xml --enable-track-vars and it output: loading cache ./config.cache checking for

[PHP-INST] Using dl() to load GDBM

2001-03-13 Thread Nissim Chudnoff
Hello, I'm trying to write a PHP script that will use the dba_* functions to store data. However, the admins at the host I'm working on built PHP without any dba libraries. I got the gdbm package, and built the .so file, but when I call dl("libgdbm.so"), I get a message about "it might not be

[PHP-INST] errores en compilacion de php 4.0 como modulo apache para conexion con informix

2001-03-13 Thread Ing. Guillermo Galindo Cruz
help - debug.log # -- CONFIGURE: './configure' '--with-informix=yes' '--with-apache=/usr/src/apache' '--enable-track-vars' CC: cc CFLAGS: -I/usr/informix/incl/esql CPPFLAGS: C

RE: [PHP-INST] Premature end of script headers?

2001-03-13 Thread Michael Richardson
Thie script should be in your www directory, not in the cgi-bin directory. The server is attempting to run it as a cgi script rather than a module. Michael Richardson -Original Message- From: Celeste Suliin Burris [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 2:01 PM To: [EMA

Re: [PHP-INST] Premature end of script headers -The answer!

2001-03-13 Thread Celeste Suliin Burris
on 3/13/01 2:00 PM, Celeste Suliin Burris at [EMAIL PROTECTED] wrote: > I have tried for quite a while to get php to run. It compiles fine, but > when I attempt to run it as an apache module, I get the same message in the > apache logs time after time. > > The apache error_log output is: > > [

Re: [PHP-INST] problem recompiling PHP4.0.4 --with-dom=/usr/local/lib

2001-03-13 Thread Jani Taskinen
On Tue, 13 Mar 2001 [EMAIL PROTECTED] wrote: >Yes, I did delete config.cache before each ./configure attempt. Note: http://www.php.net/bugs.php?id=9683&edit=1 So safest would be to use libxml-2.2.7 (or 2.2.11) as the current PHP extension doesn't really support the newer versions. Yet. Anyway,

Re: [PHP-INST] debug.log ld cannot find -lttf

2001-03-13 Thread root
Since I was installing on a fresh install of Redhat 7.0 and all the latest of mysql and apache, etc. I went ahead and did a re-install of my whole system to start from scratch. This time I did not install gd, libjpeg, libpng ,etc from source. Instead I noticed that they all installed with redhat

Re: [PHP-INST] problem recompiling PHP4.0.4 --with-dom=/usr/local/lib

2001-03-13 Thread kris
Yes, I did delete config.cache before each ./configure attempt. Kris On 13 Mar 01, at 20:57, Jani Taskinen wrote: > > Did you delete config.cache before reconfiguring? > > --Jani > > > On Tue, 13 Mar 2001 [EMAIL PROTECTED] wrote: > > >Hi Jani, > > > >Tried your suggestion: > >./configure -

[PHP-INST] Premature end of script headers?

2001-03-13 Thread Celeste Suliin Burris
I have tried for quite a while to get php to run. It compiles fine, but when I attempt to run it as an apache module, I get the same message in the apache logs time after time. The apache error_log output is: [Mon Mar 12 18:12:04 2001] [notice] Apache/1.3.19 (Unix) PHP/4.0.4pl1 mod_perl/1.25 co

Re: [PHP-INST] problem recompiling PHP4.0.4 --with-dom=/usr/local/lib

2001-03-13 Thread Jani Taskinen
Did you delete config.cache before reconfiguring? --Jani On Tue, 13 Mar 2001 [EMAIL PROTECTED] wrote: >Hi Jani, > >Tried your suggestion: >./configure --with-apxs=/usr/local/apache/bin/apxs --wit >h-dom=/usr/local --with-pgsql > >..and: >./configure --with-apxs=/usr/local/apache/bin/apxs --wi

Re: [PHP-INST] problem recompiling PHP4.0.4 --with-dom=/usr/local/lib

2001-03-13 Thread kris
Hi Jani, Tried your suggestion: ./configure --with-apxs=/usr/local/apache/bin/apxs --wit h-dom=/usr/local --with-pgsql ..and: ./configure --with-apxs=/usr/local/apache/bin/apxs --wit h-dom=/usr/local/ --with-pgsql also, upgraded libxml2: MD5 (libxml2-2.3.3.tar.gz) = ba3cbd73f9336a8eae89a306a4ee

Re: [PHP-INST] debug.log ld cannot find -lttf

2001-03-13 Thread Jani Taskinen
On Tue, 13 Mar 2001, Mitchell Sheean wrote: >Not sure what this means. My debug.log is attached. I didn't compile gd >with TTF. is that the problem? >Any help much appreciated. And you didn't have --with-ttf in your configure line? At least in that debug.log it isn't, but did you try it before?

Re: [PHP-INST] Failure to open php test page

2001-03-13 Thread Sean Hogston
yes it is there, and it contains this one line: I copied the file to another server with the same version of php and it worked fine. Steve Brazill wrote: > > Does the file exist ?? > > Sean Hogston wrote: > > > I just installed 4.04pl1 with apache 1.3.19 on Trustix 1.2 and when I > > put t

[PHP-INST] check bok error

2001-03-13 Thread Harold Arando
hello everybody... I have a question, anyone can help me: I have a form in a html page: op1 op2 this generate a form with two checkboxs and a button okey I have this program in php but it have a error: now the error is show, when I do not check on the first check box, but if I

Re: [PHP-INST] SCO Openserver installation: notes+questions

2001-03-13 Thread Jani Taskinen
On Tue, 13 Mar 2001, Gaetano Giunta wrote: >PHP4.0.4pl1 (as cgi) + extensions Try the latest CVS snapshot from http://snaps.php.net/ as some of these problems of yours have been fixed. --Jani -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

[PHP-INST] Failure to open php test page

2001-03-13 Thread Sean Hogston
I just installed 4.04pl1 with apache 1.3.19 on Trustix 1.2 and when I put the test page up to run I get the following error in the browser: Warning: Failed opening '/usr/local/apache/htdocs/test.php' for inclusion (include_path='') in Unknown on line 0 Im not sure what to check so any suggestion

[PHP-INST] (Fwd) Re: [PHP-INST] problem recompiling PHP4.0.4 --with-dom=/

2001-03-13 Thread kris
Still getting the same problem using the latest snapshot of PHP4, which appears to have been released this morning.. info below. I have the latest libxml2 installed from FreeBSD ports /usr/ports/textproc/libxml2: MD5 (libxml2-2.3.0.tar.gz) = 6d95744d6401036d6c06f82956b6ba06 ./CONFIGURE OUTPU

[PHP-INST] debug.log ld cannot find -lttf

2001-03-13 Thread Mitchell Sheean
Not sure what this means. My debug.log is attached. I didn't compile gd with TTF. is that the problem? Any help much appreciated. -- snip -- CONFIGURE: './configure' '--with-apache=../apache_1.3.19' '--with-mysql=/usr/local/mysql' '--with-jpeg-dir=/usr/local' '--with-gd=/usr/local/gd-1.8.4' '

[PHP-INST] recompiling apache with DSO

2001-03-13 Thread Crust
need a good link to instructions on recompiling apache with DSO enabled so my php4 will work. if anyone knows a few simple steps that would work as well. i also would like to know what file i should backup in case something goes very wrong with the recompile? i'm not unfamiliar with linux just not

[PHP-INST] PHP, Acrobat Plugin and Browsers

2001-03-13 Thread Renato Barata Gomes
Hello everybody I am facing the following problem and I would like to know if someone have faced this before: 1) I made a script to create a pdf file from a web page. The problem is that it works more or less fine with Netscape but with IE it shows loading the Acrobat Reader screen, but after

[PHP-INST] PHP 4.0.4pl1 on Win NT 4 SP6 with Apache 1.3.19

2001-03-13 Thread Hugh Jones
Hi, Does anyone know why fsockopen times out with PHP 4.0.4pl1 on Win NT 4 SP6 with Apache 1.3.19??? I've done all the dlls thing, even msvcrt.dll - and it still not work :( Can anyone shed any light on this pleease? Cheers, Hugh Jones System Administrator Wordmap Ltd Tel: 01225 358121

[PHP-INST] X-Powered-By: PHP/4.0.4pl1 Content-type: text/html

2001-03-13 Thread Mark Taylor
Dear all, When I upload my php4 work to my ISP, the following is displayed at the beginning of each php page. "X-Powered-By: PHP/4.0.4pl1 Content-type: text/html" Now, after reading numerous support pages, I know that this can be turned off if php is in 'quiet' mode. Having emailed this inform

[PHP-INST] SCO Openserver installation: notes+questions

2001-03-13 Thread Gaetano Giunta
This is by all means NOT an installation cookbok, but I feel like sharing my experience (problems, actually, nightmares most of the time...) in compiling PHP. My setup: SCO Openserver 5.0.5 + Apache 1.3.12, version downloaded from SCO + PHP4.0.4pl1 (as cgi) + extensions pthreads (FSU pthreads 3

[PHP-INST] Problems with GD

2001-03-13 Thread Artek
Hello all I have problem with configure php3 with gd1.3 enabled. Everything seems to be OK during configuration, but there is not php3_gd.so after all !? I have php3.0.6 + gd1.3 + apache1.3.3 under solaris2.6. I tried to cofigure it with : --with-mysql --with-apache=../apache1.3.3 --with-gd=

[PHP-INST] Mysql socket connect problems

2001-03-13 Thread Jason Cheung
Hi I would be really grateful if someone can help me out. I have installed Apache 1.3.17 with php4pl1 and Mysql 3.23.33. I can connect to Mysql through the console but when I try to connect to it on my web broswer then I get this error message: Warning: MySQL Connection Failed: Can't connect to

[PHP-INST] installation problem

2001-03-13 Thread Gigi Sze
Hi, I'm running redhat 6.2 and tried to install apache 1.3.12 and php 4.0.4. i followed the instruction given on the manual and configure it: pc@pc # ./configure --with-apache=../apache_1.3.12 --with-mysql --with-xml --enable-track-vars and it output: loading cache ./config.cache checking for

Re: [PHP-INST] starting pache

2001-03-13 Thread Stephen Grier
- Original Message - From: Jani Taskinen <[EMAIL PROTECTED]> To: Alain Defrance <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 12, 2001 9:19 PM Subject: Re: [PHP-INST] starting pache > On Mon, 12 Mar 2001, Alain Defrance wrote: > > >hello, > >i've suceeded compiling Apa

Re: [PHP-INST] I just don't know what to make of this one...

2001-03-13 Thread Colin May
Quoting root (Tue, Mar 13, 2001 at 12:51:10AM -0800) > Anyone know why I'm getting this error? You are trying to include the XML library into the binary or binaries, but the system cannot find libxml.so or similiar, in the library path. Colin. > gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/

[PHP-INST] I just don't know what to make of this one...

2001-03-13 Thread root
Anyone know why I'm getting this error? Thanks! J [EMAIL PROTECTED] CONFIGURE: './configure' '--enable-rule=SHARED_CORE' '--enable-module=so' '--prefix=/usr/local/apache' '--with-apache=../apache_1.3.19/' '--enable-track-vars' '--enable-trans-sid' '--with-mysql' '--enable-magic-quotes' '--