Ashish Karalkar wrote:
I am having PostgreSQL 8.1.5 binary loaded on linux machine.
I am using Slony 1.2.1 for replication database.Bothe
master and slave will be on localhost, while
configuring the database I am getting following error
massage.
 could not load library "/usr/lib/pgsql/xxid.so":
/usr/lib/pgsql/xxid.so: failed to map segment from
shared object: Permission denied

Function xxid.so is there in the /usr/lib/pgsql
directory stil its unable to load.

Can any one please help me which shared object it is
refering to...

Check permissions on the file. The postgres user will need to be able to read it (at least) - not sure whether it needs to own the file but it can't hurt..

--
Postgresql & php tutorials
http://www.designmagick.com/

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
      choose an index scan if your joining column's datatypes do not
      match

Reply via email to