From:             necat at digicol dot de
Operating system: ia64-hp-hpux11.23
PHP version:      5.1.1
PHP Bug Type:     OCI8 related
Bug description:  Segmentation fault...

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 bug report at http://bugs.php.net/?id=35682&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35682&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35682&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35682&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=35682&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=35682&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=35682&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=35682&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=35682&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=35682&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=35682&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=35682&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=35682&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=35682&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35682&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=35682&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=35682&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=35682&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35682&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=35682&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=35682&r=mysqlcfg

Reply via email to