dmass83 Posted July 24, 2008 Share Posted July 24, 2008 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 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 \ In addition I have attached my log from the install. Any help would be greatly appreciated. I have been browsing forums for most of the last two days trying to find a solution but have come up dry. I have seen very similar posts, no resolution. Thanks in advance! [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/116474-undefined-evp_cipher_ctx_block_size-in-extopenssllibsopensslo/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.