Hi,

I'm trying to install DBD-MaxDB-7.6.00.27 on a Power5 machine (64 bit)
I've already installed maxdb-all-linux-64bit-ppc-7_6_00_27.tgz
perl -v reports: This is perl, v5.8.5 built for ppc-linux-thread-multi

After doing "perl Makefile.PL", when I try "make", I just get the following
error, complaining of an unknown platform:

/opt/sdb/programs/sdk/sqldbc/incl/SQLDBC_Types.h:109:2: #error Unknown
platform.

make doesn't recognise __powerpc64__. I've done a couple of quick ugly
changes (one, changing that .h file to recognise __powerpc__, the other
changing the Makefile generated by "perl Makefile.PL", so it doesn't use the
"-m32" flag but "-m64"). When I do that, make complains then of
libSQLDBC_C.so being an incompatible library:

/usr/bin/ld: skipping incompatible /opt/sdb/programs/lib/libSQLDBC_C.so when
searching for -lSQLDBC_C
/usr/bin/ld: cannot find -lSQLDBC_C

Actually, it might be incompatible, because it reports its type as "cisco
7500" when I do a "file":

/opt/sdb/programs/lib/libSQLDBC_C.so: ELF 64-bit MSB shared object, cisco
7500, version 1 (SYSV), not stripped

Any idea what can be going wrong? If you think I'm missing some modules to
be installed, I'd thank you to tell me as well.

Thanks, Roberto.


-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to