Ask a Question related to PHP Development, Design and Development.
-
sniper@php.net #1
#24328 [Fbk->NoF]: symbol not found: executor_globals
ID: 24328
Updated by: [email]sniper@php.net[/email]
Reported By: Pavel dot Zakouril at mff dot cuni dot cz
-Status: Feedback
+Status: No Feedback
Bug Type: Dynamic loading
Operating System: UnixWare 7.1.1
PHP Version: 4.3.2
New Comment:
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
Previous Comments:
------------------------------------------------------------------------
[2003-07-07 19:31:13] [email]sniper@php.net[/email]
Please try using this CVS snapshot:
[url]http://snaps.php.net/php4-STABLE-latest.tar.gz[/url]
For Windows:
[url]http://snaps.php.net/win32/php4-win32-STABLE-latest.zip[/url]
------------------------------------------------------------------------
[2003-06-27 02:51:44] Pavel dot Zakouril at mff dot cuni dot cz
It is built durig 'make' and installed during 'make install', as it was> Where did that 'liboci8.so' come from?
described in my first report.
??? All php extensions have names lib*.so under UnixWare.> It should be just oci8.so.
Answer to question 'why -lthread must be in EXTRA_LIBS ?' you can find> Why do you set EXTRA_LIBS before running configure..?
at [url]http://php.cz/manual/en/ref.oci8.php[/url]. And if I do not include -lucb
into EXTRA_LIBS, I will get an error 'undefined symbol alloca' when
starting php.
Note what I wrote in my first report: Apache module (using the same
liboci8.so) works fine, problem is only with the CLI version.
But anyway, (cd ext/oci8 && phpize && ./configure
--with-oci8=/u01/app/oracle/product/8.1.7 && make) produces the
following output:
UX:sh (phpize): ERROR: aclocal: Not found
UX:sh (phpize): ERROR: autoconf: Not found
UX:sh (phpize): ERROR: autoheader: Not found
You should add the contents of `/usr/local/share/aclocal/libtool.m4' to
`aclocal
..m4'.
Configuring for:
PHP Api Version: 20020918
Zend Module Api No: 20020429
Zend Extension Api No: 20021010
zsh: no such file or directory: ./configure
------------------------------------------------------------------------
[2003-06-26 18:07:52] [email]sniper@php.net[/email]
Where did that 'liboci8.so' come from? It should be just oci8.so.
What does 'ldd liboci8.so' output?
Why do you set EXTRA_LIBS before running configure..?
Does building oci8 via the phpize way work?
(cd ext/oci8 && phpize && ./configure
--with-oci8=/u01/app/oracle/product/8.1.7 && make)
------------------------------------------------------------------------
[2003-06-25 05:07:23] Pavel dot Zakouril at mff dot cuni dot cz
Description:
------------
I have installed PHP 4.3.2 by following way:
export ORACLE_HOME=/u01/app/oracle/product/8.1.7
export LD_LIBRARY_PATH=/usr/local/lib:$ORACLE_HOME/lib
export CC=cc
export EXTRA_LIBS='-lthread -lucb'
../configure --with-oci8=shared --with-apxs --without-mysql
--without-pear --enable-sigchild
make
make install
Apache module works fine, but CLI version built at the same time fails
with the following message:
ducklet 191# php
PHP Warning: Unknown(): Unable to load dynamic library
'/usr/local/lib/php/extensions/no-debug-non-zts-20020429/liboci8.so' -
dynamic linker: php: relocation error: symbol not found:
executor_globals; referenced from:
/usr/local/lib/php/extensions/no-debug-non-zts-20020429/liboci8.so in
Unknown on line 0
What can be wrong ?
------------------------------------------------------------------------
--
Edit this bug report at [url]http://bugs.php.net/?id=24328&edit=1[/url]
sniper@php.net Guest
-
#24664 [Opn->Csd]: relocation error: symbol not found: ap_pass_brigade
ID: 24664 Updated by: sniper@php.net Reported By: a dot polli at mir dot it -Status: Open +Status: ... -
XML_ParserCreate_MM: referenced symbol not found ... Any ideas
OS : Solaris 8 Perl Extension for XML Parser : 2.31 (for perl 5.6.0) ld.so.1: /usr/local/bin/perl: fatal: relocation error: file... -
reference symbol not found with UDUNITS
On a Solaris 7 machine, I had Perl 5.005_03 running with UDUNITS successfully. I'm not sure what the relationship is between the two. This perl is... -
#24664 [Fbk->Opn]: relocation error: symbol not found: ap_pass_brigade
ID: 24664 User updated by: a dot polli at mir dot it Reported By: a dot polli at mir dot it -Status: Feedback... -
#24664 [Opn->Fbk]: relocation error: symbol not found: ap_pass_brigade
ID: 24664 Updated by: sniper@php.net Reported By: a dot polli at mir dot it -Status: Open +Status: ...



Reply With Quote

