Hi, I'm trying to compile courier 0.37.2 with PostgreSQL support, but it won't work. When I try to configure and compile the authentication modules alone.... it will compile the postgreSQL authentication modules, but when I try to configure and compile whole courier, then it won't work.
I have installed PostgreSQL 7.1.3 in /usr/local/pgsql, added /usr/local/pgsql/lib to ld.so.conf and run ldconfig. The postgresql installation is working fine. When I configure the authenticationmodules with: (in /usr/src/courier/authlib/) ./configure --with-pgsql-libs=/usr/local/pgsql/lib/ --with-pgsql-includes=/usr/local/pgsql/include/ --with-authchangepwdir then it compiles the pgsql support correctly, but when i try: ./configure --prefix=/usr/local/courier --with-mailuser=mail --with-mailgroup=mailsrv --with-cachedir=/usr/local/courier/cache --with-cacheowner=mail --with-pgsql-libs=/usr/local/pgsql/lib/ --with-pgsql-includes=/usr/local/pgsql/include/ it won't compile postgresql support. I check this by searching for the authpgsql.o file and the configuration file for authenticationmodules. I have also tryed to add --enable-pgsql or --with-pgsql(=/usr/local/pgsql/lib) to the configure path. I'm using debian with 2.4 kernel. Has anyone a idee why it won't work? Thanks in adnvance, Frank Wiegerinck _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
