Description
Users with Ubuntu 14.04 x86 (32-bit) experience an error when attempting to install or update to ExacqVision Server version 23.09.
<br>
Product
ExacqVision Server 23.09 x86 and above
<br>
Steps to Reproduce
Attempt an update or fresh install of ExacqVision Server version 23.09 on a Ubuntu 14.04 x86 system.
<br>
Expected Results
Installation without error
<br>
Actual Results
The following error is encountered:
/usr/local/exacq/server/exacqd: /lib/i386-linux-gnu/libgcc_s.so.1: version ‘GCC_7.0.0’ not found (required by /usr/local/exacq/server/exacqd)
<br>
Solution
Perform the following steps:
- Open a Terminal window (CTRL+ALT+T).<br><br>
- Enter the following commands in the order given:
sudo apt-get update
sudo apt-get install --reinstall ca-certificates
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-7
<br><br>
- Reboot the server<br><br>
- Run the ExacqVision Server installer
<br>