Celeb Glow
updates | March 19, 2026

Install Arcreader to ubuntu 12.10

I try to install Arcreader to ubuntu 12.10 64bit. But I have some errors during installing the program. It finished istallation but it doesnent work in 64 bit system (ArcReader is not properly installed). from requirements of program I can install only in redHat and SUSE.

from ESRI:

ArcReader is a free, easy-to-use desktop mapping application that allows users to view, explore, and print maps and globes. Anyone with ArcReader can view high-quality interactive maps authored by a high-level ArcGIS for Desktop product and published with the ArcGIS Publisher extension.

Images of Error's

error 1Error 2

1 Answer

For the /usr/lib/libgfortran.so.3 was not found

1) Get the libgfortran from command line.

apt-get install libgfortran3

2) Once downloaded, located the libgfortran and create a symbolic link to /usr/lib/

ln -s /usr/lib/i386-linux-gnu/libgfortran.so.3.0.0 /usr/lib/libgfortran.so.3

[You have to find where the libgfortran was downloaded, mine was in /usr/lib/i386-linux-gnu/]

3) Install again ArcReader

Cheers!

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy