Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 31219 invoked from network); 20 Sep 2006 07:29:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2006 07:29:29 -0000 Received: (qmail 18011 invoked by uid 500); 20 Sep 2006 07:29:23 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 18001 invoked by uid 500); 20 Sep 2006 07:29:22 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 17990 invoked by uid 99); 20 Sep 2006 07:29:22 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Sep 2006 00:29:22 -0700 X-ASF-Spam-Status: No, hits=0.1 required=5.0 tests=FORGED_RCVD_HELO Received: from ([210.193.32.133:59350] helo=mail.extracktor.com) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 76/90-01762-DCDE0154 for ; Wed, 20 Sep 2006 00:29:19 -0700 Received: (qmail 25064 invoked from network); 20 Sep 2006 07:27:33 -0000 Received: from 21.203-123-6.adsl.qala.com.sg (HELO ?192.168.1.116?) (jhfoo@trendicate.com@203.123.6.21) by www.nexlabs.com with SMTP; 20 Sep 2006 07:27:33 -0000 Message-ID: <4510EDE5.4040305@extracktor.com> Date: Wed, 20 Sep 2006 15:29:41 +0800 From: Foo JH User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-questions@freebsd.org, modperl_users List Subject: Unable to compile libapreq2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi guys, I'm using FBSD6.0. I've done the latest cvsup on the ports, installed apache 2.0.59 and mod_perl 2.0.2,3 and and trying to install libapreq2-2.0.08. Halfway through the compilation, I get this error: cc -shared .libs/util.o .libs/version.o .libs/cookie.o .libs/param.o .libs/parser.o .libs/parser_urlencoded.o .libs/parser_header.o .libs/parser_multipart.o .libs/module.o .libs/module_custom.o .libs/module_cgi.o .libs/error.o -Wl,--rpath -Wl,/usr/local/lib/apache2 -Wl,--rpath -Wl,/usr/local/lib/apache2 /usr/local/lib/apache2/libapr-0.so /usr/local/lib/apache2/libaprutil-0.so -lexpat -liconv -lm -lcrypt -L/usr/local -Wl,-soname -Wl,libapreq2.so.8 -o .libs/libapreq2.so.8 /usr/bin/ld: cannot find -lexpat gmake[2]: *** [libapreq2.la] Error 1 gmake[2]: Leaving directory `/usr/ports/www/libapreq2/work/libapreq2-2.08/library' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/ports/www/libapreq2/work/libapreq2-2.08/library' gmake: *** [all-recursive] Error 1 I've tried recompiling expat, but that did not change the problem. Can any kind soul please drop some hints as to what may be the problem? Thanks.