From owner-freebsd-questions@FreeBSD.ORG Wed Jun 2 13:44:09 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 EB4EE16A4CE for ; Wed, 2 Jun 2004 13:44:08 -0700 (PDT) Received: from carmelgate.sepro.com (ip98.sepro.com [209.131.210.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7855A43D1F for ; Wed, 2 Jun 2004 13:44:08 -0700 (PDT) (envelope-from jeffm@Sepro.com) Received: from localhost (localhost [127.0.0.1]) by carmelgate.sepro.com (Postfix) with ESMTP id CC2B92195 for ; Wed, 2 Jun 2004 15:44:07 -0500 (EST) Received: from carmelgate.sepro.com ([127.0.0.1]) by localhost (carmelgate.in.sepro.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 91604-02-5 for ; Wed, 2 Jun 2004 15:44:03 -0500 (EST) Received: from blue.in.sepro.com (blue.in.sepro.com [10.0.0.12]) by carmelgate.sepro.com (Postfix) with ESMTP id C1AB821AA for ; Wed, 2 Jun 2004 15:44:03 -0500 (EST) X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Date: Wed, 2 Jun 2004 15:44:03 -0500 Message-ID: <88A404652658AE4283892900545FC11C96E64B@blue.in.sepro.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Trying to get MapServer 4.0.1 compiled on FreeBSD 4.7 Thread-Index: AcRI4lV7WQ2Dr6ViR4eZlvjdSnjfWg== From: "Myers, Jeffrey" To: , X-Virus-Scanned: by amavisd-new at sepro.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Trying to get MapServer 4.0.1 compiled on FreeBSD 4.7 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: Wed, 02 Jun 2004 20:44:09 -0000 did you ever find a solution to this problem? I have these libraries installed on /usr/local/mapserver . The libgd.a/libgd.so are installed in /usr.local/mapserver/lib and the gd.h is in /usr/local/mapser/include When I compile mapserver I type ./configure --with-gd=3D/usr/local/mapserver and I get the same error you described = in your thread. Anyway please let me know if you've found a solution. Thanks Jeffy Myers =20 =20 --------------- I'm trying to get MapServer 4.0.1 compiled on 4.7. I have compiled and installed gd-2.0.15. When I perform a configure I get this error message: checking for GD 2.0.12 or higher... checking for gdImageSetAntiAliased in -lgd... no checking for gdImageSetAntiAliased in -lgd... (cached) no configure: error: Could not find gd.h or libgd.a/libgd.so in /usr/local. Make sure GD 2.0.12 or higher is compiled before calling configure. When I do a locate or find for gd.h it finds it in /usr/local/include and when I do a find or locate on libgd.a it finds it in /usr/local/lib I would appreciate any suggestions at this point. Ray