Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17042 Discussions

Install Quartus on Redhat Enterprise 6.0-x86-64 Fail.

Altera_Forum
Honored Contributor II
1,676 Views

Hello 

When I install the Quartus10.sp1 on Redhat Enterprise 6.0-64 Bit System, but return the error: 

 

 

altera_installer/bin/altera_installer_gui: error while loading shared libraries: libz.so.1: cannot open shared object file: no such file or directory 

 

Is there anyone can help???
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
635 Views

Perhaps install zlib? (Compression library) 

 

Cheers, 

Dave
0 Kudos
Altera_Forum
Honored Contributor II
635 Views

Hello dave, 

 

The Install package is perfect, since I could install it on REHL6.0-32-Bit System, however, when I switch to 64-bit system, it does not work any more. 

 

Any suggestions? Thanks.
0 Kudos
Altera_Forum
Honored Contributor II
635 Views

 

--- Quote Start ---  

 

The Install package is perfect, since I could install it on REHL6.0-32-Bit System, however, when I switch to 64-bit system, it does not work any more. 

 

--- Quote End ---  

 

 

Your response is a little confusing. Are you saying that you have the tool working on a 32-bit version of RedHat, but not on a 64-bit version? 

 

I recall having to install ia32-libs on Ubuntu to get it working on a 64-bit OS. Perhaps that is what you need? 

 

Cheers, 

Dave
0 Kudos
Altera_Forum
Honored Contributor II
635 Views

 

--- Quote Start ---  

Your response is a little confusing. Are you saying that you have the tool working on a 32-bit version of RedHat, but not on a 64-bit version? 

 

I recall having to install ia32-libs on Ubuntu to get it working on a 64-bit OS. Perhaps that is what you need? 

 

Cheers, 

Dave 

--- Quote End ---  

 

 

This. The installer is 32-bit so it needs the 32-bit zlib library. This worked for me on 64-bit RHEL6: 

$ yum install zlib.i686
0 Kudos
Reply