Comments on: Building the Courier authentication library http://switch.richard5.net How to build your Mac into a internet server using open source software Tue, 17 Jun 2008 18:25:42 +0000 hourly 1 http://wordpress.org/?v=3.2.1 By: Roger http://switch.richard5.net/isp-in-a-box-v2/building-the-mail-server-components/building-the-courier-authentication-library/comment-page-1/#comment-39699 Roger Mon, 17 Sep 2007 18:25:49 +0000 http://switch.richard5.net/isp-in-a-box-v2/building-the-mail-server-components/building-the-courier-authentication-library/#comment-39699 Correction... It wasn't that I needed to modify the mysql_config script. It was that it was using the one under /usr/bin instead of the one under /usr/local/mysql/bin So once I moved the /usr/bin/mysql* to a backed up directory I had to take a few steps back in the process and compile this one again, now knowing what the true issue was. I just happened on this when I tried to connect to mysql and couldn't. Correction…
It wasn’t that I needed to modify the mysql_config script.

It was that it was using the one under /usr/bin instead of the one under /usr/local/mysql/bin So once I moved the /usr/bin/mysql* to a backed up directory I had to take a few steps back in the process and compile this one again, now knowing what the true issue was.
I just happened on this when I tried to connect to mysql and couldn’t.

]]>
By: Richard5 http://switch.richard5.net/isp-in-a-box-v2/building-the-mail-server-components/building-the-courier-authentication-library/comment-page-1/#comment-39697 Richard5 Mon, 17 Sep 2007 18:16:23 +0000 http://switch.richard5.net/isp-in-a-box-v2/building-the-mail-server-components/building-the-courier-authentication-library/#comment-39697 Thanks for letting us know ! Thanks for letting us know !

]]>
By: Roger http://switch.richard5.net/isp-in-a-box-v2/building-the-mail-server-components/building-the-courier-authentication-library/comment-page-1/#comment-39690 Roger Mon, 17 Sep 2007 17:29:10 +0000 http://switch.richard5.net/isp-in-a-box-v2/building-the-mail-server-components/building-the-courier-authentication-library/#comment-39690 Fixed it!!! Had to remove the extra arch flags from mysql_config file. In order to eliminate the error. I replaced them with -arch i386. Hope this helps someone else. Fixed it!!!
Had to remove the extra arch flags from
mysql_config file. In order to eliminate the error. I replaced them with -arch i386.

Hope this helps someone else.

]]>
By: Roger http://switch.richard5.net/isp-in-a-box-v2/building-the-mail-server-components/building-the-courier-authentication-library/comment-page-1/#comment-39439 Roger Fri, 14 Sep 2007 21:00:14 +0000 http://switch.richard5.net/isp-in-a-box-v2/building-the-mail-server-components/building-the-courier-authentication-library/#comment-39439 Everything has went great up to this point. Please help. I'm getting this error. gcc: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags I tried removing the extra -arch flags from the Makefile, but that just produced another error about a file being to "fat". I'm at my wits end. Everything has went great up to this point.
Please help.
I’m getting this error.

gcc: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags

I tried removing the extra -arch flags from the Makefile, but that just produced another error about a file being to “fat”.

I’m at my wits end.

]]>
By: Marc Hanlon http://switch.richard5.net/isp-in-a-box-v2/building-the-mail-server-components/building-the-courier-authentication-library/comment-page-1/#comment-22814 Marc Hanlon Mon, 02 Apr 2007 15:33:49 +0000 http://switch.richard5.net/isp-in-a-box-v2/building-the-mail-server-components/building-the-courier-authentication-library/#comment-22814 Thanks very much for this guide, it was REALLY helpful. Thanks very much for this guide, it was REALLY helpful.

]]>
By: Dave http://switch.richard5.net/isp-in-a-box-v2/building-the-mail-server-components/building-the-courier-authentication-library/comment-page-1/#comment-5500 Dave Sun, 05 Nov 2006 11:36:47 +0000 http://switch.richard5.net/isp-in-a-box-v2/building-the-mail-server-components/building-the-courier-authentication-library/#comment-5500 just found a mirror at: http://prdownloads.sourceforge.net/courier/courier-authlib-0.58.tar.bz2 just found a mirror at:
http://prdownloads.sourceforge.net/courier/courier-authlib-0.58.tar.bz2

]]>
By: Dave http://switch.richard5.net/isp-in-a-box-v2/building-the-mail-server-components/building-the-courier-authentication-library/comment-page-1/#comment-5499 Dave Sun, 05 Nov 2006 11:33:34 +0000 http://switch.richard5.net/isp-in-a-box-v2/building-the-mail-server-components/building-the-courier-authentication-library/#comment-5499 obviously this is not my day. the courier-mta.org website is down :-/ didn't find any mirrors. so i expect i'll get a cup of tea and wait :-) obviously this is not my day.
the courier-mta.org website is down :-/
didn’t find any mirrors.

so i expect i’ll get a cup of tea and wait :-)

]]>
By: Paul http://switch.richard5.net/isp-in-a-box-v2/building-the-mail-server-components/building-the-courier-authentication-library/comment-page-1/#comment-2721 Paul Sat, 26 Aug 2006 18:05:20 +0000 http://switch.richard5.net/isp-in-a-box-v2/building-the-mail-server-components/building-the-courier-authentication-library/#comment-2721 Also.. There is a difference in the paths you specify for the --with-mysql-libs argument. I'm pretty sure one of them must be wrong. <em><strong>Richard5:</strong> Again, same stupid mistake, corrected as well...</em> Also..

There is a difference in the paths you specify for the –with-mysql-libs argument. I’m pretty sure one of them must be wrong.

Richard5: Again, same stupid mistake, corrected as well…

]]>
By: Paul http://switch.richard5.net/isp-in-a-box-v2/building-the-mail-server-components/building-the-courier-authentication-library/comment-page-1/#comment-2720 Paul Sat, 26 Aug 2006 17:55:59 +0000 http://switch.richard5.net/isp-in-a-box-v2/building-the-mail-server-components/building-the-courier-authentication-library/#comment-2720 Richard, Just tried compiling this on my Intel machine and it fails with: Compiling authpam.c authpam.c:23:31: error: security/pam_appl.h: No such file or directory Taking a second look at the configure instructions i notice the PPC instructions has --without-authpam \ and the Intel one does not. ?? I assume that it should be in the Intel one as well. <em><strong>Richard5:</strong> Stupid mistake, it's corrected on the page.</em> Richard,

Just tried compiling this on my Intel machine and it fails with:

Compiling authpam.c
authpam.c:23:31: error: security/pam_appl.h: No such file or directory

Taking a second look at the configure instructions i notice the PPC instructions has –without-authpam \ and the Intel one does not. ??

I assume that it should be in the Intel one as well.

Richard5: Stupid mistake, it’s corrected on the page.

]]>