From: dmass83 at hotmail dot com Operating system: Solaris 10 PHP version: 5.2.6 PHP Bug Type: *General Issues Bug description: Undefined References
Description: ------------ I have encountered an issue installing php-5.2.6 on Solaris 10. -openssl-0.9.8h I have encountered the following error: Undefined first referenced symbol in file libiconv_set_relocation_prefix /usr/local/lib/libintl.so EVP_CIPHER_CTX_block_size ext/openssl/.libs/openssl.o ld: fatal: Symbol referencing errors. No output written to sapi/cli/php collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 I am new to the php installation and not real sure where to go from here. I am using the following for "configure": ---------------------------------------------------- ./configure \ --prefix=$APACHE_PREFIX \ --sysconfdir=$APACHE_PREFIX/conf \ --with-config-file-path=$APACHE_PREFIX/conf \ --disable-debug \ --with-pic \ --with-curl=$CURL_PREFIX \ --disable-rpath \ --enable-inline-optimization \ --with-png-dir=/usr \ --with-gd \ --enable-gd-native-ttf \ --with-ttf \ --with-dom=/usr/local \ --with-expat-dir=/usr/local \ --with-gettext \ --with-jpeg-dir=/usr/local \ --with-openssl=$OPENSSL_PREFIX \ --with-png \ --with-regex=system \ --with-xml \ --with-zlib \ --with-layout=GNU \ --enable-bcmath \ --enable-exif \ --enable-ftp \ --enable-magic-quotes \ --enable-safe-mode \ --enable-sockets \ --enable-sysvsem \ --enable-sysvshm \ --enable-discard-path \ --enable-wddx \ --with-pear \ --with-kerberos=/usr/kerberos \ --with-ldap \ --with-mcrypt=$MCRYPT_PREFIX \ --with-oci8=$ORACLE_HOME \ --enable-memory-limit \ --enable-shmop \ --enable-versioning \ --enable-calendar \ --enable-dbx \ --enable-dio \ --enable-mcal \ --with-apxs2=$APACHE_PREFIX/bin/apxs \ I have searched many forums but have found no resolution to this issue. -- Edit bug report at http://bugs.php.net/?id=45711&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=45711&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=45711&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=45711&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=45711&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=45711&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=45711&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=45711&r=needscript Try newer version: http://bugs.php.net/fix.php?id=45711&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=45711&r=support Expected behavior: http://bugs.php.net/fix.php?id=45711&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=45711&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=45711&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=45711&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=45711&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=45711&r=dst IIS Stability: http://bugs.php.net/fix.php?id=45711&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=45711&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=45711&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=45711&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=45711&r=mysqlcfg
