|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-07-18 13:09 UTC] mark dot faine at msfc dot nasa dot gov
If I compile NES without Oracle then it works just fine but if I compile it with Oracle then I get an error when starting the server: referenced symbol: opinit not found. I assume this must be from some oracle library. The Oracle version is 7.3 Thanks Mark PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 18:00:01 2025 UTC |
Feedback: -------- Configure line follows ./configure --with-nsapi=/home/web_server/netscape/suitespot --with-oracle=/home1/app/oracle/product/732 --enable-sigchild --enable-libgcc --enable-magic-quotes --enable-track-vars --enable-trans-sid --with-openssl --disable-debug --enable-calendar --without-mysql --enable-ftp --with-gnu-ld Just for the record here is the output of ldd also: starbase# ldd libphp4.so libpam.so.1 => /usr/dt/lib/libpam.so.1 libstdc++.so.2.10.0 => /usr/local/lib/libstdc++.so.2.10.0 libdl.so.1 => /lib/libdl.so.1 libclntsh.so.1.0 => /home1/app/oracle/product/732/lib/libclntsh.so. 1.0 libm.so.1 => /lib/libm.so.1 libnsl.so.1 => /lib/libnsl.so.1 libsocket.so.1 => /lib/libsocket.so.1 libresolv.so.2 => /lib/libresolv.so.2 libc.so.1 => /lib/libc.so.1 libmp.so.2 => /lib/libmp.so.2 I've been playing a lot with the configure line and also with my LD_LIBRARY_PATH, and other environment settings trying to be sure that this is not the cause.