Installation of <application>leafnode</application> Create the group and user news, if not present: groupadd news && useradd -g news news Install leafnode by running the following commands: ./configure --prefix=/usr --localstatedir=/var \ --sysconfdir=/etc/news --with-lockfile=/var/lock/fetchnews.lck && make && make install && ldconfig && make update