Date: Mon, 9 Jul 2007 18:11:38 -0500 From: Josh Paetzel <josh@tcbug.org> To: Zbigniew Szalbot <zbigniew@szalbot.homedns.org> Cc: freebsd-questions@freebsd.org Subject: Re: php 4.3.10, manual installation Message-ID: <200707091811.41826.josh@tcbug.org> In-Reply-To: <768ee09ff5087b01308ebb67e263c282@szalbot.homedns.org> References: <200707091757.37500.josh@tcbug.org> <768ee09ff5087b01308ebb67e263c282@szalbot.homedns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart9239738.cbB9AVu7kB Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 09 July 2007, Zbigniew Szalbot wrote: > Hello again, > > On Mon, 9 Jul 2007 17:57:32 -0500, Josh Paetzel <josh@tcbug.org>=20 wrote: > >> make -DDISABLE_VULNERABILITIES install clean > >> Dependency warning: used OpenSSL version contains known > >> vulnerabilities Please update or define either WITH_OPENSSL_BASE > >> or WITH_OPENSSL_PORT *** Error code 1 > >> > >> Stop in /usr/ports/lang/php4. > >> > >> Now I did include WITH_OPENSSL_PORT=3D1 in pkgtools.conf for php4 > >> but it does not seem to take any effect. I also tried inserting > >> WITH_DISABLE_VULNERABILITIES=3D1 in this file but it did not help. > >> > >> Thank you! > >> > >> Zbigniew Szalbot > > > > Right, because pkgtools.conf isn't used by the ports tree....so > > add in -DWITH_OPENSSL_PORT to the mix > > Not much luck. The installation started but then came to a halt: > > making links in engines... > making links in apps... > making links in test... > making links in tools... > generating dummy tests (if needed)... > > Since you've disabled or enabled at least one algorithm, you need > to do the following before building: > > make depend > > Configured for BSD-x86-elf. > -e: not found > *** Error code 127 > > Stop in /usr/ports/security/openssl. > *** Error code 1 > > Stop in /usr/ports/lang/php4. > > OK. I ran make depend and then repeated > make -DDISABLE_VULNERABILITIES -DWITH_OPENSSL_PORT install clean > > However, it stopped at the same location with the same error > message. Time to give up? > > Thanks! > > > Zbigniew Szalbot > Never give up, never surrender! Try using the base openssl, it's the better choice in most cases=20 anyways. make -DDISABLE_VULNERABILITIES -DWITH_OPENSSL_BASE clean=20 install clean =2D-=20 Thanks, Josh Paetzel --nextPart9239738.cbB9AVu7kB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGksCtJvkB8SevrssRAn6SAJ0U69x+BoEO7E35I2IxMc5G4cXR6gCeM1gt xdcawTo8ngMNLL7CmI6+ctk= =wajL -----END PGP SIGNATURE----- --nextPart9239738.cbB9AVu7kB--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707091811.41826.josh>