Hi Tim, On 4/20/19 1:58 PM, Tim Camp wrote: > > > configure halts on this error > configure: error: *** runuser(1) not found *** > > The only way to get configure to not fail is to run as root. >
Debian _may_ exclude /sbin from $PATH by default for non-root users? Run
"echo $PATH" to see whether /sbin is included. Add it if not with
"export PATH=/sbin:$PATH"
Here are some details from a Debian 9 system I have (commands run as
"root"; apologies for the text wrap):
# which runuser
/sbin/runuser
# dpkg-query --search /sbin/runuser
util-linux: /sbin/runuser
# dpkg -l util-linux
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-============================-=============-=================
ii util-linux 2.29.2-1+deb9u1 amd64 miscellaneous system utilities
Hope this helps!
~David Klann
> Tim Camp
> WZEW-FM
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
