From:             jjavorsky at usske dot sk
Operating system: solaris8
PHP version:      4.3.5RC3
PHP Bug Type:     OCI8 related
Bug description:  make error OCINlsCharSetNameToId ...

Description:
------------
I have Oracle 10g AS 9.0.4 installed at /opt/oracle/midtier and
/opt/oracle/infra

Oracle Client 10g installed at /opt/oracle/client

gcc version 3.2

SunOS ebusiness 5.8 Generic_108528-26 sun4u 



I use command:

./configure --with-apxs=/opt/oracle/midtier/Apache/Apache/bin/apxs
--prefix=/opt/oracle/midtier
--with-config-file-path=/opt/oracle/midtier/Apache/Apache/conf
--with-oci8=/opt/oracle/client --enable-sigchild

Everything good.

But when I try make it returns me error.

Reproduce code:
---------------
Undefined                       first referenced

 symbol                             in file

OCINlsCharSetNameToId               ext/oci8/oci8.lo

OCINlsEnvironmentVariableGet        ext/oci8/oci8.lo 

OCIEnvNlsCreate                     ext/oci8/oci8.lo



ld: fatal: Symbol referencing errors. No output written to sapi/cli/php

collect2: ld returned 1 exit status

make: *** [sapi/cli/php] Error 1


-- 
Edit bug report at http://bugs.php.net/?id=27339&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27339&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27339&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27339&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27339&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27339&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27339&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27339&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27339&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27339&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27339&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27339&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27339&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27339&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27339&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27339&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27339&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27339&r=float

Reply via email to