On 9/5/05, Peter Eisentraut <[EMAIL PROTECTED]> wrote: > "I didn't do anything" to the postgresql packages in a long time except > updating regularly, and now it looks like this: > > $ psql > -bash: /usr/lib/postgresql/bin/psql: Datei oder Verzeichnis nicht gefunden
With my very tiny knowledge of German I assume this means "File or Command not found" psql command should be located at /usr/bin/psql It's actually a symlink: lrwxrwxrwx 1 root root 10 2005-02-19 12:22 /usr/bin/psql -> pg_wrapper And pg_wrapper: -rwxr-xr-x 1 root root 8816 2005-02-10 09:46 /usr/bin/pg_wrapper You should have both this files... They are both in postgresql-client. Which version of postgresql-client do you have? -- Besos, Marga

