:-) There is no execvp program. That's a system call. You will probably want to make sure the saslauthd binary is where it says in /etc/init.d/saslauthd that it is.
--Jo On Wednesday 22 October 2003 01:44 pm, [EMAIL PROTECTED] wrote: > Hello all, > > I recently moved my lovely Cyrus server (on a RedHat 9 box) across the > country (Boston, MA to Boulder, CO) and now, somehow, I appear to be > missing execvp. > > When trying to connect to the imapd server I get the message that saslauthd > was unable to connect. Fine. When I try to launch the saslauthd sever I > get this: > > [EMAIL PROTECTED] log]# /etc/rc.d/init.d/saslauthd start > Starting saslauthd: execvp: No such file or directory [FAILED] > > A quick locate for execvp turns up: > > [EMAIL PROTECTED] init.d]# locate execvp > /usr/lib/perl5/5.8.0/i386-linux-thread-multi/auto/POSIX/execvp.al > /usr/share/man/man3/execvp.3.gz > > So, it appears that the execvp program is missing. I tried to find this > file on the net, but have been unsuccessful. Is this part of a package > that I can download, or is there any suggestion for where I can find this > file. > > Thanks, > > ~~Guildencrantz