I am getting an error "can not find milter library" when I configure
I used ./configure --with-sendmail=../sendmail-8.12.2
I think the configure script is looking for some sendmail-8.12.2/lib/ ... but there is no such file
I have already installed perl Sendmail::Milter which works fine on the same machine
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am getting an error "can not find milter library" when I configure
I used ./configure --with-sendmail=../sendmail-8.12.2
I think the configure script is looking for some sendmail-8.12.2/lib/ ... but there is no such file
I have already installed perl Sendmail::Milter which works fine on the same machine
i did face the same problem ...
i tried to modify the configure file to directly include the milter library, but it failed.
i made another work around that put stuffs from the milter library to the directory "/usr/lib" and the compilation of libmilter++ succeeded.
files of libmilter includes:
libmilter.a libsm.a libsmutil.a
so , these three achrives should be found under /usr/lib and let the libmilter++ compilation finds them.