php4.0.5 compile error

Pagina: 1
Acties:

  • GiLuX
  • Registratie: Juni 1999
  • Laatst online: 12-11-2025
vreemd,
ik heb php al best een boel keren geupgrade op mijn redhat6.2 bak en altijd op de zelfde manier en zonder problemen maar nu gaat het oppeens fout tijdens 'make' met php4.0.5:

make[1]: Entering directory `/root/php-4.0.5'
/bin/sh /root/php-4.0.5/libtool --silent --mode=link gcc -I. -I/root/php-4.0.5/
-I/root/php-4.0.5/main -I/root/php-4.0.5 -I/usr/include/apache -I/root/php-4.0.5/Zend
-I/usr/include/gd -I/root/php-4.0.5/ext/mysql/libmysql -I/root/php-4.0.5/ext/xml/expat/xmltok
-I/root/php-4.0.5/ext/xml/expat/xmlparse -I/root/php-4.0.5/TSRM -DLINUX=2 -DEAPI -DUSE_EXPAT
-DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -o libphp4.la -rpath /root/php-4.0.5/libs -avoid-version
stub.lo Zend/libZend.la sapi/apache/libsapi.la main/libmain.la regex/libregex.la ext/gd/libgd.la
ext/mysql/libmysql.la ext/pcre/libpcre.la ext/posix/libposix.la ext/session/libsession.la
ext/standard/libstandard.la ext/xml/libxml.la ext/zlib/libzlib.la TSRM/libtsrm.la -lpam -ldl -lz
-lz -lpng -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv
stub.lo: file not recognized: File truncated
collect2: ld returned 1 exit status
make[1]: *** [libphp4.la] Error 1
make[1]: Leaving directory `/root/php-4.0.5'
make: *** [all-recursive] Error 1


mijn configure line:
./configure --with-mysql --with-gd --with-zlib --enable-track-vars --with-apxs

iemand?

"I disagree with what you are saying, but I will defend to the death your right to say it." -- not clear who


Verwijderd

rm -rf php-4.0.5
tar xvzf php-4.0.5.tar.gz
cd php-4.0.5
en nog 'es proberen :)

  • Mark
  • Registratie: Juni 1999
  • Laatst online: 06-05 22:26
stub.lo is een file welke binnen de PHP source zit.
Is je download soms verminkt ?

  • GiLuX
  • Registratie: Juni 1999
  • Laatst online: 12-11-2025
zo het zo simpel liggen?

nou,
nog eens proberen dan...

het rare is wel dat zonder --with-xml het geen compile fouten geeft maar dat mysqlconnections het dan oppeens niet meer doen.

"I disagree with what you are saying, but I will defend to the death your right to say it." -- not clear who


Verwijderd

stub.lo: file not recognized: File truncated
Dat lijkt me een lege file?

Zoiets heb ik eens gehad met httpd bij Apache :)

  • Mark
  • Registratie: Juni 1999
  • Laatst online: 06-05 22:26
Doe je nadat het fout gelopen is ook elke keer een make clean voordat je verder gaat ?

Zo niet, wel doen :)

  • ACM
  • Registratie: Januari 2000
  • Niet online

ACM

Software Architect

Werkt hier

Op maandag 11 juni 2001 22:48 schreef RedRoon het volgende:
Doe je nadat het fout gelopen is ook elke keer een make clean voordat je verder gaat ?

Zo niet, wel doen :)
Of eventueel zelfs make distclean
Pagina: 1