[Pharo-project] [squeak-dev] How to install Glorp

Germán Arduino garduino at gmail.com
Wed Sep 8 23:10:09 UTC 2010


Thanks Mariano, it worked ok now!

Cheers.
Germán.

2010/9/8 Mariano Martinez Peck <marianopeck at gmail.com>:
> In pharo:
>
>
> Gofer new
>     squeaksource: 'MetacelloRepository';
>     package: 'ConfigurationOfGlorpDBX';
>     load.
>
> and then
>
>
> (ConfigurationOfGlorpDBX project version: '1.2') load
> will install SqueakDBX as the database driver and Glorp-SqueakDBXDriver
>
>
> (ConfigurationOfGlorpDBX project version: '1.2') load: 'GlorpSqueakDBX Pool'
>
> will install SqueakDBX as the database driver and a Glorp-SqueakDBXDriver
> that acts as a connection pool :)     (altought this only works in 1.0 right
> now)
>
>
> (ConfigurationOfGlorpDBX project version: '1.2') load: 'All with PostgreSQL
> native'
> will install the native postgresql driver
>
> Cheers
>
> Mariano
>
> BTW: you can find more info here (but it is outdated):
> http://www.squeakdbx.org/GLORP%20integration
>
>
> On Thu, Sep 9, 2010 at 12:19 AM, Germán Arduino <garduino at gmail.com> wrote:
>>
>> Hi Squeakers and Pharoers:
>>
>> Even when I saw several mails about the topic, I failed to install
>> Glorp properly, on Squeak (4.1) and also on Pharo (4.1).
>>
>> No matter what method I try, or which Glorp .mcz, I allways get the
>> attached error, referencing some weird oracle thing.
>>
>> I'm new to Glorp, I might be forgetting something obvious, but in any
>> case, any help is appreciated
>>
>> Thanks.
>>
>>
>> --
>> =================================================
>> Germán S. Arduino  <gsa @ arsol.net>   Twitter: garduino
>> Arduino Software & Web Hosting   http://www.arduinosoftware.com
>> PasswordsPro  http://www.passwordspro.com
>> =================================================
>>
>>
>>
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project at lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



-- 
=================================================
Germán S. Arduino  <gsa @ arsol.net>   Twitter: garduino
Arduino Software & Web Hosting   http://www.arduinosoftware.com
PasswordsPro  http://www.passwordspro.com
=================================================



More information about the Squeak-dev mailing list