Categories
Knowledge Support Support exacqVision Server Categories Products

Upgrading to exacqVision Server 5.10 on S-Series Systems

The exacqVision Server version 5.10 Linux installer requires additional library packages (libnspr4-0d and libnss3-1d) that are not included on S-Series systems manufactured before December 2013. To avoid a failure when upgrading to version 5.10, complete the following steps. <br>

NOTE: These steps are required ONLY for exacqVision S-Series systems.<br>

Systems with Internet Access

Install the required libraries directly from the repository:

sudo apt-get install libnspr4-0d

sudo apt-get install libnss3-1d

<br>

Systems without Internet Access

Download the following packages to a USB flash drive using a separarte computer:

http://security.ubuntu.com/ubuntu/pool/main/n/nss/libnss3_3.15.3-0ubuntu0.12.04.1_i386.deb


http://security.ubuntu.com/ubuntu/pool/main/n/nss/libnss3-1d_3.15.3-0ubuntu0.12.04.1_i386.deb


http://security.ubuntu.com/ubuntu/pool/universe/n/nspr/libnspr4-0d_4.9.5-0ubuntu0.12.04.1_i386.deb

<br>

Connect the USB flash drive to the S-Series system and install the packages in the following order: <br>

sudo dpkg -i libnss3_3.15.3-0ubuntu0.12.04.1_i386.deb <br>

sudo dpkg -i libnss3-1d_3.15.3-0ubuntu0.12.04.1_i386.deb <br>

sudo dpkg -i libnspr4-0d_4.9.5-0ubuntu0.12.04.1_i386.deb <br>

After this is complete, you can update to exacqVision Server 5.10.