[PHP-INST] debug.log

2001-03-27 Thread Brye Carter
I am getting an error when I try to run configure. Could you please help. CONFIGURE: './configure' '--with-mysql=/usr/local/mysql' '--with-apxs=/usr/local/apache/bin/apxs' CC: gcc CFLAGS: -g -O2 CPPFLAGS: CXX: CXXFLAGS: INCLUDES:-I/usr/local/apache/include -I$(top_builddi

[PHP-INST] debug.log

2001-03-27 Thread Brye Carter
I am getting an error when I try to run configure. Could you please help. CONFIGURE: './configure' '--with-mysql=/usr/local/mysql' '--with-apxs=/usr/local/apache/bin/apxs' CC: gcc CFLAGS: -g -O2 CPPFLAGS: CXX: CXXFLAGS: INCLUDES:-I/usr/local/apache/include -I$(top_builddi

[PHP-INST] libpq.so not found only on boot

2001-03-27 Thread Barry Sardis
Solaris8 x86, Apache 1.3.9, mod_php4 (4.0.4.pl1) and postgres 7.0.3. Running apachectl start works and postgres access via php pages works. Only problem is that /etc/init.d/apache fails to start httpd because of the libphp4.so reference to libpq.so. I linked to /usr/lib and tried adding LD_LIBRARY

[PHP-INST] Apache with php + Oracle (yet again!)

2001-03-27 Thread Marchelm Bomers
I am having the previously seen problem whereby apache will not start and leaves no messages when I configure php "--with-oci8". I have tried a number of suggestions previously seen in this newsgroup without success. This includes setting "LD_PRELOAD" in startup script, adding "-lpthread" in apach

[PHP-INST] Re: [PHP-WIN] Irgendeine deutsche newsgroup?

2001-03-27 Thread Wolfgang Schneider
On Tue, 27 Mar 2001 20:15:07 +0200, Johannes Janson wrote: >>""Asendorf, John"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag >>news:620001CE6A56D41189F300B0D02203743EB5D3>>@exchange.lcounty.com... >>Ich bin traurig, daß ich nicht irgend solche Sites oder newsgroup kenne. Er >>sieht wie einige ander

Re: [PHP-INST] Re configure PHP

2001-03-27 Thread Johannes Janson
well you don't have to recompile apache if you build PHP as an dynamic module. if you want to see all possible configure flags type ./configure --help. or read this: http://hotwired.lycos.com/webmonkey/00/44/index4a.html?tw=programming Johannes ""David Tandberg-Johansen"" <[EMAIL PROTECTED]> sc

php-install Digest 27 Mar 2001 16:28:19 -0000 Issue 236

2001-03-27 Thread php-install-digest-help
php-install Digest 27 Mar 2001 16:28:19 - Issue 236 Topics (messages 2591 through 2602): URL parsing problem on PHP 4 LinuxPPC 2591 by: Hugh Caley please help can't include file 2592 by: Bartosz Aninowski Re configure PHP 2593 by: David Tandberg-Johansen adfafd

[PHP-INST] Re: Compile error: IRIX 6.2 w/ GCC

2001-03-27 Thread Ethan
Earlier I sent a compile error from IRIX 6.2 using the IDO CC. I just retried after installed the GCC package from freeware.sgi.com. New error from debug log: creating main/php_config.h creating sapi/Makefile CONFIGURE: './configure' '--with-mysql' '--with-pgsql' '--with-apache=../apache_1.3.

[PHP-INST] PHP 4.0.4pl1 on NT4 compiling - bison error

2001-03-27 Thread Hugh Jones
Hi, When I try to compile php on windows, it gets an error, with bison saying it does not support the S option - does anyone know how to fix this? Cheers, Hugh Jones System Administrator Wordmap Ltd Tel: 01225 358121 [EMAIL PROTECTED] http://www.wordmap.com

[PHP-INST] Compile error: IRIX 6.2 w/ IDO

2001-03-27 Thread Ethan
I tried compiling on a plain Indy R4400-200mhz system. The operating system is IRIX 6.2 w/ the rollup patch bundle. Compiler was the SGI IDO (development option), not MipsPro. I will probably drop GCC on the system and compile with that. I just thought I would let you know, it would rock to be ab

Re: [PHP-INST] php-mysql-4.0.4pl1-3.i386.rpm install problem

2001-03-27 Thread A.T.Z.
> >Any help would be very much appreciated. I remember someone on another list who removed the rpm and build from source because of some bugs in rpm.. might have been in combination with RH 7 Can't find his posting.. but if no other suggestion is launched you might try the same. Bye, B.

Re: [PHP-INST] adfafd

2001-03-27 Thread Frank S. Bernhardt
You need to give more information. What compiler are you using? Do you have all the libraries? I don't use Informix but I got my 4.0.3p1 going on 5.0.5. See the attached notes for details. cainnn wrote: > i building php with sco unix5.05,informix 7.22, > i do as follow: > ./configure --with-ap

[PHP-INST] php-mysql-4.0.4pl1-3.i386.rpm install problem

2001-03-27 Thread DON GRIFFEY
Hello, I am attempting to install the following rpm downloaded from Red Hat: php-mysql-4.0.4pl1-3.i386.rpm I have already installed MySQL and it is running fine. I have already installed php4.0.4 and it appears to work fine when using the test script described in the documentation. However when

Re: [PHP-INST] Error: "Premature end of script headers: /u01/httpd/cgi-bin/test.php"

2001-03-27 Thread A.T.Z.
>/u01/httpd/cgi-bin/test.php" in the Apache error_log file with a simple test >file. Any suggestions? Put it somewhere else. NOT in your cgi-bin but in your www root, htdocs or however you call it. Bye, B. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL P

[PHP-INST] problem with informix7.22

2001-03-27 Thread cainnn
i building php with sco unix5.05,informix 7.22, i do as follow: ./configure --with-apaache=/apache/apache_1.3.19 --with-informix=/home/infor mix, and it's seems to be work well; but when i type "make",i get a err message as below: In file included from mysys_priv.h:4, from my_ge

[PHP-INST] adfafd

2001-03-27 Thread cainnn
i building php with sco unix5.05,informix 7.22, i do as follow: ./configure --with-apaache=/apache/apache_1.3.19 --with-informix=/home/infor mix, and it's seems to be work well; but when i type "make",i get a err message as below: In file included from mysys_priv.h:4, from my_ge

[PHP-INST] Re configure PHP

2001-03-27 Thread David Tandberg-Johansen
Hello! I am trying to install an module called ming.so (Flash). But I am a newbie on installing on linux so I need some help. First thing first: I have understood that i have to re install both apache and php, but this isn't the problem. what do I write on the comand line? #./configure --with