From owner-freebsd-questions@FreeBSD.ORG Tue Jun 23 10:54:45 2009 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 C533C1065676 for ; Tue, 23 Jun 2009 10:54:45 +0000 (UTC) (envelope-from utisoft@googlemail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id 57CA38FC18 for ; Tue, 23 Jun 2009 10:54:45 +0000 (UTC) (envelope-from utisoft@googlemail.com) Received: by ewy8 with SMTP id 8so4520540ewy.43 for ; Tue, 23 Jun 2009 03:54:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=zFNShX+gUbuOHRxbigemjWoHSA8ydCS0itsSWCYK1Ec=; b=bvvLac+dkYTSuy3PqNRDs8GeSVosqyjwIEhTJ7iotq0MsJpwMHp/9ldYQF9sBNbZBN Ofk/37v+8dMLaTRRIJahV1jImFAA0UO71afuGer191Lszxwh6WzcXkF8cYXFLxQoyaAz VUzeMWf8A0pVQPSoaB1cpv0pdagRWalqLuw0E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; b=REoYGlZzzX/veiq4Vu3lzJCybcpZNeXh0vJPOzIbl+TmeJKPiNFN22hzuwlCnjP6VQ UbjjYoV6j0PmGReO96yJTj/b8xtGH5RQXj3soJkTLon/2Wf7r2t661sANFPB1Lzfdn6X bmy4NsKF+hY3U9YEkO7efa19oL9wHp64HKeoU= MIME-Version: 1.0 Received: by 10.216.45.207 with SMTP id p57mr2568174web.94.1245754484089; Tue, 23 Jun 2009 03:54:44 -0700 (PDT) In-Reply-To: <4A4063B6.1000104@el.net> References: <4A4063B6.1000104@el.net> From: Chris Rees Date: Tue, 23 Jun 2009 11:54:24 +0100 Message-ID: To: kalin m Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions Subject: Re: cannot find -lltdl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2009 10:54:46 -0000 2009/6/23 kalin m : > > > hi all.. > > this is a bit awkward.... > > i'm building php 5.2.10 from source on freebsd 7.0. using: > > ./configure --with-layout=3DGNU --with-config-file-scan-dir=3D/usr/local/= etc/php > --disable-all --enable-libxml --with-libxml-dir=3D/usr/local > --enable-reflection --program-prefix=3D --disable-cgi > --with-apxs2=3D/etc/httpd/bin/apxs --with-regex=3Dphp --with-zend-vm=3DCA= LL > --prefix=3D/usr/local --mandir=3D/usr/local/man --infodir=3D/usr/local/in= fo/ > --with-pcre-regex --with-mysql=3D/usr/local/mysql --with-curl --enable-ct= ype > --enable-dom --enable-exif --enable-filter --with-gd --with-openssl > --enable-json --with-iconv --with-mhash --with-mcrypt > > > the configuration runs fine but =A0the build breaks: > .............................. > main/internal_functions.lo -lcrypt -lcrypt -lmysqlclient -lmhash -lmcrypt > -lltdl -liconv -lpng -lz -lcurl -lssl -lcrypto -lm -lxml2 -lz -liconv -lm > -lcurl -lssl -lcrypto -lz -lxml2 -lz -liconv -lm -lcrypt -lcrypt =A0-o > libphp5.la > /usr/bin/ld: cannot find -lltdl > *** Error code 1 > > Stop in /usr/local/src/php-5.2.10. > > # locate ltdl > /usr/local/share/aclocal/ltdl.m4 > /usr/local/share/libtool/libltdl > ........... > > the thing is it already build once with the same configuration options. a= n > hour ago. and it is working. but i need to add more stuff to this. if i t= ake > off --with-mcrypt it builds fine. i have mcrypt already and i need it. an= d > don't want to reinstall without it.... > > any help? > > thanks... Why aren't you using ports? Chris --=20 A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in a mailing list?