Re: [PHP-INSTALL] PHP 4.3.8

2004-09-24 Thread Brad Kowalczyk
Matt Krause wrote: Has anyone actually been successful compile this as a DSO with apache 1.3.31? I can't get it to work on a number of machines. It never (re)creates the libphp4.so file even though ./configure --with-apxs=/usr/local/apache/bin/apxs --with-ldap --with-mysql=/usr/local/mysql; make;

Re: [PHP-INSTALL] PHP 4.3.8

2004-09-24 Thread Matt Krause
No luck. On Fri, 24 Sep 2004 13:04:37 -0300, Eduardo Sampaio <[EMAIL PROTECTED]> wrote: > try recompiling your apache with the following options: > ./configure --enable-module=so --enable-rule=SHARED_CORE > > > > > On Fri, 24 Sep 2004 08:12:16 -0700, Matt Krause <[EMAIL PROTECTED]> wrote: >

Re: [PHP-INSTALL] PHP 4.3.8

2004-09-24 Thread Eduardo Sampaio
try recompiling your apache with the following options: ./configure --enable-module=so --enable-rule=SHARED_CORE On Fri, 24 Sep 2004 08:12:16 -0700, Matt Krause <[EMAIL PROTECTED]> wrote: > > > Has anyone actually been successful compile this as a DSO with apache > 1.3.31? I can't get it to w

[PHP-INSTALL] PHP 4.3.8

2004-09-24 Thread Matt Krause
Has anyone actually been successful compile this as a DSO with apache 1.3.31? I can't get it to work on a number of machines. It never (re)creates the libphp4.so file even though ./configure --with-apxs=/usr/local/apache/bin/apxs --with-ldap --with-mysql=/usr/local/mysql; make; make install report

[PHP-INSTALL] PHP 4.3.8

2004-09-23 Thread Matt Krause
Has anyone actually been successful compile this as a DSO with apache 1.3.31? I can't get it to work on a number of machines. It never (re)creates the libphp4.so file even though ./configure --with-apxs=/usr/local/apache/bin/apxs --with-ldap --with-mysql=/usr/local/mysql; make; make install report

[PHP-INSTALL] PHP 4.3.8

2004-09-23 Thread Matt Krause
Has anyone actually been successful compile this as a DSO with apache 1.3.31? I can't get it to work on a number of machines. It never (re)creates the libphp4.so file even though ./configure --with-apxs=/usr/local/apache/bin/apxs --with-ldap --with-mysql=/usr/local/mysql; make; make install report

[PHP-INSTALL] Php 4.3.8 and GD

2004-08-05 Thread Bryan Bateman
I have php-4.3.8 that I am using to build php. I have had success in building a module and running in under apache. When I add gd to the mix I get various configure or make problems. I desire to run gd with jpeg, gif, png and freetype support. What versions of source trees do I need and what ve

Re: [PHP-INSTALL] PHP-4.3.8 compile error

2004-07-14 Thread Chris Hewitt
Alick, You may need --with-regex=system but have you tried compiling with just --with-regex (which defaults to --with-regex=php)? It may overcome your compilation problem. The manual advises against changing --with-regex "unless you really know what you are doing". I'm sure it would be apprecia

[PHP-INSTALL] PHP-4.3.8 compile error

2004-07-14 Thread Alick Bridger
I am attempting to build Apache 1.3.31 with PHP 4.3.8 as a DSO on Red Hat Enterprise Linux 3 ES. I need PHP to connect to Sybase (ASE 12.5.2).   Apache compiles ok, but PHP fails on make.   The PHP compile script is:   CPPFLAGS="-ISYSTEM -DEAPI" \ LDFLAGS=-LSYSTEM \ CC="gcc296 -I /usr