I was trying to install Scalix 11 on Debain with Scalix CE Wiki...
I am at the step scalix-postgres
I have made the fllowinf steps
1.) I have installed postgresql 8.1
2.) i have installed scalix-postgres
there was no error
3.) I have changed
/etc/postgresql/8.1/main/pgdata -> /var/lib/postgresql/8.1/main from
to /etc/postgresql/8.1/main/pgdata -> /var/opt/scalix/z1/postgres/data
and restart the postgres-8.1 server
then i have made these steps too
/opt/scalix-postgres/bin# ./sxpsql-init
/opt/scalix-postgres/bin# ./sxpsql-setpwd qwerty
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/opt/scalix/z1/postgres/data/.s.PGSQL.5733"?
what is the problem?
