Hello,
When compiling php-4.1.1 on Sparc Solaris 8 with gcc-2.95.2, the make step stopped with the following errors:
ld: fatal: file ext/pdf/.libs/libpdf.al: unknown file type
ld: fatal: symbol snmp_sess_synch_response' is multiply-defined:
(file Zend/.libs/libZend.al(snmp_client.o) and file /usr/local/lib/libsnmp.a(snmp_client.o));
ld: fatal: symbolerror_string' is multiply-defined:
(file Zend/.libs/libZend.al(snmp_client.o) and file /usr/local/lib/libsnmp.a(snmp_client.o));
ld: fatal: symbol `snmp_clone_var' is multiply-defined:
...
...
My configure options:
./configure --with-apxs=/opt/apache/bin/apxs \
--with-openssl=/opt/openssl \
--with-gd=/usr/local \
--enable-calendar \
--enable-dbase \
--with-mysql=/usr/local/mysql \
--with-pgsql=/opt/pgsql/7.1.3 \
--with-snmp \
--with-xmlrpc \
--with-mm \
--enable-inline-optimization \
--enable-track-vars \
--enable-ftp \
--enable-sysvsem \
--enable-sysvshm \
--enable-sockets \
--with-pdflib=/usr/local/lib \
--with-jpeg-dir=/usr/local/lib \
--with-zlib-dir=/usr/local \
--with-gettext
Please help.