Hi All,
I have installed posgresql 8.1 database in my system(RHEL3) . It was installed perfectly and i also compiled it with gmake and gmake install later. i added user posgres for creating database and made him owner of /usr/local/pgsql directory . I created a db called db1 with initdb -D and createdb command and all the datas were located at /usr/local/pgsql/data .but when i tried to create a user or start teh database with psql .. it throws an error saying server is not running locally.. three questions
1) what port does posgresql listen? 2) What services i need to start? 3) Later how do i integrate with apache in future. Which sharedlibrarly do i need for that?
Rgds AK