From owner-freebsd-questions@FreeBSD.ORG Wed Jul 23 03:06:05 2003 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 758C237B404 for ; Wed, 23 Jul 2003 03:06:05 -0700 (PDT) Received: from stormdbn.stormnet.co.za (stormdbn.stormnet.co.za [196.22.196.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FBB743F85 for ; Wed, 23 Jul 2003 03:06:04 -0700 (PDT) (envelope-from nelis@brabys.co.za) Received: from postoffice.brabys.co.za ([192.96.48.13] helo=brabys.co.za) by stormdbn.stormnet.co.za with esmtp (Exim 4.20) id 19fGVU-0000D5-7n for questions@freebsd.org; Wed, 23 Jul 2003 12:06:00 +0200 Received: from [192.96.48.37] (nelis [192.96.48.37]) by brabys.co.za (8.12.0/8.12.0) with ESMTP id h6NA5YEU025367 for ; Wed, 23 Jul 2003 12:05:34 +0200 From: Nelis Lamprecht To: FreeBSD Questions Mail List Content-Type: text/plain Organization: Message-Id: <1058954734.455.383.camel@enigma.8ball.co.za> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 23 Jul 2003 12:05:34 +0200 Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Subject: mod_php4 build fails on fontconfig? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: nelis@brabys.co.za List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2003 10:06:05 -0000 Hi List, I should probably consult the mod_php mail list for this but I thought I'd try my luck here first since this is on FreeBSD 4.7 and I've had pretty good responses before from this list. I see now mod_php now requires XFree86 libraries ? I am not using X on this machine... Anyway, I'm updating Apache and on the mod_php build I get the following error from fontconfig which I hope someone can help me on: ===> Applying FreeBSD patches for mod_php4-4.3.3.r1_1,1 ===> mod_php4-4.3.3.r1_1,1 depends on file: /usr/local/sbin/apxs - found ===> mod_php4-4.3.3.r1_1,1 depends on file: /usr/local/libexec/libtool14/libtool - found ===> mod_php4-4.3.3.r1_1,1 depends on executable: bison - found ===> mod_php4-4.3.3.r1_1,1 depends on shared library: freetype.9 - found ===> mod_php4-4.3.3.r1_1,1 depends on shared library: png.5 - found ===> mod_php4-4.3.3.r1_1,1 depends on shared library: jpeg.9 - found ===> mod_php4-4.3.3.r1_1,1 depends on shared library: Xpm.4 - not found ===> Verifying install for Xpm.4 in /usr/ports/x11/XFree86-4-libraries cc -O -pipe -o .libs/fc-cache fc-cache.o ../src/.libs/libfontconfig.so -L/usr/local/lib -lfreetype -lexpat -Wl,--rpath -Wl,/usr/X11R6/lib ../src/.libs/libfontconfig.so: undefined reference to `FT_Get_PS_Font_Info' gmake[2]: *** [fc-cache] Error 1 gmake[2]: Leaving directory `/usr/ports/x11-fonts/fontconfig/work/fontconfig-2.2.90/fc-cache' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-fonts/fontconfig/work/fontconfig-2.2.90' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/x11-fonts/fontconfig. I am using ctype, gd, gettext, mysql, mcrypt, openssl, overload, pcre, posix, session, tokenizer, xml and zlib in my configuration options installed via /usr/ports/www/mod_php4 Is any of the above causing mod_php4 to use XFree86 libraries or does it use it by default now? Thanks for your help. Nelis