search for: real_daemon_dir

Displaying 1 result from an estimated 1 matches for "real_daemon_dir".

2012 Mar 16
4
tcp-wrapper not found
...is recognized. I downloaded tcp-wrapper (Ver 7.6, most files in the package are modified in 1997 or even earlier) and made it. It does not contained ./configure, and no "install" rule in Makefile, so I do not quite clear of whether I configured it right. I make tcp-wrappers as: # make \ REAL_DAEMON_DIR=/mnt/tmp \ CC=arm-mv5sft-linux-gnueabi-gcc \ EXTRA_CFLAGS=-DSYS_ERRLIST_DEFINED \ linux >libwrap_make.log # cp libwrap.a /lib # cp tcpd.h /usr/include -f And configure NUT as: ./configure \ --includedir=/usr/include \ --prefix=/usr/local/ups \ --exec-prefix=/usr/local/ups \ --bindir=/bin \ --sb...