ID:               45711
 Updated by:       [EMAIL PROTECTED]
 Reported By:      dmass83 at hotmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Compile Failure
 Operating System: Solaris 10
 PHP Version:      5.2.6
 New Comment:

Start by reducing your configure line to something that is actually
supported by PHP. You have dozens of configure options there which don't
even exist anymore. Try this first:

# rm config.cache && ./configure --disable-all --with-openssl



Previous Comments:
------------------------------------------------------------------------

[2008-08-05 00:55:14] dmass83 at hotmail dot com

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 this bug report at http://bugs.php.net/?id=45711&edit=1

Reply via email to