Hallo together,
for the last two days I tried to get hostapd + dnsmasq running on my RPI3 using runeaudio V0.3 for RPI3.
After pacman -Syu (necessary to be able to pacman -S hostapd dnsmasq), and updating the configuration files according to:
https://frillip.com/using-your-raspberr ... h-hostapd/
(with some additional changes, e.g. /etc/network/interfaces does not exist, so I created and used: /etc/systemd/network/wlan0.network instead).
I was able to access my RPI3 (partly) as access-point.
But unluckily mpd does not work any more:
> mpd
mpd: error while loading shared libraries: libicui18n.so.56: cannot open shared object file: No such file or directory
ls -l /usr/lib/libicui* shows:
version 55 and 59 is installed for the libicui18n.so.
Could you please provide me a suitable link, where I can find out how to solve version issues in the pacman installations like this?
I have got the feeling, that the arm-repository for archlinux is quite unstable... This was not the only problem I had to solve.
two days ago it took me 4h to fix a similar hostapd-related issue (libcrypto.so.1.0.0 was replaced by libcrypto.so.1.1 exactly on that day )
I am not that experienced in archlinux, maybe it is my fault ... but I would expect, that such dependencies should be part of some "automatic" process in the repository update? Do you know, where I could add/check these for example for the mpd?
thank you really much for any hint
Uwe