Re: edbi on 64 bit machines?
- Posted by jimcbrown (admin) Apr 26, 2012
- 4550 views
egis said...
I already did chmod 777.
Are you unable to copy and paste the results?
egis said...
I tried this. temp was created and there were no errors. What should I expect if something was wrong or right?
gcc should have failed with an explaination why it could not link. Or at least temp should have displayed an error when you ran it.
Since nothing happened in either case, it worked. Since it worked, it means your libraries are fine.
That means the problem is with svgmap_test.ex or with eui. Perhaps eui is a 32bit executable - that would explain why it would be unable to load the 64bit library as an edbi driver, but works fine when everything is 32bit.

