Re: [PHP-INST] Problem configuring php with gd on Red Hat 7

2002-09-18 Thread David Herring
Hi, I've had a nightmare getting gd to work with png support. Could you let me know which png library you used ? i.e ldd /usr/local/apache/libexec/libphp.so (assuming located there) And also, can you confirm you used gd-2.0.1 ? Thanks dave David Dawnay wrote: > It worked! Thanks for your

Re: [PHP-INST] GD2.0.1

2002-09-17 Thread David Herring
John, Did you get gd2.0.1 to work ? Would be very interested in seeing the output of ldd on the libphp so, e.g:- /usr/local/apache/libexec/libphp4.so libdl.so.2 => /lib/libdl.so.2 (0x4018f000) libpam.so.0 => /lib/libpam.so.0 (0x40193000) libpng12.so.0 => /usr/local/lib/libpng12.so.0 (0x4019c00

Re: [PHP-INST] Installing PHP as a module of Apache 1.3.26 - undefined_zval_ptr_dtor_wrapper

2002-09-09 Thread David Herring
What are the latest known to be working versions of gd and libpng which one should compile php 4.2.3 with ? (so far tried gd 1.8.4 / 2.0.1 and libpng 2.1.4 / 1.0.14 - aways fails on imagecreatefrompng) thx dave David Herring wrote: > > Done some investigation. > > If yo

Re: [PHP-INST] Installing PHP as a module of Apache 1.3.26 - undefined_zval_ptr_dtor_wrapper

2002-09-09 Thread David Herring
Done some investigation. If you remove the " --enable-debug "" from the configure line below it will build and install okay. But then I hit the problem that I hoped 4.2.3 would address - ImageCreateFromPNG get a segV ever time I call it. Any ideas on this ? Thanks Dave

Re: [PHP-INST] Installing PHP as a module of Apache 1.3.26 - undefined_zval_ptr_dtor_wrapper

2002-09-09 Thread David Herring
dules/libphp4.so: undefined symbol: _zval_ptr_dtor_wrapper David Herring wrote: > > > Installing PHP 4.2.3 under apache 1.3.26 gibes me the following error > when trying to start apache:- > > # /usr/local/apache/bin/apachectl start > Syntax error on line 205 of /usr/lo

[PHP-INST] Installing PHP as a module of Apache 1.3.26 - undefined _zval_ptr_dtor_wrapper

2002-09-09 Thread David Herring
Installing PHP 4.2.3 under apache 1.3.26 gibes me the following error when trying to start apache:- # /usr/local/apache/bin/apachectl start Syntax error on line 205 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/li

[PHP-INST] Can not get GD PNG support to work (from imagecreatefrompng to work)

2002-09-01 Thread David Herring
Help I want to install apache 1.3.26 with php 4.2.2 (plus png support) on a suse 8.0 machine. I constantly get segV errors when using imagecreatefrompng. Have tried gd 1.8.4 / and the gd beta 2.0.1, have also tried installed the latest libpng 1.2.4. The php INSTALL file makes it see