Old libraries
Some people have trouble using the WebSDR software on new Linux installations
due to library incompatibilities, in particular libcrypto and libpng.
They are offered for download here.
For 64-bit intel/AMD CPUs (x86-64)
Download libcrypto.so.1.0.0
and/or libpng12.so.0.
You should put them into the same directory as websdr64 itself, and
then start the websdr as follows:
LD_LIBRARY_PATH=. ./websdr64
The LD_LIBRARY_PATH thing tells the linker to look for libraries first
in the current directory, and only then elsewhere on the system. So it
will find the correct version of the crypto and/or png-library first.
For Raspberry Pi
Download libcrypto.so.1.0.0.
and/or libpng12.so.0.
You should put them into the same directory as websdr-rpi itself, and
then start the websdr as follows:
LD_LIBRARY_PATH=. ./websdr-rpi
The LD_LIBRARY_PATH thing tells the linker to look for libraries first
in the current directory, and only then elsewhere on the system. So it
will find the correct version of the crypto library first.