'function unavailable' when calling OpenDBXDriver for MySQL
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 Brad Selfridge ----- Brad Selfridge -- View this message in context: http://forum.world.st/function-unavailable-when-calling-OpenDBXDriver-for-My... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On 16 November 2014 23:46, bsselfridge@gmail.com <bsselfridge@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-My... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
-- Best regards, Igor Stasenko.
It looks like eveything is there. This configuration looks almost identical to my 32os machine. root@brads-linux-laptop:/usr/lib# ldd libopendbx.so.1.2.0 linux-gate.so.1 => (0xf76df000) libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf76b8000) libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7508000) /lib/ld-linux.so.2 (0xf76e0000) root@brads-linux-laptop:/usr/lib# ----- Brad Selfridge -- View this message in context: http://forum.world.st/function-unavailable-when-calling-OpenDBXDriver-for-My... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (2)
-
bsselfridge@gmail.com -
Igor Stasenko