Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MaxDB - Everything about MaxDB, formerly known as SAP DB
MySQL++ - Programming with the C++ API to MySQL
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
mysql openssl Question
mysql:it 's a db not a dbms how it 's possible?!
Does the binary log enabling affect the MySQL performances?
Strange behavior, Table Level Permission
FULLTEXT query format question
Preventing Duplicate Entries
Comparing and writing out BLOBS
Executing MySQL Commands From Within C Program
Can 't access mysql after kernel upgrade
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Downgrade Mysql from 4 to 3 23
MySQL Cluster Software
mysql test 4 1 fails with the gis test
ERROR 2002: Can 't connect to local MySQL server through socket
Getting Identity after INSERT
Update one field with more fields from another table
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
mysql have same function mthod as Oracle decode()
 
glibc caused problems with MaxDB...

glibc caused problems with MaxDB...

2006-12-15       - By jonasb

 Back
Reply:     1     2  

Hello,

we tried to compile MaxDB sources on a Debian based system. Of course to
compile MaxDB we need the buildtools, which we also tried to compile on
our system. Unfortunately the following error-message appeared:


root@(protected):/home/admin/TOOLSRC> make
[...]
make[3]: Entering directory
`/data/home/admin/TOOLSRC/sys/src/base/ptoc/sqlsrc'
gcc -DLINUX -DI386 -DSYSV -DCC -O2 -g -fPIC -o opt_pt_c opt_pt_c.c
opt_pt_c.c: In function 'opt_arithmetic':
opt_pt_c.c:288: error: invalid storage class for function
'srch_para_beg_pos'
make[3]: *** [opt_pt_c] Error 1
make[3]: Leaving directory
`/data/home/admin/TOOLSRC/sys/src/base/ptoc/sqlsrc'
make[2]: *** [sqlsrc] Error 2
make[2]: Leaving directory `/data/home/admin/TOOLSRC/sys/src/base/ptoc'
make[1]: *** [ptocall] Error 2
make[1]: Leaving directory `/data/home/admin/TOOLSRC/sys/src/base'
make: *** [base] Error 2
root@(protected):/home/admin/TOOLSRC>


In our opinion the problem is caused by our glibc6, which seems to be
not supported. We also tried to compile the 7.5 Version of the
buildtools, which worked quite well, but the following error occured
while compiling MaxDB v7.5:

root@(protected):/data/home/admin/maxdbtest/V75_00_38/MaxDB_DEV> imf.pl all
[...]
unknown target 'enalib.lib', version 'f' - missing com description?
called by target 'ClientRunTime.lib', version 'f'
unknown target ':sap/640/saptype.h', version ' ' - missing com description?
called by target 'RTEComm_ParseURI.cpp', version 'f'
try to interprete ':sap/640/saptype.h' as description
unknown target ':sap/640/saptype.h', version ' ' - missing com description?
called by target 'RTEComm_ParseURI.cpp', version 'f'
error in include list of 'RTEComm_ParseURI.cpp' (':sap/640/saptype.h')
unknown target ':sap/640/saptypeb.h', version ' ' - missing com description?
called by target 'RTEComm_ParseURI.cpp', version 'f'
[...]



Has someone else been confronted with one of these problems? Is there a
possibility to recieve an older version of the buildtools?

Thank you very much,
   Jonas

--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/maxdb?unsub=mysql@(protected)