From owner-freebsd-stable@FreeBSD.ORG Mon Jun 21 22:24:09 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 889AD16A4CE for ; Mon, 21 Jun 2004 22:24:09 +0000 (GMT) Received: from finetoon.tempdomainname.com (finetoon.tempdomainname.com [192.220.112.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E6F243D49 for ; Mon, 21 Jun 2004 22:24:09 +0000 (GMT) (envelope-from roger@asphyxia.com) Received: from [192.168.1.100] (203.23.252.64.snet.net [64.252.23.203]) (authenticated bits=0)i5LMO7Me016855 for ; Mon, 21 Jun 2004 16:24:08 -0600 (MDT) Message-ID: <40D76004.5000403@asphyxia.com> Date: Mon, 21 Jun 2004 18:24:04 -0400 From: Roger Raymond User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040621 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.84.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Trouble compiling lang/php4 (4.3.7) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2004 22:24:09 -0000 Hello, I'm attempting to compile lang/php4 from a current ports collection. The port seems to compile mod_php4 without problems but fails when it gets to the php4-cli portion of the port. I have also been able to compile the www/mod_php4 but unable to compile the lang/php4-cli port. the configure options are as follows (I am using the /root/php4_options file to set these so I don't have to check them all the time) './configure' '--enable-versioning' '--enable-memory-limit' '--with-layout=GNU' '--with-zlib-dir=/usr' '--disable-all' '--with-regex=php' '--enable-bcmath' '--with-bz2=/usr' '--enable-calendar' '--with-cdb' '--with-crack=/usr/local' '--enable-ctype' '--with-curl=/usr/local' '--enable-dba' '--with-dom=/usr/local' '--with-dom-xslt=/usr/local' '--with-dom-exslt=/usr/local' '--enable-ftp' '--with-gd' '--enable-gd-native-ttf' '--with-freetype-dir=/usr/local' '--with-t1lib=/usr/local' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-gdbm=/usr/local' '--with-gettext=/usr/local' '--with-iconv-dir=/usr/local' '--with-iconv=/usr/local' '--with-inifile' '--enable-mbstring' '--with-mcal=/usr/local' '--with-mcve=/usr/local' '--with-mcrypt=/usr/local' '--with-mhash=/usr/local' '--with-mime-magic=/usr/share/misc/magic.mime' '--with-ming=/usr/local' '--with-mnogosearch=/usr/local' '--with-mysql=/usr/local' '--with-ldap=/usr/local' '--with-openssl-dir=/usr/local' '--with-openssl=/usr/local' '--enable-overload' '--enable-pcntl' '--with-pcre-regex=yes' '--with-pdflib=/usr/local' '--enable-posix' '--with-pspell=/usr/local' '--with-readline' '--enable-session' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--enable-tokenizer' '--with-unixODBC=/usr/local' '--enable-wddx' '--with-expat-dir=/usr/local' '--enable-xml' '--with-xmlrpc' '--enable-xslt' '--with-xslt-sablot=/usr/local' '--enable-yp' '--with-zip=/usr/local' '--with-zlib=yes' '--with-apxs2=/usr/local/sbin/apxs' '--with-imap=/usr/local' '--with-imap-ssl=/usr/local' '--with-ncurses=/usr' '--prefix=/usr/local' 'i386-portbld-freebsd4.9' The error that I am receiving is: libtool: link: cannot find the library `' *** Error code 1 Stop in /usr/ports/lang/php4/work/php-4.3.7. *** Error code 1 Stop in /usr/ports/lang/php4. *** Error code 1 Stop in /usr/ports/lang/php4. I'm going to presume there is something missing on the system, but I have been unable to determine exactly what it is. Has anyone else received this type of error? Is there a way for me to get more information as to exactly what library is missing. Thanks in advance, Roger