zahn: > I do not want: /usr/lib/postfix! for the SHLIBS - it MUST be in the > Installation Directory: /usr/local/postfix
Then you need to specify that at BUILD time not INSTALL time. See section 4.3.3 in the INSTALL file. Begin quote To override the default location of Postfix dynamically-linked libraries and database plugins specify, for example: $ make makefiles shared=yes shlib_directory=/usr/local/lib/postfix ... End quote Wietse