[PHP-DEV] Bug #12451 Updated: compilation halts on libmysql extension

2002-01-26 Thread anders

ID: 12451
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: MySQL related
Operating System: Linux 2.4.7
PHP Version: 4.0.6
New Comment:

I have the same problem on a freshly installed RedHat 7.1 with the
MySQL rpms installed and this configure:
./configure --with-apxs=/opt/apache/default/bin/apxs --with-gd
--enable-magic-quotes --enable-trans-sid --with-imap --with-imap-ssl
--with-ldap --with-png --with-jpeg --with-ttf --with-xml
--with-kerberos
Also tried it with:
./configure --with-apxs=/opt/apache/default/bin/apxs
--enable-magic-quotes --enable-trans-sid
This worked!!
Will try different configure commands.


Previous Comments:


[2001-10-02 18:29:26] [EMAIL PROTECTED]

No feedback. Considered fixed.




[2001-08-18 14:04:28] [EMAIL PROTECTED]

Does this happen with latest CVS snapshot:

http://snaps.php.net/





[2001-07-28 17:04:38] [EMAIL PROTECTED]

make[1]: Entering directory 
`/usr/local/src/php-4.0.6/ext/mysql/libmysql'
/bin/sh /usr/local/src/php-4.0.6/libtool --silent 
--mode=compile gcc  -I. 
-I/usr/local/src/php-4.0.6/ext/mysql/libmysql 
-I/usr/local/src/php-4.0.6/main -I/usr/local/src/php-4.0.6 
-I/usr/local/apache/include 
-I/usr/local/src/php-4.0.6/Zend -I/usr/local/ssl/include 
-I/opt/interbase//include 
-I/usr/local/src/php-4.0.6/ext/mysql/libmysql 
-I/usr/local/src/php-4.0.6/ext/xml/expat/xmltok 
-I/usr/local/src/php-4.0.6/ext/xml/expat/xmlparse 
-I/usr/local/src/php-4.0.6/TSRM  -DLINUX=22 -DUSE_HSREGEX 
-DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2  -c 
libmysql.c
In file included from libmysql.c:9:
global.h:240: warning: redefinition of `uint'
/usr/include/sys/types.h:146: warning: `uint' previously 
declared here
global.h:241: warning: redefinition of `ushort'
/usr/include/sys/types.h:145: warning: `ushort' previously 
declared here
In file included from libmysql.c:12:
m_string.h:180: parse error before `__extension__'
m_string.h:180: parse error before `&&'
make[1]: *** [libmysql.lo] Error 1
make[1]: Leaving directory 
`/usr/local/src/php-4.0.6/ext/mysql/libmysql'
make: *** [all-recursive] Error 1


my configure line is the following:
 ./configure --with-apxs=/usr/local/apache/bin/apxs 
--with-openssl --with-zlib --enable-ftp 
--with-interbase=/opt/interbase/  

i am running a freshly installed slackware 8.0 with apache 
1.3.20 glibc is 2.2.3

I Noticed that there is a compilation define -DLinux=22 
shouldn't it be 2.4?






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


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12451 Updated: compilation halts on libmysql extension

2001-10-02 Thread sniper

ID: 12451
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Closed
Bug Type: MySQL related
Operating System: Linux 2.4.7
PHP Version: 4.0.6
New Comment:

No feedback. Considered fixed.


Previous Comments:


[2001-08-18 14:04:28] [EMAIL PROTECTED]

Does this happen with latest CVS snapshot:

http://snaps.php.net/





[2001-07-28 17:04:38] [EMAIL PROTECTED]

