Open travispaul opened 10 years ago
This patch allows it to build and run properly on RHEL (and likely CentOS):
wget http://0xcc.net/ttyrec/ttyrec-1.0.8.tar.gz
wget http://paperlined.org/apps/rhel/building/ttyrec-1.0.8.RHEL5.patch
tar -xvzf ttyrec-1.0.8.tar.gz
cd ttyrec-1.0.8
patch -i ../ttyrec-1.0.8.RHEL5.patch
Let me know if you are still having issues. Good luck.
As a gist, in case paperlined.org goes away, as some other hosts for this patch have: https://gist.github.com/djmitche/08c41b8b16ca3b969df4
Note: with this patch, don't use CFLAGS=-DHAVE_getpt
.
The patch and the cflag removal make this work for me. Thanks for the update djmitche!
Oh, a huge thank you @daixtr It's working for me too. Could this be merged to main branch?
Same problem here and the patch fixed. Why this doesn't in the main branch yet? Unmaintained project?
WoW, I saw now... 6 years without commit. I don't think this will change HAHAHA
Just got this working and packaged for CentOS 7. Anyone who wants to use that build on CentOS 7:
yum -y install https://extras.getpagespeed.com/release-el7-latest.rpm
yum -y install ttyrec
Definitely an unmaintained project. If this is valuable, I would suggest forking! (It's not valuable to me at the moment, or I would..)
Tried to use ttyrec on Fedora 20 but it didn't work, just thought I would report it. If I am doing something wrong please let me know.
Also tried without HAVE_getpt