Two small modifications are needed to make it compile on "Red Hat Enterprise Linux Server 7.5 (Maipo)"
IMPORTANT: Make this modifications before running the bootstrap-script!
(Or re-run ./bootstrap afterwards)
In file src/lsof.cpp add after:
#include <cstring>
this line:
#include <unistd.h>
In file src/Makefile.am add after:
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
this line:
AM_LDFLAGS = -lX11
Now run:
./bootstrap
./configure
make
sudo make install
Gerhard
PS:
There seems to be no way to post comments.
Therefore i put it here under "issues".....
Two small modifications are needed to make it compile on "Red Hat Enterprise Linux Server 7.5 (Maipo)" IMPORTANT: Make this modifications before running the bootstrap-script! (Or re-run ./bootstrap afterwards)
In file src/lsof.cpp add after:
#include <cstring>
this line:#include <unistd.h>
In file src/Makefile.am add after:
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
this line:AM_LDFLAGS = -lX11
Now run: ./bootstrap ./configure make sudo make install
Gerhard
PS: There seems to be no way to post comments.
Therefore i put it here under "issues".....