Re: [Exim] exim 4 on Mac OS X (= Darwin)

Pàgina inicial
Delete this message
Reply to this message
Autor: Matthijs van Duin
Data:  
A: exim-users
Assumpte: Re: [Exim] exim 4 on Mac OS X (= Darwin)
On Thu, Sep 19, 2002 at 06:27:24PM +0200, Felix Kronlage wrote:
> > > Does anyone know which package contains crypt.h?
> > At least on 10.2, there is no such header file
> jup, that's what I found out.
>
> > Still odd.. I managed to compile Exim 4 myself on 10.2, and while I
> > did get some compile errors (which I managed to solve),
> > I don't recall any of them involving a header file with that name.
>
> could you send me your Local/Makefile ?


Here's a diff between the original exim-4.10 tree (with src/EDITME copied to Local/Makefile) to my own tree, which contains the changes I made to the Local/makefile and to OS/os.h-Darwin:

diff -u0 exim-4.10/Local/Makefile exim-4.10-darwin/Local/Makefile
--- exim-4.10/Local/Makefile    2002-09-19 18:36:53.000000000 +0200
+++ exim-4.10-darwin/Local/Makefile     2002-09-04 14:30:00.000000000 +0200
@@ -129 +129 @@
-EXIM_USER=
+EXIM_USER=exim
@@ -219 +219 @@
-# SUPPORT_MAILDIR=yes
+SUPPORT_MAILDIR=yes
@@ -284 +284 @@
-EXIM_MONITOR=eximon.bin
+#EXIM_MONITOR=eximon.bin
diff -u0 exim-4.10/OS/os.h-Darwin exim-4.10-darwin/OS/os.h-Darwin
--- exim-4.10/OS/os.h-Darwin    2002-07-22 10:59:46.000000000 +0200
+++ exim-4.10-darwin/OS/os.h-Darwin     2002-09-04 01:26:03.000000000 +0200
@@ -7,0 +8,3 @@
+#define NO_IP_VAR_H
+#define GLIBC_IP_OPTIONS
+#define __GLIBC__ 3


Note however that this is on 10.2, and I have Fink installed (although I don't think that should matter, because by default the fink-stuff isn't in the include path or library path)

- xmath

--
Matthijs van Duin -- May the Forth be with you!