Jami on Raspberry Pi Not Detecting Network

I rebuilt the Pi with 64 bit Raspberry OS, but Rubus_chiliadenus’ daemon still didn’t run, grumbling about libupnp. So I decided to run the build on the Pi itself, which as you can imagine took a long time. I followed these instructions for autotools, but this revealed the long apt-get statement for building the daemon is not quite complete; I also needed libpipewire-0.3-dev and libsystemd-dev. The long apt-get command also broke a dependency:

dpkg: libjack-jackd2-0:arm64: dependency problems, but removing anyway as you requested:
 libfluidsynth3:arm64 depends on libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125; however:
  Package libjack-jackd2-0:arm64 is to be removed.
  Package libjack-0.125 is not installed.
  Package libjack-jackd2-0:arm64 which provides libjack-0.125 is to be removed.
 libavdevice59:arm64 depends on libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125; however:
  Package libjack-jackd2-0:arm64 is to be removed.
  Package libjack-0.125 is not installed.
  Package libjack-jackd2-0:arm64 which provides libjack-0.125 is to be removed.
 libasound2-plugins:arm64 depends on libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125; however:
  Package libjack-jackd2-0:arm64 is to be removed.
  Package libjack-0.125 is not installed.
  Package libjack-jackd2-0:arm64 which provides libjack-0.125 is to be removed.
 gstreamer1.0-plugins-good:arm64 depends on libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125; however:
  Package libjack-jackd2-0:arm64 is to be removed.
  Package libjack-0.125 is not installed.
  Package libjack-jackd2-0:arm64 which provides libjack-0.125 is to be removed.
 libfluidsynth3:arm64 depends on libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125; however:
  Package libjack-jackd2-0:arm64 is to be removed.
  Package libjack-0.125 is not installed.
  Package libjack-jackd2-0:arm64 which provides libjack-0.125 is to be removed.
 libavdevice59:arm64 depends on libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125; however:
  Package libjack-jackd2-0:arm64 is to be removed.
  Package libjack-0.125 is not installed.
  Package libjack-jackd2-0:arm64 which provides libjack-0.125 is to be removed.
 libasound2-plugins:arm64 depends on libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125; however:
  Package libjack-jackd2-0:arm64 is to be removed.
  Package libjack-0.125 is not installed.
  Package libjack-jackd2-0:arm64 which provides libjack-0.125 is to be removed.
 gstreamer1.0-plugins-good:arm64 depends on libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125; however:
  Package libjack-jackd2-0:arm64 is to be removed.
  Package libjack-0.125 is not installed.
  Package libjack-jackd2-0:arm64 which provides libjack-0.125 is to be removed.

Despite building and installing the whole thing, still it did not work, still grumbling about libupnp. After trying a few things, Rubus_chiliadenus suggested I install the packages from sid repo. Of these, only libixml would install. However, it looks like this was the key to the whole thing, as that got the daemon running.
However, there is a flaw in the instructions for creating a jamiserver account, because profile.vcf is a symlink that points to a file in a subdirectory off /home/foobar/.local/share/jami/, so when that directory is rsynced to user jamiserver on the Jami server, it continues to point to the file in foobar’s home directory, which of course doesn’t exist, requiring some fiddling around. That done, the Jami server springs to life and appears to work as intended (though I’m still playing with it).
I plan to revisit a few of the problem areas, when I have the time, including trying Rubus_chiliadenus’ daemon again.