On 16 November 2014 23:46, bsselfri...@gmail.com <bsselfri...@gmail.com> wrote:
> I've used the instructions defined on the "http://dbxtalk.smallworks.eu/" > website to setup the OpenDBXDriver for a MySQL database. When I try to > make > a connection to the database, I'm getting the "function unavailable". > > I have this working on a Ubuntu 14.04 32bit OS. I'm wondering if my > problem > is my 64bit Ubuntu or do I have other problems. > > > My setup: > > Ubuntu 14.04 64bit. > Pharo 3.0 > libopendbx.so.1.2.0 i386 version > > could be that libopendbx links with other 32-bit drivers, which is missing in your system. try ldd libopendbx.so.1.2.0 and see if all required libs are present. (32-bit , of course) > Brad Selfridge > > > > ----- > Brad Selfridge > -- > View this message in context: > http://forum.world.st/function-unavailable-when-calling-OpenDBXDriver-for-MySQL-tp4790564.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > > -- Best regards, Igor Stasenko.