Symbol xmlTextReaderSetup definition was not found

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



I having an issue with PHP with OCI, MySQL, and IBMIHS (apxs2) on
AIX53.  I thought it was a bug, but, I've been referred here.  Has
anyone experienced this type of thing and knows what: "Set your
LD_LIBRARY_PATH properly."  would be referring to?  I assume that
/opt/libxml2/2.6.30/lib/ isn't linking correctly, but, ldd finds it
with no issues.

Thanks,

John

http://bugs.php.net/bug.php?id=47279&thanks=6

[2 Feb 2:08pm UTC]

Description:
------------
Compilation yields no errors but upon start I get an undefined symbol
error.

Reproduce code:
---------------
export LIBPATH=$LIBPATH:/apps/IBMIHS/lib/
export ORACLE_HOME=/apps/oracle/product/10.2/client
export
LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/rdbms/lib:$LD_LIBRARY_PATH

export PATH=/usr/vac/bin:/usr/vacpp/bin:$PATH
export CFLAGS="-I /usr/vac/include -I /usr/vacpp/include -I /usr/include
-ma"
export CXXFLAGS="-I /usr/vac/include -I /usr/vacpp/include -I
/usr/include -ma"

./configure --with-apxs2=/apps/IBMIHS/bin/apxs
--with-libxml-dir=/opt/libxml2/2.6.30 --with-mysql=/opt/mysql/5.0.67
--with-config-file-path=/apps/IBMIHS/conf --enable-maintainer-zts
--prefix=/opt/php/5.2.8 --enable-sigchild
--with-oci8=/apps/oracle/product/10.2/client
make
make -i install

cp .libs/libphp5.a /apps/IBMIHS/modules/libphp5.a
cp .libs/libphp5.lai /apps/IBMIHS/modules/libphp5.la
cp -p .libs/libphp5.so /apps/IBMIHS/modules/libphp5.so
chmod 755 /apps/IBMIHS/modules/libphp5.so

Expected result:
----------------
Apache restart without errors.

Actual result:
--------------
Syntax error on line 858 of
/apps/IBM/WebSphere/CommerceServer60/instances/devcommerce1/httpconf/htt
pd.conf:
Cannot load /apps/IBMIHS/modules/libphp5.so into server:
rtld: 0712-001 Symbol xmlTextReaderSetup was referenced from module
/apps/IBMIHS/modules/libphp5.so(), but a runtime definition of the
symbol was not found.

httpd.conf:858:
...
# start PHP config
LoadModule php5_module modules/libphp5.so
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps

# ldd /apps/IBMIHS/modules/libphp5.so

/apps/IBMIHS/modules/libphp5.so needs:

/opt/mysql/5.0.67/lib/mysql/libmysqlclient_r.a(libmysqlclient_r.so.15)
         /usr/lib/libpthread.a(shr_xpg5.o)
         /usr/lib/libiconv.a(shr4.o)
         /usr/lib/libdl.a(shr.o)
         /usr/lib/libbsd_r.a(shr.o)
         /oracle/app/oracle/product/10.2.0/lib32/libclntsh.so
         /opt/libxml2/2.6.30/lib/libxml2.a(libxml2.so.2)
         /usr/lib/libc.a(shr.o)
         /usr/lib/librtl.a(shr.o)
         /usr/lib/libpthreads.a(shr_comm.o)
         /unix
         /usr/lib/libpthreads.a(shr_xpg5.o)
         /usr/lib/libodm.a(shr.o)
         /usr/lib/libperfstat.a(shr.o)
         /usr/lib/libcrypt.a(shr.o)
         /usr/lib/libcfg.a(shr.o)
         /usr/lib/liblvm.a(shr.o)

[2 Feb 9:24pm UTC] jani@xxxxxxx

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

Set your LD_LIBRARY_PATH properly.

[Index of Archives]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [Postgresql]     [PHP Books]     [PHP Databases]     [PHP SOAP]
  Powered by Linux