ID: 10784
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Compile Problem
Operating system:
PHP Version: 4.0.4pl1
Assigned To:
Comments:
status: feedback
Previous Comments:
---------------------------------------------------------------------------
[2001-05-10 09:47:23] [EMAIL PROTECTED]
Hello,
this looks like a problem in the bundled mysql client libraries.
You can try the following things:
- Don't use the bundled library and point configure to the already installed libraries
on your system (if you have them):
./configure --with-mysql=/usr/local
- Please try to build without mysql:
./configure --without-mysql
Can you please try these?
regards,
Derick
---------------------------------------------------------------------------
[2001-05-10 09:42:14] [EMAIL PROTECTED]
When I try to build php distribution using the native xlc compiler, it failed with the
several errors :
"./global.h", line 525.17: 1506-334 (S) Identifier int8 has already been defined
on line 622 of "/usr/include/sys/inttypes.h".
"libmysql.c", line 179.59: 1506-280 (W) Function argument assignment between typ
es "unsigned long*" and "int*" is not allowed.
make : 1254-004 Code d'erreur de la dernière commande : 1.
---------------------------------------------------------------------------
[2001-05-10 08:49:44] [EMAIL PROTECTED]
Please report you bug in the English Language.
---------------------------------------------------------------------------
[2001-05-10 08:41:11] [EMAIL PROTECTED]
J'ai un problème de compilation de php sur un serveur unix (AIX 4.3.3.0) . J'ai
installé le serveur apache 1.3.12 . j'ai configuré php avec apache et oracle 8.1.6.
Lorsque je lance le make j'ai le message d'erreur suivant :
"./global.h", line 525.17: 1506-334 (S) Identifier int8 has already been defined
on line 622 of "/usr/include/sys/inttypes.h".
"libmysql.c", line 179.59: 1506-280 (W) Function argument assignment between typ
es "unsigned long*" and "int*" is not allowed.
make : 1254-004 Code d'erreur de la dernière commande : 1.
La commande ne m'installe pas le module PHP4 sous /src/modules
je ne peux dons pas reconfigurer apache avec php4
Que faire ?
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10784&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]