Micah wrote:
okay, I didn't do CVS, but I did download 1.2.5 and recompile, and I after a
couple of successful tries I started getting the error again:
Mar 30 17:54:52 digitaloblivion dbmail/imap4d[29513]: CreateSocket(): could
not bind address to socket
So I started poking around, turns out that an older compilation installed the
binaries in /usr/local/sbin whereas the 1.2.5 installed them
in /usr/local/bin/
Did you run 'install-dbmail.sh' or 'make install'? install-dbmail.sh
should still install in /usr/local/sbin/
I've had the same thing once, when I ran make install, and couldn't find
the binaries where I thought they would be.
The best solution to this would of course be to change the autoconf
stuff to default to /usr/local/sbin, but to be able to choose another
target path. We could *even* support make uninstall, but who would want
to uninstall? ;)
Is anyone willing to dive into this stuff (I'm not very fond of hacking
m4 macros..)
Ilja