Why can't gcc find libevent when building tmux from source?
69
votes
9
answers
60432
views
I want to install tmux on a machine where I don't have root access. I already compiled libevent and installed it in
$HOME/.bin-libevent
and now I want to compile tmux, but configure always ends with configure: error: "libevent not found"
, even though I tried to point to the libevent directory in the Makefile.am
by modifying LDFLAGS
and CPPFLAGS
, but nothing seems to work.
How can I tell the system to look in my home dir for the libevent?
Asked by volker
(693 rep)
Aug 2, 2011, 04:04 PM
Last activity: Aug 9, 2022, 05:05 AM
Last activity: Aug 9, 2022, 05:05 AM