Re: edbi on 64 bit machines?
- Posted by jimcbrown (admin) May 06, 2012
- 4089 views
egis said...
edbi_mysql.so was generated using euc such as
../../../bin/euc -so edbi_mysql.e
not using gcc (at least as far as I know). And file edbi_mysql.so says that it is 64 bit. Perhaps I am not understanding something important here. What else can I do?
The problem is that, on your 64bit system, eui is 32bit. A 32bit executable can not load or use a 64bit library.
It can't even open it with open_dll(), hence the error you are getting.
The solution is to replace your eui with a 64bit eui, but I'm not sure why or how you ended up with a 32bit /usr/bin/eui in the first place.

