After installing 2009.6 and downloading all the postgres 8.3 packages found on pkg.opensolaris.org and running:
rake --trace db:migrate the following error is reported: Please install the postgresql adapter: `gem install activerecord-postgresql-adapter` (ld.so.1: ruby: fatal: libpq.so.4: open failed: No such file or directory - /usr/local/ser/.gems/gems/pg-0.8.0/lib/pg.so) I can't find activerecord-postgresql-adapter but have installed locally the following: *** LOCAL GEMS *** activerecord (2.3.5) activesupport (2.3.5) I've verified libpq.so.4 does not exist on the system so I'm not sure if I'm missing a postgres file from pkg.opensolaris.org, a gem or what. Any thoughts or ideas? -- This message posted from opensolaris.org _______________________________________________ databases-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/databases-discuss
