Printing setup
Richard Stevenson
richard at endace.com
Mon Jun 21 16:46:42 PDT 2004
On Mon, 21 Jun 2004, Len Zettel wrote:
> I get the following message:
> lpd[297]:Laserjet: cannot execv(/usr/local/libexec/if-simple):
> no such file or directory
>
> /usr/local/libexec/if-simple is there:
> Moving it to /usr/local (with corresponding modification of
> /etc/printcap) doesn't seem to help.
My guess is that if-simple is a script, and the first line gives the wrong
path to the interpreter (#!/usr/bin/blah instead of #!/usr/local/bin/blah,
or vice versa). Check that the correct interpreter is installed an in
that location; if it's not, either change the script or symlink it ;)
HTH.
Cheers
Richard
More information about the freebsd-questions
mailing list