I was able to get version 8 to run without a recompile on a couple of HP
T620 systems running Raspberry Pi version of Debian (it is a couple of
years old, they have not updated the base OS code in a while). But I did
have to add 32 bit C++ library support with the command:
sudo apt-get install gcc-multilib g++-multilib
After adding those libraries dualserverd is now running great.
I was able to get version 8 to run without a recompile on a couple of HP
T620 systems running Raspberry Pi version of Debian (it is a couple of
years old, they have not updated the base OS code in a while). But I did
have to add 32 bit C++ library support with the command:
sudo apt-get install gcc-multilib g++-multilib
After adding those libraries dualserverd is now running great.
I was able to get version 8 to run without a recompile on a couple of HP
T620 systems running Raspberry Pi version of Debian (it is a couple of
years old, they have not updated the base OS code in a while). But I did
have to add 32 bit C++ library support with the command:
sudo apt-get install gcc-multilib g++-multilib
After adding those libraries dualserverd is now running great.
Cool
Thanks
Achal Dhir
On Fri, Jun 28, 2024 at 7:56 AM Steve Dorr dorrsr@users.sourceforge.net
wrote: