|
| | Subject: | Re: Postfix with MYSQL compile error | | Group: | Postfix-users | | From: | (Wietse Venema) | | Date: | 30 Nov 2007 |
Lydiard:
> It would appear to be a rather stupid question - since I've now been
> informed that make is making these files that I'm recklessly copying
> over. Which means I'm truly stuck.
>
> Any advice is more than welcome.
The build-from-source procedure is described in the INSTALL file.
$ make tidy
$ make makefiles (options for SQL, PCRE, whatever)
$ make
Do not copy around files by hand.
Wietse
|