Re: [PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-07 Thread Steven Cayford
into your build directory before running configure. -Steve On Thursday, February 7, 2002, at 12:17 AM, Ryan Walker wrote: > Thank you for the suggestion. Unfortunately, it didn't help. I get the > same error. > > Any more ideas out there? > > Ryan > > At 9:45 PM -0600 2/6/

Re: [PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-06 Thread Steven Cayford
I don't know if the configure script for 4.1.1 deals with the two level namespace on OSX, but for 4.0.6 I had to manually edit the libtool after running configure. Find the line beginning with "archive_cmds='$CC ...'", and add ' -flat_namespace ' after the 'CC'. Then run make. -Steve On 2002

Re: [PHP-INST] "X*X*/libz.so: shared object not open" error still

2002-01-21 Thread Steven Cayford
hanks. -Steve On 2002.01.21 19:30:00 -0600 Steven Cayford wrote: > Hello again. It seems that no-one has run into this problem directly. > So, if anyone has any suggestion what direction to start looking I'd > appreciate it. I'm pondering if I need to pull out the zlib rpm and >

[PHP-INST] "X*X*/libz.so: shared object not open" error still

2002-01-21 Thread Steven Cayford
Hello again. It seems that no-one has run into this problem directly. So, if anyone has any suggestion what direction to start looking I'd appreciate it. I'm pondering if I need to pull out the zlib rpm and compile that from source as well, but I'm afraid then I'll simply break libtiff, gd, Im

[PHP-INST] Error starting apache after compiling php-4.0.6 with pdflib-4.0.1

2002-01-20 Thread Steven Cayford
Hey all. I'm running Redhat 7.0. I wanted to add the pdflib functions to php which I have done successfully at work on a LinuxPPC machine. Unfortunately this meant ripping out the apache and php rpms and recompiling from scratch. Everything seems to compile ok, apache runs fine without the php

Re: [PHP-INST] Re: PHP path shown on browser

2002-01-20 Thread Steven Cayford
I don't know if this is exactly the problem but check out http://www.php.net/manual/en/security.cgi-bin.php Under case 4 at the bottom it has a referce to a compile time option --enable-discard-path which sounds like what you're looking for. Or else put the binary in your cgi-bin directory? -