ID:               23021
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jascsua at itccanarias dot org
-Status:           Open
+Status:           Closed
 Bug Type:         OCI8 related
 Operating System: Sun Solaris 5.8, 5.9
 PHP Version:      4.3.1
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


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

[2003-04-02 09:42:19] jascsua at itccanarias dot org

Hi:
I've been installing PHP 4.3.x in a Sun solaris 5.8 & 5.9 platform.
Compiler can be gcc 3.1.1 or 3.2.x.
Apache version is 1.3.27 with mod_ssl & mod_perl integrated in the
httpd binary. Configuration is something like this (with or without
LIBS=-lpthread)
CC=gcc \
./configure --prefix=/usr/local \
--with-apxs=/usr/local/apache/bin/apxs \
--with-openssl=/usr/local \
--with-zlib=/usr/local \
--enable-bcmath \
--with-bz2=/usr/local \
--enable-calendar \
--enable-dba \
--with-gdbm=/usr/local \
--with-ndbm=/usr/local \
--with-db4=/usr/local \
--with-flatfile \
--enable-dbase \
--enable-dbx \
--with-dom=/usr/local \
--with-dom-xslt=/usr/local \
--with-dom-exslt=/usr/local \
--enable-ftp \
--with-gd=/usr/local \
--with-freetype-dir=/usr/local \
--enable-gd-native-ttf \
--with-gettext=/usr/local \
--with-iconv=/usr/local \
--with-imap=/usr/local \
--with-imap-ssl=/usr/local \
--with-ldap=/usr/local \
--with-mcrypt=/usr/local \
--with-mhash=/usr/local \
--with-mssql=/usr/local \
--with-pdflib=/usr/local \
--with-mm=/usr/local \
--enable-xml \
--enable-sockets \
--enable-sigchild \
--enable-mbstring \
--enable-mbstr-enc-trans \
--enable-mbregex \
--enable-exif \
--with-oci8

Well. When I issue the command make install, system goes on until it
reaches the make install-pear fase, on which it crashes with a make
error 139.
I've been seeking with solaris truss command and I can see that it
tries to initialize OCI, open a file called /oracle/rdbms/oraus.msb and
the issues a fault.

If I remove the --with-oci directive, system compiles and install OK,
but, for my disgrace, out web services platform is over Oracle oci 8 
and Microsoft SQL connections.

I am using the Oracle 9.2.0.1i client version for solaris 32.

Has anybody this configuration or similar running ok?

I suspect of gnu libiconv and gnu gettext support over solaris, but I
am still trying to detect the possible relation.

Any facts?

Thanks in advance.
Fco. Javier Ascanio Suarez.

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


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

Reply via email to