From owner-freebsd-stable@FreeBSD.ORG Tue Jun 22 04:27:51 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 37A1516A4CE for ; Tue, 22 Jun 2004 04:27:51 +0000 (GMT) Received: from mail.jmn.net.id (ns2.jmn.net.id [202.169.224.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 2989E43D31 for ; Tue, 22 Jun 2004 04:27:44 +0000 (GMT) (envelope-from say@id.or.id) Received: (qmail 28639 invoked by uid 512); 22 Jun 2004 11:27:36 +0700 Received: from say@id.or.id by mail.jmn.net.id by uid 504 with JMN-MailScanner-v7.6 2.60. ravlin: 8.4.2. h+bedv: 2.0.8-13. Clear:RC:1:. Processed in 3.49269 secs); 22 Jun 2004 04:27:36 -0000 X-JMN-MailScanner-Mail-From: say@id.or.id via mail.jmn.net.id X-JMN-MailScanner: v7.6 (Clear:RC:1:. Processed in 3.49269 secs) Received: from unknown (HELO Leptop) (202.169.230.241) by 0 with SMTP; 22 Jun 2004 11:27:33 +0700 Message-ID: <006401c45811$3d9e2840$7b00a8c0@Leptop> From: "Sayid Munawar" To: References: <40D76004.5000403@asphyxia.com> Date: Tue, 22 Jun 2004 11:27:34 +0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: Re: 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: Tue, 22 Jun 2004 04:27:51 -0000 Yes > 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. > > Yes... i received the same error and i posted here too with the subject: libtool problem or SMP problem or port problem or what? I have tried to cvsup my ports collection yesterday, but the problem persist. I think one of the php's feature (WITH_ ) is leading to this problem. but i don't know stil. PHP compiled OK with default WITH_ options > 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 > > > --- Sayid Munawar