Dear all,
downloaded PHP 4.3.2 for installation on Sun Solaris 7,
using gcc and GNU's make 3.8 and alternatively the
make that comes with Solaris (/usr/ccs/bin/make).
../configure \
--with-apxs=/usr/local/apache/bin/apxs \
--with-mysql=/usr/local/mysql
No problems reported.
make
It runs and when linking it stops with:
Undefined symbol First referenced in file
mysql_character _set_name ext/mysql/php_mysql.lo
mysql_real_esca pe_string ext/mysql/php_mysql.lo
ld: fatal: Symbol referencing errors. No output
written to sapi/cli/php
make: *** [sapi/cli/php] Error 1
As 4.3.2 is quite new, I then downloaded 4.3.1, but
the same problem appeared.
Then I tried if the compilation of PHP 4.1.2 still
works on my system (removed config.cache), and it
does. No problems when building PHP 4.1.2.
But I urgently want to do the upgrade for security
and other reasons.
Thank you very much for any good idea.
Tony
downloaded PHP 4.3.2 for installation on Sun Solaris 7,
using gcc and GNU's make 3.8 and alternatively the
make that comes with Solaris (/usr/ccs/bin/make).
../configure \
--with-apxs=/usr/local/apache/bin/apxs \
--with-mysql=/usr/local/mysql
No problems reported.
make
It runs and when linking it stops with:
Undefined symbol First referenced in file
mysql_character _set_name ext/mysql/php_mysql.lo
mysql_real_esca pe_string ext/mysql/php_mysql.lo
ld: fatal: Symbol referencing errors. No output
written to sapi/cli/php
make: *** [sapi/cli/php] Error 1
As 4.3.2 is quite new, I then downloaded 4.3.1, but
the same problem appeared.
Then I tried if the compilation of PHP 4.1.2 still
works on my system (removed config.cache), and it
does. No problems when building PHP 4.1.2.
But I urgently want to do the upgrade for security
and other reasons.
Thank you very much for any good idea.
Tony
Comment