Installation Error #3106
-
|
I am trying to install searxng for the first time on an AWS Debian Instance, I am following the step by step installation guide from https://docs.searxng.org/admin/installation-searxng.html, and it fails the installation at the point: And fails with this result. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Check if file exists: If not I assume you did not installed gcc-aarch64-linux-gnu .. Seems your AWS debian instance is aarch64 architecture .. please note: we haven't tested this architecture. |
Beta Was this translation helpful? Give feedback.
-
|
this is how i install searxng: then start it: |
Beta Was this translation helpful? Give feedback.
Check if file exists:
ls -la /usr/bin/aarch64-linux-gnu-gccIf not I assume you did not installed gcc-aarch64-linux-gnu ..
Seems your AWS debian instance is aarch64 architecture .. please note: we haven't tested this architecture.