Re: [Exim] Trouble Compiling for OS X 10.2 darwin

Top Page
Delete this message
Reply to this message
Author: John Jetmore
Date:  
To: Kevin Windham
CC: exim-users
Subject: Re: [Exim] Trouble Compiling for OS X 10.2 darwin
mysql isn't a default app in OS X, you can get it a binary from fink
easily or install it yourself.

no idea about pam...

--John

On Mon, 14 Apr 2003, Kevin Windham wrote:

> I am trying to get Exim 4.14 compiled with PAM, LDAP, and MySQL for OS
> X 10.2.
>
> I think I have got everything working except for 2 problems.
>
> 1. What do I need to do to get PAM to compile?
> 2. Do I need to manually install MySQL, or is it loaded somewhere by
> default, and I just can't find it?
>
> Here's the relevant errors.
>
> cc -c -O mysql.c
> mysql.c:31: header file 'mysql.h' not found
> mysql.c:39: undefined type, found `MYSQL'
> mysql.c:108: undefined type, found `MYSQL'
> mysql.c:109: undefined type, found `MYSQL_RES'
> mysql.c:110: undefined type, found `MYSQL_ROW'
> mysql.c:111: undefined type, found `MYSQL_FIELD'
> cpp-precomp: warning: errors during smart preprocessing, retrying in
> basic mode
> make[2]: *** [mysql.o] Error 1
>
>
> cc -c -O call_pam.c
> call_pam.c:25: header file 'security/pam_appl.h' not found
> call_pam.c:127: undefined type, found `pam_handle_t'
> cpp-precomp: warning: errors during smart preprocessing, retrying in
> basic mode
> make[2]: *** [call_pam.o] Error 1
>
>
> Thanks,
> Kevin
>
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
>