Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Apr 2001 16:05:27 +0300
From:      Peter Pentchev <roam@orbitel.bg>
To:        "Peter I. Hansen" <pih@oek.dk>
Cc:        ports@freebsd.org
Subject:   Re: mod_php4
Message-ID:  <20010405160527.A5946@ringworld.oblivion.bg>
In-Reply-To: <3ACB4339.61C769D9@oek.dk>; from pih@oek.dk on Wed, Apr 04, 2001 at 05:52:25PM %2B0200
References:  <3ACB4339.61C769D9@oek.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 04, 2001 at 05:52:25PM +0200, Peter I. Hansen wrote:
> Hi
> 
> I'm trying to install mod_php4 from ports on a FreeBSD 4.2 . No matter
> what support I chose, the install script stops when checking OpenSSL
> version number (I have 0.9.5a).
> 
> What can I do to install php4 ?

Can you post the exact output of 'make clean all install' in
the ports/www/mod_php4/ directory?  Something like..

make clean all install > /tmp/php4.log 2>&1

..if you're using a Bourne-like shell (sh, ksh, bash, zsh), or..

make clean all install >& /tmp/php4.log

..if using csh/tcsh or another csh-derived shell.

G'luck,
Peter

-- 
What would this sentence be like if pi were 3?

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010405160527.A5946>