Segfault starting etserver on raspberry pi zero
After following the debian instructions to add the PPA and installing, attempting to start the server just immediately segfaults.
$
/usr/bin/etserver --cfgfile=/etc/et.cfg
Segmentation fault
Backtrace:
#0 0xb6a445c8 in ?? () from /lib/arm-linux-gnueabihf/libcrypto.so.1.1
#1 0xb6a3e1a0 in ?? () from /lib/arm-linux-gnueabihf/libcrypto.so.1.1
I've seen this before in arch. It has to do with a mismatch between the libcrypto on the machine and the one et was compiled with. You can compile et from scratch to fix for now.
What OS and version are you using?
On Sun, Nov 19, 2023, 6:21 PM Jared Moody @.***> wrote:
After following the debian instructions to add the PPA and installing, attempting to start the server just immediately segfaults.
$ /usr/bin/etserver --cfgfile=/etc/et.cfg Segmentation fault
Backtrace:
#0 0xb6a445c8 in ?? () from /lib/arm-linux-gnueabihf/libcrypto.so.1.1 #1 0xb6a3e1a0 in ?? () from /lib/arm-linux-gnueabihf/libcrypto.so.1.1
— Reply to this email directly, view it on GitHub https://github.com/MisterTea/EternalTerminal/issues/608, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACK5PYXEMLT46RKO6RTE53YFKWBZAVCNFSM6AAAAAA7SE24T2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGAYDCMJZGA3TMNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
This was on raspbian bullseye
Let me see if I can compile libcrypto within et and eliminate these errors.
6.2.9 is working for me on aarch! 🎉