From:             [EMAIL PROTECTED]
Operating system: Solaris 2.7
PHP version:      4.3.0
PHP Bug Type:     Compile Failure
Bug description:  compile fails with: ld: fatal: Symbol referencing errors. No output 
written to 

I'm using apache 2.0.48.

I've tried to compile php 4.3.0 with following options:
./configure --prefix=/usr/local/php-4.3.0 \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-openssl=/usr/local/ssl \
--with-informix=/services/informix \
--with-gd \
--with-curl \
--enable-gd-native-ttf \
--with-png-dir=/usr/local \
--with-zlib-dir=/usr/local \
--with-pgsql=/usr/local/pgsql \
--with-mysql=/services/mysql

I have no problems with configure, but make produces following error:

...
mysql_init                          ext/mysql/php_mysql.lo
png_set_PLTE                        ext/gd/libgd/gd_png.lo
ERR_get_error                       ext/openssl/openssl.lo
PQdb                                ext/pgsql/pgsql.lo
cos                                 ext/gd/libgd/gd.lo
X509_NAME_get_entry                 ext/openssl/openssl.lo
sqli_connect_set                    ext/informix/ifx.lo
connect                             main/network.lo
ld: fatal: Symbol referencing errors. No output written to sapi/cli/php
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
-- 
Edit bug report at http://bugs.php.net/?id=21545&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21545&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21545&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21545&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21545&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21545&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21545&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21545&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21545&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21545&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21545&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21545&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21545&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21545&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21545&r=gnused

Reply via email to