Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: daniel l. on March 26, 2019, 07:16:15 PM
-
Apparently it needs an older version of libevent (2.0) than the version available in the repos (2.1). I think the solution to this would be to update the version of tmux in the repos, or provide the older libevent.
-
Hi daniel l.
You need to specify architecture (ARM, x86, x86_64) and version (TC9, TC10, dcore).
-
TC10 on x86. :)
-
Just joined to report a similar issue. :)
I got as far as
ln -s /tmp/tcloop/libevent/usr/local/lib/libevent-2.1.so.6 /usr/lib/libevent-2.0.so.5
Now tmux will not start as it requires the locale to be set.
-
Hi bluescreener
Now tmux will not start as it requires the locale to be set.
I built version 2.8 of tmux under TC9 and got this error message when I tried to run it:
tmux: need UTF-8 locale (LC_CTYPE) but have ANSI_X3.4-1968
I solved it as follows:
Install getlocale.tcz
Run:
sudo getlocale.sh
From the menu I selected en_US_UTF-8/UTF-8 and en_US/ISO-8859-1 then clicked OK.
When the script finished, ran:
tce-load -i mylocale.tcz
After that, tmux was able to start.
-
Hi daniel l.
Install the following extensions:
compiletc.tcz sstrip.tcz squashfs-tools.tcz submitqc.tcz libevent-dev.tcz ncursesw-dev.tcz
Download the file attached to the end of this post. Then run these commands:
tar xzvf build-tmux-2.8.tar.gz
cd tmux
The tmux source package is too large for me to attach, so download it into the directory you are now in:
https://github.com/tmux/tmux/releases/download/2.8/tmux-2.8.tar.gz
Then run:
./CompileTmux
./PackageTmux
Verify the program runs like this:
./tmux-2.8/tmux
If you get a UTF-8 error massage, see my previous post.
If all went well:
Copy the .tcz and .tcz.md5.txt files to your tce directory. Use the Apps utility to add tmux.tcz and tmux-doc.tcz to your onboot.lst file.
Email the two .tar.gz.bfe files to tcesubmit _at_ gmail _dot_ com with a note stating it's for TC10.
You can now remove the build directory like this:
cd ..
sudo rm -rf tmux
The same instructions should also work for x86_64 and ARM.
-
updated tmux posted