On 2014-11-17 23:14, Brad wrote:
I think it's "(Smalltalk at: #NBPharoOpenDBX) installAsCurrent.
That sounds familiar. But since I didn't read a "hooray", I guess that
didn't do the trick either?
Off for some sleep
I think it's "(Smalltalk at: #NBPharoOpenDBX) installAsCurrent.
Brad Selfridge
913-269-2385
> On Nov 17, 2014, at 3:35 PM, Markus Fritsche wrote:
>
> Hi,
>
> So as far as I can see, you have all dependencies...
>
> I remember that I had to reinitialize the OpenDBX libraries to change the
> a
How would one re-initialize OpenDBX libraries?
Brad Selfridge
913-269-2385
> On Nov 17, 2014, at 3:35 PM, Markus Fritsche wrote:
>
> Hi,
>
> So as far as I can see, you have all dependencies...
>
> I remember that I had to reinitialize the OpenDBX libraries to change the
> adaptor to the na
Hi,
So as far as I can see, you have all dependencies...
I remember that I had to reinitialize the OpenDBX libraries to change
the adaptor to the native library calls (from FFI to NBPharoOpenDBX or
similar). Unfortuanetly, I don't have the image at hand.
On 11/17/2014 11:37 AM, Markus Fritsche wrote:
sudo apt-get install libopendbx1:i386 libopendbx1-mysql:i386
brad@brads-linux-laptop:~$ sudo apt-get install libopendbx1:i386
libopendbx1-mysql:i386 [sudo] password for brad:
Reading package lists... Done
Building dependency tree
Reading state
Hello Brad,
as far as I can tell, you have the 32 bit mysql client libraries
installed (don't worry, the 64 and 32 bit version can coexist) - but I
am not sure about opendbx.
Please try
sudo apt-get install libopendbx1:i386 libopendbx1-mysql:i386
Best regards,
Markus
The "libmysqlclient18:amd64" looks suspicious.
brad@brads-linux-laptop:~$ sudo dpkg -l | grep mysql | awk ' { print $2 } '
libdbd-mysql-perl
libmysqlclient18:amd64
libmysqlclient18:i386
libmysqlcppconn7
libopendbx1-mysql
libqt4-sql-mysql:i386
mysql-client
mysql-client-5.5
mysql-client-core-5.5
m
Hello Brad,
On 2014-11-17 17:34, bsselfri...@gmail.com wrote:
My database is 64 bit on my 64bit Ubuntu machine.
However, on my 32bit Ubuntu 14.04 machine, I have a 64 debian VM
running
that has a 64bit MySQL running which I can access just fine from 32bit
host
machine running Pharo.
I woul
My database is 64 bit on my 64bit Ubuntu machine.
However, on my 32bit Ubuntu 14.04 machine, I have a 64 debian VM running
that has a 64bit MySQL running which I can access just fine from 32bit host
machine running Pharo.
-
Brad Selfridge
--
View this message in context:
http://forum.worl
Ill have to check
Brad Selfridge
913-269-2385
> On Nov 17, 2014, at 9:41 AM, Stephan Eggermont [via Smalltalk]
> wrote:
>
> Hi Brad,
>
> You don't tell us if your MySQL is 32 bit?
>
> Stephan
>
>
>
> If you reply to this email, your message will be added to the discussion
> below:
> h
Hi Brad,
You don't tell us if your MySQL is 32 bit?
Stephan
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-lin
On 16 November 2014 23:46, 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
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 prob
14 matches
Mail list logo