| Sysop: | KK4QBN |
|---|---|
| Location: | Chatsworth, GA |
| Users: | 22 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 23:54:44 |
| Calls: | 1,220 |
| Calls today: | 0 |
| Files: | 94,829 |
| U/L today: |
0 files (0K bytes) |
| D/L today: |
116 files (131M bytes) |
| Messages: | 30,449 |
| Posted today: | 0 |
I was hoping that someone here would be able to help me out. I am trying other install Synchronet on a Pi 5 with a M.2 HAT+. running the latest Pi OS (64-bit). I am using the directions found here: [https://wiki.synchro.net/howto :raspbian_install](https://wiki.synchro.net/howto:raspbian_install)
everything seems to be running well until I issue "make -f install-sbbs.mk SYMLINK=1" which runs for quite some time and then produces the following error:
filedat.c:36:10: fatal error: archive.h: No such file or directory
36 | #include <archive.h>
| ^~~~~~~~~~~
Any thoughts? Are there a different set of install instructions I should be following - or is there an easy fix for this error.
Thank you for your assistance - and apologies for initially posting in the wrong place. I tired the command which i think is appropriate to install the prerequisites for the Pi:
sudo apt install build-essential perl zip git gdb libarchive-dev libncursesw5-dev libnspr4-dev libmosquitto-dev libsystemd-dev libcap-dev xorg-dev libsdl2-dev libgtk-3-dev libglade2-dev python3 python-is-python3 lrzsz gkermit
and received the following error:
Note, selecting 'libncurses-dev' instead of 'libncursesw5-dev'
Error: Unable to locate package libglade2-dev
Should I down load each package individually?