LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Valdis Kletnieks <[log in to unmask]>
Fri, 6 Apr 2001 22:42:35 -0400
text/plain (24 lines)
On Fri, 06 Apr 2001 14:39:48 EDT, Scott Mohnkern <[log in to unmask]>  said:
> # /usr/ccs/bin/make update
> if [ -s lsv.o ]; then make install_server; else true; fi
> if [ -s lsv_amin.c ]; then make install_mailer; else true; fi
> sh: make: not found

PATH=/usr/ccs/bin:$PATH; export PATH   (or equivalent csh magic)

and try again.  You need /usr/ccs/bin in your $PATH so the recursive calls
to 'make' (which get run as shell commands) execute.

Thank you Sun.

> Also, should I be compiling this under root, or as the listserv user?

You can compile it as the Listserv user.  Probably should even be able to
install as the Listserv user (except for install_lcmd and install_mailer,
which install into /usr/local/bin by default - if you park those elsewhere,
yuo don't need root for that step).

                                Valdis Kletnieks
                                Operating Systems Analyst
                                Virginia Tech

ATOM RSS1 RSS2