ID:               35574
 Comment by:       thomas at hkey dot de
 Reported By:      scott dot zhao at usask dot ca
 Status:           No Feedback
 Bug Type:         OCI8 related
 Operating System: SunOS
 PHP Version:      5.1.1
 New Comment:

Same problem with PHP 5.0.4, SunOS 5.9, Oracle 9.2 and OCI8 Revision
1.257.2.6. Bug seems not be fixed in #29779.


Previous Comments:
------------------------------------------------------------------------

[2005-12-16 01:00:04] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

[2005-12-08 10:50:53] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.



------------------------------------------------------------------------

[2005-12-07 23:11:09] earl dot fogel at usask dot ca

Thanks, the buildconf helped somewhat.  Php builds properly now, and I
can load the module into apache, but now our apache children are
dying:

[Wed Dec  7 15:15:58 2005] [notice] child pid 29531 exit signal
Segmentation Fault (11)
[Wed Dec  7 15:16:47 2005] [notice] child pid 29545 exit signal
Segmentation Fault (11)
[Wed Dec  7 15:16:47 2005] [notice] child pid 29483 exit signal
Segmentation Fault (11)

We are using apache 1.3.33 with php 5.1.1 on Solaris 9.

------------------------------------------------------------------------

[2005-12-07 18:19:18] [EMAIL PROTECTED]

Did you run ./buildconf --force after that?

------------------------------------------------------------------------

[2005-12-07 18:09:06] earl dot fogel at usask dot ca

I downloaded the latest oci8 module from PECL CVS,
and replaced the ext/oci8 directory that came with
php 5.1.1 with the CVS version.

When I run 'make', it fails with lots of "undefined symbol"
errors, eg:

ild: (undefined symbol) zif_oci_pconnect -- referenced in the data
segment of ext/oci8/.libs/oci8.o
ild: (undefined symbol) zif_oci_connect -- referenced in the data
segment of ext/oci8/.libs/oci8.o
ild: (undefined symbol) zif_oci_field_type -- referenced in the data
segment of ext/oci8/.libs/oci8.o

Here's the configure line I used:

./configure --prefix=/usr/local/encap/php-5.1.1
--with-oci8=/oracle/product/9205 --with-xmlrpc --with-ldap
--with-curl=/usr/local/encap/curl-7.14.1 --without-pdo-sqlite
--with-apxs=/var/apache-test/sbin/apxs --enable-memory-limit

What do I do now?

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/35574

-- 
Edit this bug report at http://bugs.php.net/?id=35574&edit=1

Reply via email to