SUMMARY mpage question

Ying He (yhe@shadow.is.jhsph.edu)
Wed, 19 Nov 1997 14:04:27 -0500 (EST)

Original question:

>
> Hi, Mamagers:
> I am running Solaris 2.5.1
>
> I installed "mpage"
> Mpage is a program to reduce and print multiple pages of text per
> sheet on a PostScript compatible printer.
>
> when I ran it, it come up the message:
> sh: ucb: not found
>
> I check the mp_main.c file which define
> (void)sprintf(outcommand, "ucb /usr/bin/lp -d%s", printer);
> ...

Answer:

I have received a lot of answers, thanks a lot.

So I took out ucb in the line
(void)sprintf(outcommand, "ucb /usr/bin/lp -d%s", printer)

and it works now.

Thanks a gain for all of you response my questions.

Ying