Whenever you compile from source code it is necessary to have the latest Xcode installed. It's free from ADC. curl -O http://easynews.dl.sourceforge.net/sourceforge/courier/courier-authlib-0.62.2.tar.bz2 bunzip2 courier-authlib-0.62.2.tar.bz2 tar -xvf courier-authlib-0.62.2.tar cd courier-authlib-0.62.2 ./configure --prefix=/usr/local/courier-authlib \ --with-authmysql \ --with-mysql-libs=/usr/lib/mysql \ --with-mysql-includes=/usr/include/mysql make make install make install-configure Only run the make install-configure command on a fresh installation, if you do an upgrade don’t execute this as it will overwrite your existing configuration files.
|
||||