Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11354 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85841 invoked by uid 1010); 19 Jul 2004 20:20:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85784 invoked from network); 19 Jul 2004 20:20:40 -0000 Received: from unknown (HELO smtp3.es.uci.edu) (128.200.80.6) by pb1.pair.com with SMTP; 19 Jul 2004 20:20:40 -0000 Received: from sporkula.ss.uci.edu (sporkula.ss.uci.edu [128.200.138.186]) by smtp3.es.uci.edu (8.12.8/8.12.8) with ESMTP id i6JKKQYv017094 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 19 Jul 2004 13:20:26 -0700 Date: Mon, 19 Jul 2004 13:20:26 -0700 (PDT) X-X-Sender: jstern@sporkula.ss.uci.edu To: Marcus Boerger cc: internals@lists.php.net In-Reply-To: <988053779.20040717022330@marcus-boerger.de> Message-ID: References: <1090017507.22276.2.camel@sporkula.ss.uci.edu> <988053779.20040717022330@marcus-boerger.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-NACS_ES-MailScanner: No viruses found Subject: Re: [PHP-DEV] libtool errors when compiling php5.0.0 rpms for fedora core 2 (fc2) From: jas@uci.edu (Jeff Stern) hey marcus, On Sat, 17 Jul 2004, Marcus Boerger wrote: > try te attached script as a base for your needs and don't send > such long mails without any usefull information - instead > please try to strip down the mails to the parts containing > usefull information...:-) okay, thanks for the script, but i can't really tell how that will help me.. that just creates a spec file, right? but i already have one set up the way i want.. how will that help? also, the .spec that script creates does not include xml, but i need some of the xml functions -- that seems to be where it is bombing out.. i don't know what you mean by "useful" information, but here i will just cut down to the basics -- the last few lines of the compilation, when it is bombing out. it appears to have built all its .lo's and is getting down to the end, and now wants to just link everything into the php executable? (just guessing).. . if you / anyone needs more, i am happy to supply. here are the last few lines: ====================================================================== /bin/sh /usr/src/redhat/BUILD/php-5.0.0/build-cgi/libtool --silent --preserve-dup-deps --mode=link gcc -export-dynamic -O2 -g -pipe -march=i386 -mcpu=i686 -Wall -fno-strict-aliasing -I/usr/kerberos/include -L/usr/kerberos/lib ext/libxml/libxml.lo ext/openssl/openssl.lo ext/openssl/xp_ssl.lo ext/zlib/zlib.lo ... ... Zend/zend_objects_API.lo Zend/zend_mm.lo Zend/zend_default_classes.lo Zend/zend_reflection_api.lo Zend/zend_execute.lo sapi/cgi/cgi_main.lo sapi/cgi/getopt.lo main/internal_functions.lo -lcrypt -lnsl -lcrypt -lpspell -lpcre -lpanel -lncurses -lgmp -lfreetype -lpng -lz -ljpeg -ldb-4.2 -lcurl -lbz2 -lz -lm -lfreetype -lpng -ljpeg -lz -lnsl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lxml2 -lz -lm -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lcurl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lxml2 -lz -lm -lxml2 -lz -lm -lcrypt -lxml2 -lz -lm -lcrypt -o sapi/cgi/php libtool: link: `ext/libxml/libxml.lo' is not a valid libtool object make: *** [sapi/cgi/php] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.29174 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.29174 (%build) ============================================================================