On Fri, Jan 18, 2002 at 09:19:52PM -0800, List User wrote: > I?ve been trying to compile Courier-IMAP with PostgreSQL with not much > luck. > > My PostgreSQL is installed in /usr/local/pgsql > > LD_LIBRARY_PATH=/usr/local/pgsql/lib > export LD_LIBRARY_PATH > PATH=$PATH:/usr/local/pgsql/lib:/usr/local/pgsql/include > export PATH > ./configure --prefix=/usr/local/courier > > during configure I see "checking for pg_config... no"
pg_config is most likely in /usr/local/pgsql/bin, or possibly in /usr/local/pgsql/libexec. Determine which of these directories contains pg_config and add that directory to your PATH (and you can remove the lib and include entries; those directories rarely contain executables). m. _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
