Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

Linux Installation

Hi,

Iḿ trying to install Quartus Web Edition on a Mandriva Linux 2010.2.

And I got the message (last part),

ImportError: /usr/lib/libxml2.so.2: undefined symbol: gzdirect

Zlib is installed, Python 2.6.5 also.

Probably this is not the recommended linux distribution.

Any tips?

Thanks in advance

Augusto

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Altera ships their own libz with the install, which the installer uses. Only problem is that the one they ship doesn't have the fix for gzdirect.

    Simply copy a new libz into the altera_installer/bin/ directory and rename it libz.so.1 and then the install will work.