I used the following commands to get diaggui to run on rossa/SL7:
controls@rossa|lib64> ls -lrt libsasl*
-rwxr-xr-x. 1 root root 121296 Feb 16 2016 libsasl2.so.3.0.0
lrwxrwxrwx. 1 root root 17 Dec 18 2017 libsasl2.so -> libsasl2.so.3.0.0
lrwxrwxrwx. 1 root root 17 Dec 18 2017 libsasl2.so.3 -> libsasl2.so.3.0.0
controls@rossa|lib64> sudo ln -s libsasl2.so.3.0.0 libsasl2.so.2
controls@rossa|lib64> ls -lrt libsasl*
-rwxr-xr-x. 1 root root 121296 Feb 16 2016 libsasl2.so.3.0.0
lrwxrwxrwx. 1 root root 17 Dec 18 2017 libsasl2.so -> libsasl2.so.3.0.0
lrwxrwxrwx. 1 root root 17 Dec 18 2017 libsasl2.so.3 -> libsasl2.so.3.0.0
lrwxrwxrwx. 1 root root 17 Jun 26 22:02 libsasl2.so.2 -> libsasl2.so.3.0.0
Basically, I have set up a symbolic link to point sasl2.so.2 to sasl2.so.3.0.0. I've asked LLO again for some guidance on whether or not to find some backport in a non-standard SL7 repo. IF they reply, we may later replace this link with a regular file.
For the nonce, diaggui runs and is able to show us the spectra. We also got swept sine to work. But the FOTON launched from inside of AWGGUI doesn't inherit the sample frequency of the excitation channel so we can't filter noise injections from awggui yet. |