|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2003-06-17 00:04 UTC] biclops at nosivad dot com
Description: ------------ Recently installed php. Reinstalled so that I could use expat lib. Only the last line (specifying expat dir) was added to configure and 'make install' failed. ./configure \ --enable-shmop \ --enable-sysvsem --enable-sysvshm \ --enable-apc \ --with-oci8=/usr/local/oracle/8i/u01/app/oracle/product/8.1.6 \ --enable-debug=no \ --enable-track-vars \ --with-apache=../apache_1.3.27 \ --enable-trans-sid \ --with-cpdflib \ --with-gd --with-pdflib=/usr/local \ --with-ttf=/usr/local/include \ --with-jpeg-dir=/usr --with-tiff-dir=/usr \ --with-zlib-dir=/usr/include \ --with-curl=/usr/local \ --with-expat-dir=/usr/local \ Output of 'make install': Installing PHP CLI binary: /usr/local/bin/ Installing PHP CLI man page: /usr/local/man/man1/ Installing PHP SAPI module Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ Installing PEAR environment: /usr/local/lib/php/ /home/pointstreak/data/serversoftware/src/ultramagnus/php-4.3.2/sapi/cli/php: error while loading shared libraries: unexpected reloc type 0xa9 make[1]: *** [install-pear-installer] Error 127 make: *** [install-pear] Error 2 I added '--without-pear' and 'make install' worked without error. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 21:00:02 2025 UTC |
root@test php-4.3.9]# sapi/cli/php -m sapi/cli/php: error while loading shared libraries: unexpected reloc type 0xd9 [root@test php-4.3.9]# ldd sapi/cli/php libcrypt.so.1 => /lib/libcrypt.so.1 (0x4001c000) libpq.so.2 => /usr/local/pgsql/lib/libpq.so.2 (0x40049000) libfreetype.so.6 => /usr/local/lib/libfreetype.so.6 (0x40058000) libz.so.1 => /usr/local/lib/libz.so.1 (0x400bd000) libpng.so.3 => /usr/local/lib/libpng.so.3 (0x400cc000) libjpeg.so.62 => /usr/local/lib/libjpeg.so.62 (0x400f9000) libresolv.so.2 => /lib/libresolv.so.2 (0x40117000) libm.so.6 => /lib/libm.so.6 (0x40129000) libdl.so.2 => /lib/libdl.so.2 (0x4014c000) libnsl.so.1 => /lib/libnsl.so.1 (0x40150000) libc.so.6 => /lib/libc.so.6 (0x40168000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)