On 3/4/22 4:46 PM, Wietse Venema wrote:
Austin Witmer:
For some reason I can't make Milter-regex install on ubuntu? The
"make" command gives me an error when I try to run it. Does it
have to run on a BSD based server?
Did you try apt-get?
Wietse
sigh.
https://packages.ubuntu.com/search?keywords=milter-regex&searchon=names&suite=all§ion=all
You have searched for packages that names contain milter-regex in all
suites, all sections, and all architectures.
Sorry, your search gave no results
milter-regex runs fine on linux
on ubu, you've got a couple of options
(1) find/convert a rpm with alien
https://manpages.ubuntu.com/manpages/trusty/man1/alien.1p.html
here's one
https://src.fedoraproject.org/rpms/milter-regex
(2) if you're building from src, on linux, you'll want to edit/modify
`Makefile.linux`, as appropriate, then
make -f Makefile.linux clean
make -f Makefile.linux
make -f Makefile.linux install
instead of just `make`
(3) adapt an rpm.spec, e.g.
https://src.fedoraproject.org/rpms/milter-regex/blob/rawhide/f/milter-regex.spec
& build/package your own deb for convenient apt-get mgmt