[PHP-INSTALL] php on embedded system

2004-01-15 Thread Jens Fischer
Hi I'm installing a WEB server (BOA) on an embedded system running on an Motorola MPC860 processor. I want to use php on this server, but ran into problems when running ./configure with something like the following: CC=mpc_8xx-gcc ./configure --host=ppc-linux-gnu etc Does anybody have done this

[PHP-INSTALL] Apache 1.3.28 source Compilation error question

2004-01-15 Thread pw
> Hello, > > I am compiling apache_1.3.28 from source with PHP4. > I have compiled php4 previously with no errors. > > My configuration is as follows: > > ./configure --prefix=/usr/local/apache/ --activate-module=src/modules/php4/l > ibphp4.a --enable-shared=max --sysconfdir=/etc/httpd/conf --cgi

[PHP-INSTALL] mysql libraries

2004-01-15 Thread [EMAIL PROTECTED]
ive acquired a box with red hat 9, with php and mysql pre-installed but no apache. so i downloaded the apache binary and installed. i notice that the php that was compiled had the configure command: '--with-mysql=shared,/usr' i dunno what this means, but what i do know is that mysql isnt working

Re: [PHP-INSTALL] libphp4.so not created

2004-01-15 Thread Peggy Kam
I tried locating it, but could not find anything. I am running RH9. John Holden wrote: Hmm, I may be wrong about this, but I usually compile PHP with a prefix of /usr/local. Also, what OS are you running? You could also try running 'locate -u', then 'locate libphp4.so' and see if that finds an

RE: [PHP-INSTALL] libphp4.so not created

2004-01-15 Thread John Holden
Hmm, I may be wrong about this, but I usually compile PHP with a prefix of /usr/local. Also, what OS are you running? You could also try running 'locate -u', then 'locate libphp4.so' and see if that finds anything. Anyone else have thoughts? John Holden [EMAIL PROTECTED] 802.793.6244 P.O. Box 3

Re: [PHP-INSTALL] libphp4.so not created

2004-01-15 Thread Peggy Kam
./configure --prefix=/usr/local/apache2/php --with-apxs2=/usr/local/apache2/bin/apxs --with-config-file-path=/usr/local/apache2/php --enable-sockets --with-mysql=/usr/local/mysql --with-zlib-dir=/usr/local/ --with-gd John Holden wrote: Peggy, What switches are you using in your configure comm

RE: [PHP-INSTALL] libphp4.so not created

2004-01-15 Thread John Holden
Peggy, What switches are you using in your configure command for PHP? John Holden [EMAIL PROTECTED] 802.793.6244 P.O. Box 328 Waitsfield, Vermont 05673 -Original Message- From: Peggy Kam [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 11:26 AM To: [EMAIL PROTECTED] Subject: [P

[PHP-INSTALL] libphp4.so not created

2004-01-15 Thread Peggy Kam
Hi, I have been trying to install php-4.3.3 as well as php4-Stable with apache 2.0.47; however, I could never have libphp4.so created. The followings are the errors that I have encountered: /prod/apache2/build/instdso.sh SH_LIBTOOL='/prod/apache2/build/libtool' libphp4.la /prod/apache2/module

[PHP-INSTALL] Re: compile php with apache and ibm db2 support failing

2004-01-15 Thread Joe Bullington
Solved my own problem. Found out that in addition to DB2 Connect, the Development Client for DB2 must be installed. Joe Bullington Joe Bullington wrote: Greetings, I am trying to compile php 4.3.1 on Red Hat Linux 8 with apache (2.0.40-11.9 RPM) and IBM DB2 support. DB2 Connect is installed and

[PHP-INSTALL] compile php with apache and ibm db2 support failing

2004-01-15 Thread Joe Bullington
Greetings, I am trying to compile php 4.3.1 on Red Hat Linux 8 with apache (2.0.40-11.9 RPM) and IBM DB2 support. DB2 Connect is installed and working. The config works fine (./configure --with-apxs2=/usr/sbin/apxs --with-ibm-db2=/home/db2inst1/sqllib --with-config-file-path=/etc), but when I r

Re: [PHP-INSTALL] Problems in installation

2004-01-15 Thread Ben Ramsey
> John is correct - IIS3 is most unlikely to be running on XP. If you're running WinXP, you *should* have IIS5 or higher. Windows Server 2000 shipped with IIS5, and it was released before XP. -Ben

Re: [PHP-INSTALL] Problems in installation

2004-01-15 Thread Phil Driscoll
On Wednesday 14 January 2004 20:55, John Holden wrote: > IIS 3??? You're kidding, right? I don't use Windows, but my > understanding is that's really old. Didn't Windows NT 4.0 distribute > with IIS4? John is correct - IIS3 is most unlikely to be running on XP. Like John, I don't run Windows, bu