Hi Been having a great deal of trouble trying to install PostgreSQL for Django, finally feel like im getting somewhere but getting the following when trying to initdb. Im on a Mac by the way...
Any help? mr-fusion:~ mrfusion$ sudo -u postgres81 initdb -D $PGDATA The files belonging to this database system will be owned by user "postgres81". This user must also own the server process. The database cluster will be initialized with locale C. fixing permissions on existing directory /opt/pgsql/data ... ok creating directory /opt/pgsql/data/global ... ok creating directory /opt/pgsql/data/pg_xlog ... ok creating directory /opt/pgsql/data/pg_xlog/archive_status ... ok creating directory /opt/pgsql/data/pg_clog ... ok creating directory /opt/pgsql/data/pg_subtrans ... ok creating directory /opt/pgsql/data/pg_twophase ... ok creating directory /opt/pgsql/data/pg_multixact/members ... ok creating directory /opt/pgsql/data/pg_multixact/offsets ... ok creating directory /opt/pgsql/data/base ... ok creating directory /opt/pgsql/data/base/1 ... ok creating directory /opt/pgsql/data/pg_tblspc ... ok selecting default max_connections ... 50 selecting default shared_buffers ... 300 creating configuration files ... ok creating template1 database in /opt/pgsql/data/base/1 ... ok initializing pg_authid ... ok enabling unlimited row size for system tables ... ok initializing dependencies ... ok creating system views ... ok loading pg_description ... ok creating conversions ... FATAL: could not access file "$libdir/ascii_and_mic": No such file or directory child process exited with exit code 1 initdb: removing contents of data directory "/opt/pgsql/data" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

