ID:               35682
 Updated by:       [EMAIL PROTECTED]
 Reported By:      necat at digicol dot de
-Status:           Open
+Status:           Feedback
 Bug Type:         OCI8 related
 Operating System: ia64-hp-hpux11.23
 PHP Version:      5.1.1
 New Comment:

1) "checking checking if we're at 64-bit platform... no"
This looks kinda suspicious,
Try this:
rm config.cache
./configure ... 
make

2) Please show the GDB backtrace.


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

[2005-12-15 15:15:11] necat at digicol dot de

Description:
------------
Hi,

oracle client version 10.1 is installed.

I configured apache version 1.3.34 and then configured
php version 5.1.1 with oci8 and some other options that
we need.

php configure gives the following messages:

checking for Oracle (OCI8) support using ORACLE_HOME installation...
yes
checking Oracle Install Directory... /dc5/home/appdc5/oracle/ORAHOME
checking size of long int... (cached) 4
checking checking if we're at 64-bit platform... no
checking OCI8 libraries dir... lib32
checking Oracle version... configure: error: Oracle-OCI8 needed
libraries not found




Reproduce code:
---------------
when I change SHLIB_SUFFIX_NAME=sl to
SHLIB_SUFFIX_NAME=so in configure file, 
configure has no problem. Oracle Client installation
has on this machine no sl libraries.

case $host_alias in
  *hpux*)
    SHLIB_SUFFIX_NAME=sl
    ;;

and the compiling of code is successfully.
But when I call php binary like php -v or php -i gives segmentation
fault.


Actual result:
--------------
[EMAIL PROTECTED]:/dc5/home/appdc5/Sourcen/php-5.1.1/sapi/cli>./php -v
Segmentation fault (core dumped)
[EMAIL PROTECTED]:/dc5/home/appdc5/Sourcen/php-5.1.1/sapi/cli>./php -i
Segmentation fault (core dumped)


Regards,
N.Kutlar


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


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

Reply via email to