Привет!
Пытаюсь собрать postgresql-7.3.2 под Solaris 8 (SPARC).
Скачал с sunfreeware.com и поставил библиотеку GNU readline.
export LD_LIBRARY_PATH=/usr/lib:/usr/local/lib
# pkgchk -v SMCreadl
[..skipped..]
/usr/local/include
/usr/local/include/readline
/usr/local/include/readline/chardefs.h
/usr/local/include/readline/history.h
/usr/local/include/readline/keymaps.h
/usr/local/include/readline/readline.h
/usr/local/include/readline/rlconf.h
/usr/local/include/readline/rlstdc.h
/usr/local/include/readline/rltypedefs.h
/usr/local/include/readline/tilde.h
[..skipped..]
/usr/local/lib
/usr/local/lib/libhistory.a
/usr/local/lib/libhistory.so
/usr/local/lib/libhistory.so.4
/usr/local/lib/libreadline.a
/usr/local/lib/libreadline.so
/usr/local/lib/libreadline.so.4
[..skipped..]
Запускаю ./configure не находит почему-то readline.h.
./configure
[..skipped..]
checking for readline... yes (-lreadline -ltermcap)
[..skipped..]
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
checking readline.h usability... no
checking readline.h presence... no
checking for readline.h... no
configure: error: readline header not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support.
Что я пропустил?