I have downloaded and installed OpenACS 3.2.4 on LinuxPPC
with the PostgreSQL 7.0.2 RPM's.
Following the instructions, with no errors, the acceptance test
fails on the following SQL;
select table_name from user_tables where lower(table_name)
in ('country_codes', 'states', 'counties') ;
because the table doesn't exist?
Is it meant to? or have messed something up along the way?
Thanks Marcus