From owner-freebsd-questions@FreeBSD.ORG Thu Apr 29 10:17:51 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 643C816A4CE for ; Thu, 29 Apr 2004 10:17:51 -0700 (PDT) Received: from mail03.talkactive.net (mail03.talkactive.net [81.19.252.192]) by mx1.FreeBSD.org (Postfix) with SMTP id 775B743D5F for ; Thu, 29 Apr 2004 10:17:50 -0700 (PDT) (envelope-from mikkel@talkactive.net) Received: (qmail 46065 invoked from network); 29 Apr 2004 17:17:47 -0000 Received: from unknown (HELO ?10.0.0.2?) (212.242.170.199) by mail03.talkactive.net with SMTP; 29 Apr 2004 17:17:47 -0000 From: Mikkel Christensen Organization: Talk|Active To: freebsd-questions@freebsd.org Date: Thu, 29 Apr 2004 17:17:48 +0000 User-Agent: KMail/1.6.1 References: <5.2.1.1.0.20040429091808.00b13150@pop.courtesymortgage.com> In-Reply-To: <5.2.1.1.0.20040429091808.00b13150@pop.courtesymortgage.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404291717.48287.mikkel@talkactive.net> 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:17:51 -0000 On Thursday 29 April 2004 16:22, Jason Williams wrote: > After that, I tried installing the following port: > > /usr/ports/lang/php4 > > Granted, i'm not entirely familiar with php and noticed there are quite a > few variations of what i can install. > When it came down to selecting what I wanted to build PHP with, I left the > defaults selected, but made sure GD and MySQL were selected. > > After it crunched for awhile, I got the following error: > > configure: error: libjpeg.(a|so) not found. > ===> Script "configure" failed unexpectedly. > Please report the problem to ale@FreeBSD.org [maintainer] and attach the > "/usr/ports/lang/php4/work/php-4.3.6/config.log" including the output of the > failure of your make command. Also, it might be a good idea to provide an > overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). > *** Error code 1 > > Stop in /usr/ports/lang/php4. > *** Error code 1 > > Stop in /usr/ports/lang/php4. > You should not install ports directly from the /usr/ports/lang directory. The content here seems to be ports that other ports use in a combination. Not stand alone ports. My guess is that /usr/ports/lang/php4 propably does not have a dependency list and therefore required ports are not installed automatically. Instead, try /usr/ports/www/mod_php4 or /usr/ports/www/php4-cgi That will work - i hope:) - Mikkel