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) ============================================================================ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php