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/
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
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
>
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
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
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?
-