Chris Hiestand <chiestand@salk.edu> writes:
> postgres93.app is supplied with its own version of libedit.
> user@hostname:~ $ otool -L `which psql`
> /Applications/Postgres93.app/Contents/MacOS/bin/psql:
> /Applications/Postgres93.app/Contents/MacOS/lib/libpq.5.dylib (compatibility version 5.0.0, current version
5.6.0)
> /Applications/Postgres93.app/Contents/MacOS/lib/libssl.1.0.0.dylib (compatibility version 1.0.0, current version
1.0.0)
> /Applications/Postgres93.app/Contents/MacOS/lib/libedit.0.dylib (compatibility version 1.0.0, current version
1.45.0)
> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0)
Uh-huh. You need to complain to whoever packages Postgres93.app, then.
The impression I have about libedit is that it's necessary to grab a
snapshot of upstream on a good day ;-)
regards, tom lane