libtriton.so seg fault

Compilation and installation questions and stories
Post Reply
tj-19
Posts: 36
Joined: 10 Jun 2019, 20:42

libtriton.so seg fault

Post by tj-19 »

Hi all,

I've just compiled ACCEL-PPP under Debian 10/ Buster.

ACCEL-PPP would not start, so I did it manually using accel-pppd -d -c /etc/accel-ppp.conf and got the following error:-

accel-pppd: error while loading shared libraries: libtriton.so: cannot open shared object file: No such file or directory

When I checked the libtriton.so it was in the correct place and in the messages.log I found the following;-

kernel: [ 3360.626818] libtriton.so[11880]: segfault at 3046 ip 0000000000003046 sp 00007ffc99510a88 error 14 in libtriton.so[7f028bdcc000+3000]

Any Ideas?

Thanks
dimka88
Posts: 866
Joined: 13 Oct 2014, 05:51
Contact:

Re: libtriton.so seg fault

Post by dimka88 »

Hi, I think the main issue that you did not add `-DCMAKE_INSTALL_PREFIX=/usr` like it described in docs https://accel-ppp.readthedocs.io/en/lat ... ebian.html
Post Reply