I did a minimal installation of SLES 11.4 plus the development tools. The supplied ncurses should be sufficient for tmux, do you really need to compile that? pkgconfig likewise?
I had to compile libevent2 without openssl support (don't think it's needed for tmux anyway) as I didn't have the media or repo access to install the openssl development packages. # libevent2 ./configure --prefix=/home/anni --disable-openssl make install # tmux 3.1b CFLAGS="-I /home/anni/include" LDFLAGS="-L/home/anni/lib" ./configure --prefix=/home/anni make install anni@sles11:~> LD_LIBRARY_PATH=/home/anni/lib tmux -V tmux 3.1b Regards, Scott -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/tmux-users/CAAqsAtRgwmtTNkFj3hY%2BLsK7V8ZAhmk%3Df%2BGXjxhk1hT1wJ3WhA%40mail.gmail.com.
