Re: edbi on 64 bit machines?
- Posted by jimcbrown (admin) May 04, 2012
- 4173 views
In order for me to complie edbi_mysql.so I needed to set any includes of edbi to something relatively explicit such as
--include edbi/defs.e include std/../../edbi/edbi/defs.e
I dont know where edbi gets set explicitly.
In example.ex I needed to explicitly set include /usr/share/euphoria/edbi/edbi/edbi.e instead of include edbi/edbi.e
That's done with eu.cfg - but this is something that can be fixed later.
I also wanted to say that I built a new 64 bit os from scratch just for this. I did not previously have easy access to a 64 bit machine and was relying on other people to run various tests. So I can now finaly run 64 bit programs on my local machine. That is why it took me some extra time between posts.
This means that all the previous tests that you ran (e.g. checking permissions and making sure these are really 64bit LSBs, running ldd to check for missing dependencies, etc) need to be run again.
Is there anything else that would be useful to know?
Yes, http://openeuphoria.org/forum/m/118111.wc

