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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to