cancel
Showing results for 
Search instead for 
Did you mean: 

DBD:MaxDB an Solaris x86_64 cannot/doesnot work

Former Member
0 Kudos

I tried for several hours/days to find out how to connect to my MaxDB Database from my perl scripts. The problem is, that there I find no way to link the 32bit perl routines and the 64bit sqldbc routines from maxdb together on solaris x86_64. On Linux there is a 32bit version of maxdb/sqldbc and I can link a static version of DBD::MaxDB .

My last chance was to compile only sqldbc from the source code in a 32bit version on my own but this doesnot work so far.

Have somebody ever use perl and MaxDB succesfull together.

Thanks

Werner Frerichs

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

what about using a 64-bit perl. At best you compile your own 64-bit perl on your machine using the sun workshop compiler since sqldbc is build using this compiler. It runs successfully in our environment.

regards,

Marco