John DeSoi <desoi@xxxxxxxxxx> writes: > On Aug 2, 2008, at 7:13 PM, Manoj Patwardhan wrote: >> bash-3.2$ initdb -D /usr/local/pgsql/data >> dyld: Library not loaded: /usr/local/pgsql/lib/libpq.4.dylib >> Referenced from: /usr/local/bin/initdb > Could be a path problem. Try Yeah ... the reference to libpq major version 4 suggests *very* strongly that this copy of initdb is from PG version 8.0 or 8.1. regards, tom lane