ID: 23833
User updated by: pm dot aubertel at free dot fr
Reported By: pm dot aubertel at free dot fr
-Status: Feedback
+Status: Open
Bug Type: *Database Functions
Operating System: Solaris 2.8
PHP Version: 4.3.2RC4
New Comment:
I just cleaned, recompile and re-install php with
--disable-posix and do the same for apache but
the result is the same.
Previous Comments:
------------------------------------------------------------------------
[2003-05-27 17:45:28] [EMAIL PROTECTED]
Someone mentioned in the manual that adding --disable-posix made it
work for him..try adding that to your configure line.
(rm -f config.cache first!)
------------------------------------------------------------------------
[2003-05-27 10:16:44] pm dot aubertel at free dot fr
After compiling and installing successfully php 4.3.2 RC over Apache
1.3.27
with Ingres II support, I cannot get the ingres_connect function to
work.
My php configure line is:
./configure --with-mysql
--with-apache=/usr/local/apache_1.3.27
--with-gd
--with-zlib-dir
--with-ingres=/usr/local/ingres
The apache start script contains the lines:
II_SYSTEM=/usr/local
export II_SYSTEM
What I get in the apache error.log is:
[error] PHP Warning: ingres_connect(): Ingres II: Server or API error
: Unable to authenticate client's user ID. in
/export/home/www/dhs/php/readdb.php on line 28
[error] PHP Warning: ingres_connect(): Ingres II: SQLSTATE : 08004 in
/export/home/www/dhs/php/readdb.php on line 28
[error] PHP Warning: ingres_connect(): Ingres II: Unable to connect
to database (isis::basedhs15) in /export/home/www/dhs/php/readdb.php on
line 28
What I get in the Ingres errorlog.log:
isis ::[33034 IIGCN, 00000001]: Tue May 27 15:54:40 2003
E_GC1008_INVALID_USER Unable to authenticate client's user ID.
I have tried different user/passwd, some of them regisrred with
accessdb
but the result is always the same.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=23833&edit=1