[SqueakDBX] Re: [squeak-dev] Re: SqueakDBX installation questions (problems)?

Mariano Martinez Peck marianopeck at gmail.com
Thu Jan 14 12:17:07 UTC 2010


On Thu, Jan 14, 2010 at 1:28 AM, Andreas Raab <andreas.raab at gmx.de> wrote:

> John Chludzinski wrote:
>
>> Using SqueakMap I installed "SqueakDBX, version: 1.1"
>> (OpenDBX-Core-MarianoMartinezPeck.234.mcz).  I then installed
>> FFI-Win32-ar.2.mcz, just to make sure I had the necessary FFI support.
>>  Tried "MysqlTinyBenchmarks new benchmarkInsert" again and died with
>> 'Loading backend library failed' in DBXPlatform>>createConnection:.
>>
>> BTW, I checked and indeed libopendbx-1.dll is in the bin folder.
>>
>> Any ideas?
>>
>
> You may need the "extra" dlls in the windows download of OpenDBX. I'm
> thinking they implement the backend connections so if you're going to use
> MySQL you'll likely need the mysql backend dll.
>
>
That question is wrriten in the FAQ:  http://www.squeakdbx.org/FAQ

Yes, it is exactly what Andreas said. Think in OpenDBX like ODBC. You need
the odbc.dll but also you will need then the odbc library of the backend.
Here it is the same. You need opendbx dll  but also the mysql client library
dlls.

You can download essential package from here: http://dev.mysql
.com/downloads/mysql/5.0.html#win32
You may want to install only the client. Be sure also the that the dlls are
"findable" by windows.

In my case, I installed  in C:/MySQL   and I put in $PATH   the directory
C:\MySQL\bin\

Probably, this is done automatically done by windows.

Cheers

Mariano


> Cheers,
>  - Andreas
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeakdbx/attachments/20100114/b53caf21/attachment.htm


More information about the SqueakDBX mailing list