From:             jascsua at itccanarias dot org
Operating system: Sun Solaris 5.8, 5.9
PHP version:      4.3.1
PHP Bug Type:     OCI8 related
Bug description:  make install error 139 when --with-oci8 is on

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 bug report at http://bugs.php.net/?id=23021&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=23021&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=23021&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=23021&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=23021&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=23021&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=23021&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=23021&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=23021&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=23021&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=23021&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=23021&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=23021&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=23021&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=23021&r=gnused

Reply via email to