List User writes: > 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" > > make; make check; make install; make install-configure go smooth, but as > a result I do not have authdaemond.pgsql in > /usr/local/courier/libexec/authlib/ > > I am starting to run out of ideas here. What am I missing?
You are not likely to find any executable binary programs in /usr/local/pgsql/lib, nor in /usr/local/pgsql/include, hence putting them into PATH will not accomplish anything. You need to initialize CPPFLAGS and LDFLAGS environment variables instead. There is a FAQ entry that explains what you need to do. -- Sam _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
