From owner-freebsd-questions@FreeBSD.ORG Thu Nov 4 12:38:10 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 35C6A16A4CE for ; Thu, 4 Nov 2004 12:38:10 +0000 (GMT) Received: from fri.itea.ntnu.no (fri.itea.ntnu.no [129.241.7.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7200B43D55 for ; Thu, 4 Nov 2004 12:38:09 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from localhost (localhost [127.0.0.1]) by fri.itea.ntnu.no (Postfix) with ESMTP id 1FED1837A for ; Thu, 4 Nov 2004 13:38:08 +0100 (CET) Received: from mirrorball.thelosingend.net (m069c.studby.ntnu.no [129.241.130.69]) by fri.itea.ntnu.no (Postfix) with SMTP for ; Thu, 4 Nov 2004 13:38:04 +0100 (CET) Received: (qmail 80361 invoked from network); 4 Nov 2004 12:38:04 -0000 Received: from m190d.studby.ntnu.no (129.241.131.190) by m069c.studby.ntnu.no with QMQP; 4 Nov 2004 12:38:04 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 4 Nov 2004 12:37:58 -0000 Date: Thu, 4 Nov 2004 13:37:58 +0100 (CET) From: Svein Halvor Halvorsen X-X-Sender: sveinhal@maren.thelosingend.net To: Soenke Mueller In-Reply-To: <418A1BAD.6060702@so36.net> Message-ID: <20041104133150.J41419@maren.thelosingend.net> References: <418A07F1.1050603@worldonline.fr> <418A1BAD.6060702@so36.net> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-275450869-1099571878=:41419" X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. cc: Cyril Blaison cc: freebsd-questions@FreeBSD.org Subject: Re: =?iso-8859-1?q?Probl=E8me_d=27installation_de_Freetype_pour_php4?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 12:38:10 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-275450869-1099571878=:41419 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE [Cyril Blaison, 2004-11-04] > > J'ai bien r=E9cup=E9rer toutes les sources n=E9cessaires (zlib,freetyp= e,libpng et > > gd) et tout c'est bien pass=E9 jusqu'=E0 la compilation de Freetype. I= l a fallu > > que j'installe makepp (sans probleme) puis j'ai modifi=E9 le fichier > > "configure" pour l'utiliser comme compilateur. [Soenke Mueller, 2004-11-04] > I fetched all needed sources (zlib, freetype, libpng and gd) and all wen= t > well until the compilation of Freetype. I needed to install makepp (with= out > any problem). Then I edited the "configure" file in order to use it as a > compiler.=20 You don't need to fiddle with all that downloading of sources, patching=20 and stuff in FreeBSD. Take a look at the ports-system, which does all that= =20 for you. After you've had a look at the ports(7) manpage, you probably=20 would like to install the sysutils/portupgrade port. Then, all you need to= =20 do is: portinstall lang/php4 portinstall lang/php4-extensions The latter will let you choose which extensions to install. I did this for= =20 php5, but I guess the process of installing php4 would be quite similar. Svein Halvor --0-275450869-1099571878=:41419--