runfalk / certbot-dns-loopia

Loopia DNS authentication plugin for Certbot
Other
37 stars 11 forks source link

Segmentation Fault #1

Closed Lockzi closed 7 years ago

Lockzi commented 7 years ago

Hej,

I'm trying to install this on my Raspberry PI 3 (raspbian).

I keep on getting Compiler Error: Segmentation fault downloading the dependency cffi.

Are you using this on an rpi?

runfalk commented 7 years ago

Hej,

I haven't tried it on any ARM processor. Maybe you could try to install cffi without using wheels before installing my script:

pip install --no-use-wheel cffi
pip install certbot-loopia dnspython

Are you using Python 2 or 3?

runfalk commented 7 years ago

Closing this due to inactivity. This is more likely a problem in an upstream library.

Lockzi commented 7 years ago

The problem was a bug in the compiler. Upgrading it made it work.

Many thanks! :)