From owner-freebsd-questions@FreeBSD.ORG Wed Apr 7 19:29:46 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F27631065672 for ; Wed, 7 Apr 2010 19:29:46 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: from web52305.mail.re2.yahoo.com (web52305.mail.re2.yahoo.com [206.190.48.148]) by mx1.freebsd.org (Postfix) with SMTP id 9C4D38FC17 for ; Wed, 7 Apr 2010 19:29:46 +0000 (UTC) Received: (qmail 25885 invoked by uid 60001); 7 Apr 2010 19:29:45 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1270668585; bh=7KyBH+y13EShQaW7SPB3MfJ+41hJGLoyUM18DzmCS7U=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=0irDQH6mTugCNFMChGl/39y8ySDpkUJYbLffl8OWr8WU7Rw4fQw9ZF2E8xY7smO4g4hoBKGNOlMTuaEJnYwQoU87zny/kK/B0gIMVRr1X9gYRcoLHd6yDGFwmOJjwWouXV8dKwcOFY3GzVQImQs+VwKg38DmPAX/bdgMZpihXh4= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=WJlvRYlMcJzK5W8jzkMmvLb9jMYEAa6/ay5f0BAiG5XtekruH1hE5RDKdXQ3dLHHxrZM/XSL51kM95b8wvHX5c9fToGSDYWwqtPgBjOo4BRU9lcbdrw8bgdjJZ1kG2Ek0or8yVUjYrcz4dbHU2b9qjcPKTwsL1ia5tlYf0MhgT0=; Message-ID: <326968.24627.qm@web52305.mail.re2.yahoo.com> X-YMail-OSG: ykwggqgVM1lZCbq_FfcG1s4ITtx4LKomZiTQncBxXZ_MWco IDSjbQoPIIMjwX5ayIaRCiW_3OHS6xXfHIvqjX6UewyAHWEwSFFX3x1jGoQs HxZso.A0MYqbps1tYthCQ48l6vHy2X27lX9Q4JfutNIfaD10LczyfGB7uvZg fZyntPSpJnG9wWZbRpnrdhOKYtqu_KNhiquqJi.f7KFMeWHHoZKs3DPnwKAA ZEHOjLvbB12ukoVKMJQzInAuGnMHdyrkNYC8TuqImL6CzzHe_Hk.72GjdZBE 6dhBbpSj_DTmzW5WhhnFiVQ4eItK5oYIAWN_CkWGAo_LVRoV2EwQSbVJKc5b FQUtDxA7GeLlYW4fOtlCFh3uKBSyeOqMBAYYq6w-- Received: from [98.169.0.45] by web52305.mail.re2.yahoo.com via HTTP; Wed, 07 Apr 2010 12:29:45 PDT X-Mailer: YahooMailClassic/10.0.8 YahooMailWebService/0.8.100.260964 Date: Wed, 7 Apr 2010 12:29:45 -0700 (PDT) From: gahn To: freebsd general questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: port error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2010 19:29:47 -0000 Hi all: I got problem for compiling "py-libxml2": ----------------------------------------------------- path -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libxml2.so -lz /usr/local/lib/libiconv.so -lpth -lutil -lm -lpython2.6 -Wl,-soname -Wl,libxml2mod.so -o .libs/libxml2mod.so /usr/bin/ld: cannot find -lpth gmake[1]: *** [libxml2mod.la] Error 1 gmake[1]: Leaving directory `/usr/ports/textproc/py-libxml2/work/libxml2-2.7.6/python' gmake: *** [all-recursive] Error 1 *** Error code 1 Stop in /usr/ports/textproc/py-libxml2. --------------------------------------------------------------- the error seems to point the issue to python. i installed "python2.6" since some other packages require newer version of python2. how could i fix this problem? thanks