From owner-freebsd-questions@FreeBSD.ORG Thu Apr 29 10:48:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF2E416A4CE for ; Thu, 29 Apr 2004 10:48:36 -0700 (PDT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A0B43D2D for ; Thu, 29 Apr 2004 10:48:35 -0700 (PDT) (envelope-from itetcu@apropo.ro) Received: (qmail 22166 invoked by uid 89); 29 Apr 2004 17:43:52 -0000 Received: from unknown (HELO rdsnet.ro) (62.231.74.131) by 0 with SMTP; 29 Apr 2004 17:43:52 -0000 Received: (qmail 25211 invoked from network); 29 Apr 2004 17:48:35 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 29 Apr 2004 17:48:35 -0000 Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by buh.cameradicommercio.ro (Postfix) with ESMTP id 79505612C; Thu, 29 Apr 2004 20:48:05 +0300 (EEST) Received: from localhost (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id A5FC22AB; Thu, 29 Apr 2004 20:52:10 +0300 (EEST) Received: from it.buh.cameradicommercio.ro ([127.0.0.1])port 10024) with ESMTP id 32856-04; Thu, 29 Apr 2004 20:52:10 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with SMTP id 205C01E3; Thu, 29 Apr 2004 20:52:10 +0300 (EEST) Date: Thu, 29 Apr 2004 20:52:09 +0300 From: Ion-Mihai Tetcu To: Peter Risdon Message-Id: <20040429205209.256b3995@it.buh.cameradicommercio.ro> In-Reply-To: <40913C22.4020903@circlesquared.com> References: <5.2.1.1.0.20040429091808.00b13150@pop.courtesymortgage.com> <200404291717.48287.mikkel@talkactive.net> <40913C22.4020903@circlesquared.com> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: Mikkel Christensen cc: freebsd-questions@freebsd.org Subject: Re: failed php4 install...can't figure this one out X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 17:48:36 -0000 On Thu, 29 Apr 2004 18:32:18 +0100 Peter Risdon wrote: > Mikkel Christensen wrote: > > >On Thursday 29 April 2004 16:22, Jason Williams wrote: > > > > > >>After that, I tried installing the following port: > >> > >>/usr/ports/lang/php4 [..] > >>configure: error: libjpeg.(a|so) not found. > >>===> Script "configure" failed unexpectedly. [..] > I don't think that's true. You're right to say that other ports use this > directory; take the mod_php4 port as an example. The Makefile is: [..] > So it's a sort of wrapper for lang/php4 with the configure argument > WITHOUT_CLI = yes but you should still be able to use the lang/php4 port > if you wish. I always do. Obvious. > The problem for the OP is a dependency, though. No idea why it wasn't > pulled in automatically It should be: .if defined(WITH_GD) LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 LIB_DEPENDS+= t1.5:${PORTSDIR}/devel/t1lib LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg CONFIGURE_ARGS+=--with-gd \ --enable-gd-native-ttf \ --enable-gd-jis-conv \ --with-freetype-dir=${LOCALBASE} \ --with-t1lib=${LOCALBASE} \ --with-jpeg-dir=${LOCALBASE} \ --with-png-dir=${LOCALBASE} .if !defined(WITHOUT_X11) LIB_DEPENDS+= Xpm.4:${PORTSDIR}/x11/XFree86-4-libraries CONFIGURE_ARGS+=--with-xpm-dir=${X11BASE} .endif .if defined(WITH_LZW) CONFIGURE_ARGS+=--enable-gd-lzw-gif .endif .endif > but the fix would be to install graphics/jpeg and try again. I've builded today on an 5-current and is OK. The OP should provide more details. -- IOnut Unregistered ;) FreeBSD "user"