From: [EMAIL PROTECTED] Operating system: Solaris 8 PHP version: 4.2.0 PHP Bug Type: Compile Failure Bug description: undefined versioned symbol name
Probelm compiling php 4.2.0 on solaris, ///////////// Configure ///////////////// ./configure --prefix=/usr/local \ --with-apxs=/www/apache2/bin/apxs \ --enable-exif \ --enable-track-vars \ --with-calendar=shared \ --enable-safe-mode \ --enable-magic-quotes \ --enable-trans-sid \ --enable-wddx \ --enable-ftp \ --with-gd="/usr/local" \ --with-zlib \ --enable-gd-native-tt \ --with-t1lib="/usr/local" \ --with-jpeg-dir="/usr" \ --with-png-dir="/usr/local" \ --with-zlib-dir="/usr/local" \ --with-ttf \ --with-freetype-dir="/usr/local" \ --with-openssl="/usr/local" \ --enable-apc \ --with-gettext="/usr" \ --with-mysql=/usr/local ////////////////// output error ///////////// /usr/local/sparc-sun-solaris2.8/bin/ld: .libs/libphp4.so: undefined versioned symbol name des_encrypt1@@SUNWprivate_1.1 /usr/local/sparc-sun-solaris2.8/bin/ld: failed to set dynamic section sizes: Bad value collect2: ld returned 1 exit status make[1]: *** [libphp4.la] Error 1 make[1]: Leaving directory `/export/home/simon/Apachetoolbox-1.5.56/src/php-4.2.0' make: *** [all-recursive] Error 1 -- Edit bug report at http://bugs.php.net/?id=16931&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=16931&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=16931&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=16931&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=16931&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=16931&r=support Expected behavior: http://bugs.php.net/fix.php?id=16931&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=16931&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=16931&r=submittedtwice
