Downgrade tmux to 1.8 in jail

Status
Not open for further replies.

depasseg

FreeNAS Replicant
Joined
Sep 16, 2014
Messages
2,874

fracai

Guru
Joined
Aug 22, 2012
Messages
1,212
Yeah, it looks like you downloaded a libevent archive, but all you should need to do is "pkg install devel/libevent2"
 

NasKar

Guru
Joined
Jan 8, 2016
Messages
739
pkg install devel/libevent2
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The most recent version of packages are already installed
 

NasKar

Guru
Joined
Jan 8, 2016
Messages
739
I followed this forum post and did
pkg install cmake gmake
then ./configure and make seemed to work without error. What command do I run to install the tmux 1.9 at this point?
 

fracai

Guru
Joined
Aug 22, 2012
Messages
1,212
"make install" will put the binary wherever you selected with the "./configure --prefix=" command. Depending on the permissions of that directory you may need to use "sudo make install". If you didn't specify "prefix" it will be installed under "/usr/local/".
 

NasKar

Guru
Joined
Jan 8, 2016
Messages
739
I successfully downgrade to tmux 2.0 which work. Here is the solution:
rm -rf /usr/ports
svn checkout https://96.47.72.69/ports/head /usr/ports
cd /usr/ports/sysutils/tmux
svn up -r 399264
make deinstall install

Thanks
 
Status
Not open for further replies.
Top