That worked, but can I ask another question?
I am trying to install using PostgreSQL and I can't seem to get the syntax right for the 'Host' field.
Postgres is set:
postgresql.conf:unix_socket_directory = '/var/run/postgresql'
inside which is (I assume) the socket:
tomoe:/etc/postgresql/8.1/main# ls -lah /var/run/postgresql/
total 12K
drwxrwsr-x 2 postgres postgres 4.0K 2006-07-26 13:19 .
drwxr-xr-x 16 root root 4.0K 2006-08-27 06:47 ..
srwxrwxrwx 1 postgres postgres 0 2006-08-31 11:25 .s.PGSQL.5432
-rw------- 1 postgres postgres 34 2006-08-31 11:25 .s.PGSQL.5432.lock
I have tried: [:/var/run/postgresql/.s.PGSQL.5432], which according to the example in the manual seems to be right. Of course I could be completely daft and missing the obvious...
'5432' is the port it's set to listen on, and for testing I also tried: [http://localhost:5432] with no more luck.
Sorry for the hassles and thanks again!
Digimer