ID: 35682 Updated by: [EMAIL PROTECTED] Reported By: necat at digicol dot de -Status: Open +Status: Closed Bug Type: OCI8 related Operating System: ia64-hp-hpux11.23 PHP Version: 5.1.1 New Comment:
Anyway, it's closed. If Oracle Instat Client for HP UX goes with wrong suffixes - it's not PHP problem. Previous Comments: ------------------------------------------------------------------------ [2005-12-21 10:57:01] necat at digicol dot de Hi, I dont know when, they installed Oracle Client 10.1, suffix is .so not .sl, therefore I edit the line to "so" in configure file. I will ask oracle. here some lines from ORACLE_HOME/lib32 -rwxr-xr-x 1 appdc5 dc5 3382792 Feb 9 2004 libagent10.a* lrwxrwxr-x 1 appdc5 dc5 53 Dec 2 15:22 libagtsh.so@ -> /dc5/home/appdc5/oracle/ORAHOME/lib32/libagtsh.so.1.0 -rwxr-xr-x 1 appdc5 dc5 12220784 Dec 2 15:22 libagtsh.so.1.0* -rwxr-xr-x 1 appdc5 dc5 15381764 Feb 9 2004 libclient10.a* lrwxrwxr-x 1 appdc5 dc5 17 Dec 2 15:21 libclntsh.so@ -> libclntsh.so.10.1 -rwxr-xr-x 1 appdc5 dc5 38189156 Dec 2 15:21 libclntsh.so.10.1* -rwxr-xr-x 1 appdc5 dc5 119492048 Feb 27 2004 libclntst10.a* -rwxr-xr-x 1 appdc5 dc5 5024450 Feb 27 2004 libcommon10.a* -rwxr-xr-x 1 appdc5 dc5 24076544 Mar 5 2004 libcore10.a* -rwxr-xr-x 1 appdc5 dc5 5732388 Mar 5 2004 libcorejava.so* -rwxr-xr-x 1 appdc5 dc5 7737224 Mar 23 2004 libcoresh10.so* -rwxr-xr-x 1 appdc5 dc5 88356 Mar 18 2004 libdbcfg10.so* -rwxr-xr-x 1 appdc5 dc5 68072 Mar 18 2004 libemmas10.so* -rwxr-xr-x 1 appdc5 dc5 30138112 Feb 26 2004 libgeneric10.a* -rwxr-xr-x 1 appdc5 dc5 1181984 Mar 18 2004 libhasgen10.so* -rwxr-xr-x 1 appdc5 dc5 1182016 Mar 18 2004 libhasgend.so* -rwxr-xr-x 1 appdc5 dc5 80480 Feb 9 2004 libheteroxa10.so* -rwxr-xr-x 1 appdc5 dc5 84576 Feb 9 2004 libheteroxa10_g.so* -rwxr-xr-x 1 appdc5 dc5 2110515 Feb 26 2004 libhsbase.so* -rwxr-xr-x 1 appdc5 dc5 2495200 Feb 26 2004 libhsnav.so* -rwxr-xr-x 1 appdc5 dc5 131684 Feb 9 2004 libisqlplus.so* ------------------------------------------------------------------------ [2005-12-21 10:39:03] [EMAIL PROTECTED] Uh.. Of course I meant "when", not "where". AFAIK HP UX used to have .sl suffixes and I wonder when they changed it. ------------------------------------------------------------------------ [2005-12-21 10:25:30] necat at digicol dot de Hi, cd php5.1-200512191330 vi configure "configure" line 3883 of 113867 --3%-- PHP_VAR_SUBST="$PHP_VAR_SUBST SHLIB_SUFFIX_NAME" SHLIB_SUFFIX_NAME=so case $host_alias in *hpux*) SHLIB_SUFFIX_NAME=so ;; *darwin*) SHLIB_SUFFIX_NAME=dylib ;; esac n.kutlar ------------------------------------------------------------------------ [2005-12-21 10:00:28] [EMAIL PROTECTED] New OCI8 is available through PECL and you can use it with (almost) any PHP version, including 4.4.x. Regarding the problem with SHLIB_SUFFIX_NAME - do you know where did they change the suffix? ------------------------------------------------------------------------ [2005-12-21 09:50:15] necat at digicol dot de Hi, thank you very much it works :-) php 4.1.1 has some problem, it could be great when you fix it too. What do think about suffix problem? Configure goes continue, When I change the line *hpux*) SHLIB_SUFFIX_NAME=sl to *hpux*) SHLIB_SUFFIX_NAME=so Regards, N.Kutlar ------------------------------------------------------------------------ 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/35682 -- Edit this bug report at http://bugs.php.net/?id=35682&edit=1