On Fri, May 10, 2013 at 07:29:49AM +0000, LJ wrote:
> Hello,       I like it very much tmux, thank you for theopen source spirit. 
> but,installation error,Can you help me?System environment:CentOS 6.2 32bit or 
> CentOS 6.4 64bit
> Source packages version:

> libevent-2.0.21-stable.tar.gztmux-1.8.tar.gz step1: install
> libevent-2.0.21-stable ------> passstep2: tmux-1.8 ------> ./configure
> pass                                        make ---> error error
> information:cmd-capture-pane.o: In function `cmd_capture_pane_pending':

So the linker can't find where you put your install libevent, from the looks
of things.  Is this being done locally (i.e. the library isn't installed
system-wide)?  In which case, you might want to set LIBEVENT_CFLAGS and
LIBEVENT_LIBS prior to running ./configure

But either way, tmux isn't finding libevent properly.

-- Thomas Adam

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to