make[1]: Entering directory 
`/usr/local/src/php-4.0.6/ext/mysql/libmysql'
/bin/sh /usr/local/src/php-4.0.6/libtool --silent 
--mode=compile gcc  -I. 
-I/usr/local/src/php-4.0.6/ext/mysql/libmysql 
-I/usr/local/src/php-4.0.6/main -I/usr/local/src/php-4.0.6 
-I/usr/local/apache/include 
-I/usr/local/src/php-4.0.6/Zend -I/usr/local/ssl/include 
-I/opt/interbase//include 
-I/usr/local/src/php-4.0.6/ext/mysql/libmysql 
-I/usr/local/src/php-4.0.6/ext/xml/expat/xmltok 
-I/usr/local/src/php-4.0.6/ext/xml/expat/xmlparse 
-I/usr/local/src/php-4.0.6/TSRM  -DLINUX=22 -DUSE_HSREGEX 
-DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2  -c 
libmysql.c
In file included from libmysql.c:9:
global.h:240: warning: redefinition of `uint'
/usr/include/sys/types.h:146: warning: `uint' previously 
declared here
global.h:241: warning: redefinition of `ushort'
/usr/include/sys/types.h:145: warning: `ushort' previously 
declared here
In file included from libmysql.c:12:
m_string.h:180: parse error before `__extension__'
m_string.h:180: parse error before `&&'
make[1]: *** [libmysql.lo] Error 1
make[1]: Leaving directory 
`/usr/local/src/php-4.0.6/ext/mysql/libmysql'
make: *** [all-recursive] Error 1


my configure line is the following:
 ./configure --with-apxs=/usr/local/apache/bin/apxs 
--with-openssl --with-zlib --enable-ftp 
--with-interbase=/opt/interbase/  

i am running a freshly installed slackware 8.0 with apache 
1.3.20 glibc is 2.2.3

I Noticed that there is a compilation define -DLinux=22 
shouldn't it be 2.4?






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


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12451 Updated: compilation halts on libmysql extension

2001-08-18 Thread sniper

ID: 12451
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Old Bug Type: Compile Failure
Bug Type: MySQL related
Operating System: Linux 2.4.7
PHP Version: 4.0.6
New Comment:

Does this happen with latest CVS snapshot:

http://snaps.php.net/



Previous Comments:


[2001-07-28 17:04:38] [EMAIL PROTECTED]

make[1]: Entering directory 
`/usr/local/src/php-4.0.6/ext/mysql/libmysql'
/bin/sh /usr/local/src/php-4.0.6/libtool --silent 
--mode=compile gcc  -I. 
-I/usr/local/src/php-4.0.6/ext/mysql/libmysql 
-I/usr/local/src/php-4.0.6/main -I/usr/local/src/php-4.0.6 
-I/usr/local/apache/include 
-I/usr/local/src/php-4.0.6/Zend -I/usr/local/ssl/include 
-I/opt/interbase//include 
-I/usr/local/src/php-4.0.6/ext/mysql/libmysql 
-I/usr/local/src/php-4.0.6/ext/xml/expat/xmltok 
-I/usr/local/src/php-4.0.6/ext/xml/expat/xmlparse 
-I/usr/local/src/php-4.0.6/TSRM  -DLINUX=22 -DUSE_HSREGEX 
-DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2  -c 
libmysql.c
In file included from libmysql.c:9:
global.h:240: warning: redefinition of `uint'
/usr/include/sys/types.h:146: warning: `uint' previously 
declared here
global.h:241: warning: redefinition of `ushort'
/usr/include/sys/types.h:145: warning: `ushort' previously 
declared here
In file included from libmysql.c:12:
m_string.h:180: parse error before `__extension__'
m_string.h:180: parse error before `&&'
make[1]: *** [libmysql.lo] Error 1
make[1]: Leaving directory 
`/usr/local/src/php-4.0.6/ext/mysql/libmysql'
make: *** [all-recursive] Error 1


my configure line is the following:
 ./configure --with-apxs=/usr/local/apache/bin/apxs 
--with-openssl --with-zlib --enable-ftp 
--with-interbase=/opt/interbase/  

i am running a freshly installed slackware 8.0 with apache 
1.3.20 glibc is 2.2.3

I Noticed that there is a compilation define -DLinux=22 
shouldn't it be 2.4?






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


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]