How to install Glorp

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to install Glorp

garduino
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
=================================================



Syntax Error.png (35K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

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

garduino
Thanks Mariano, it worked ok now!

Cheers.
Germán.

2010/9/8 Mariano Martinez Peck <[hidden email]>:

> 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 <[hidden email]> 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
> [hidden email]
> 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
=================================================