[Pharo-project] How to install Glorp
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 =================================================
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@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 =================================================
Thanks Mariano, it worked ok now! Cheers. Germán. 2010/9/8 Mariano Martinez Peck <marianopeck@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@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@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 =================================================
participants (2)
-
Germán Arduino -
Mariano Martinez Peck