Subj : Re: MBSE 1.07 - trying to compile
To   : Bill McGarrity
From : Dave Vandermeer
Date : Mon Apr 17 2017 04:37 pm

On 04/06/17, Bill McGarrity said the following...
 
 BM> -=> Dane Beko wrote to All on 04-05-17 17:23 <=-
 BM> 
 BM> 
 BM>  DB> mbse@MBSE-PC:/tmp/mbsebbs-1.0.7$ sudo make install
 BM> 

There is your problem right there. you cannot use sudo to make install you
have to use the 'su' command

mbse@MBSE-PC:/tmp/mbsebbs-1.0.4$ su
<enter password for root>
mbse@MBSE-PC:/tmp/mbsebbs-1.0.4$ make install
mbse@MBSE-PC:/tmp/mbsebbs-1.0.4$ exit

Make sure you do not clear the shell (do not use su -) or it will also lose
the variables where to put stuff when getting ready to install

--- Mystic BBS v1.12 A31 (Raspberry Pi)