php3-list | 199807

Re: [PHP3] Re: [apache-ssl] Re: [PHP3] Re: [apache-ssl] compile prob PHP3 + Apache_1.3.0 + SSLeay-0.9.0b please help From: Rasmus Lerdorf (rasmus <email protected>)
Date: 07/09/98

> I'm not quite sure whether we "blame" Rasmus or Ben, but who cares, it's
> easy to fix! The problem lies in the fact that Apache's ./Configure seems
> to take the lib stuff from all the extra modules and apply it to every link.
> But by the time the make has walked down into the ssl directory, there's not
> enough string to find it's way back to libmodphp3. Of course, as Rasmus
> says, the ssl stuff doesn't actually need the lib, but gcc is going to fall
> over anyway if it can't find it...
>
> So, before doing the ./Configure, edit the .module file in modules/php3
>
> Change "-Lmodules/php3 -L../modules/php3"
> to "-Lmodules/php3 -L../modules/php3 -L../../modules/php3"
>
> That seems to be in the spirit of the thing, although you could just as well
> add "-L../php3" of course!

Ok, I can fix this in the PHP3 distribution, but it still seems silly to
link the PHP stuff into gcache to me.

I have committed the fix and it will be in the PHP 3.0.2 release (whenever
that may be)

-Rasmus

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive: http://www.tryc.on.ca/php3.html