Lähettäjä: Sascha E. Pollok Päiväys: Vastaanottaja: Midwest Mold Kopio: exim Aihe: Re: [Exim] exim -bV returns bad command
> I have run make & make install. both appeared to run flawlessly. I then > tried to verify the integrity of the install with exim -bV. this
> returned the message command not found. (I have linus rh6.1 on a p90.)
> What should I look for next?
Check if it's just the exim binary that's not been found. Try
to execture exim directly like /usr/exim/bin/exim -bV
or wherever you installed it in.
If that works, consider linking exim from somewhere
like
cd /usr/sbin
ln -s /usr/exim/bin/exim exim
or adding /usr/exim/bin to your system's PATH like in /etc/profile
on rh-linux, I believe.