Re: PostgresSQL createdb error

2006-06-09 Thread Don Arbow
On Jun 9, 2006, at 2:27 AM, camokid wrote: > mr-fusion:/opt mrfusion$ sudo -u postgres81 createdb test > dyld: Library not loaded: /usr/local/pgsql/lib/libpq.4.dylib > Referenced from: /opt/pgsql/bin/createdb > Reason: image not found > Trace/BPT trap Looks like you have some configuration

PostgresSQL createdb error

2006-06-09 Thread camokid
Hi Have followed this tutorial : http://code.djangoproject.com/wiki/SetupOnTiger up until the point where I am trying to test my postgreSQL install by creating a test database, however, I am getting the following. Does anybody have a solution to this problem? Thanks! mr-fusion:/opt mrfusion$