I'm experimenting with Asterisk 12.3.0 on a BeagleBone Black and downloading from the AUR. I made a new/clean install of Alarm and installed Asterisk with pacman -Sy asterisk, but when I tried to launch asterisk, I got the following error message:
$this->bbcode_second_pass_code('', '
asterisk: error while loading shared libraries: libxslt.so.1: cannot open shared object file: No such file or directory')
Maybe I used the wrong flags to originally download/install Asterisk, if so please let me know, but to clear the error message I simply ran pacman -Sy libxslt. So I wanted to report this to the devs incase this library should have been "packaged" with the Asterisk download.
Edit: As help to others, the following is what I had to load to get Asterisk 12.3.0 to run on my BeagleBone Black with Alarm (3.8.13-25-ARCH). There may be other support libraries/modules necessary, but for now I have a basic configuration working making on-net calls (not to the PSTN)
pacman -Sy asterisk
pacman -Sy libxslt
pacman –Sy pjproject