Forum Discussion

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

Problem installing Quartus II 9.0 on Ubuntu

Hi everyone,

I'm having a problem here trying to install Quartus in my Ubuntu.

I did change sh default to bash and install tcsh package successfuly, but i still get the same message:

install: not recognized option '--auto'

Try `install --help' for more information.

With GUI setup i got the same issue.

Actualy i did setup it in my notebook once, but now i can't. Maybe an ubuntu update is blocking my system to setup. I realy don't know.

Any help?

2 Replies

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

    Hi,

    the problem may be with linux search path.

    since Linux will look first at the $PATH variable and not the current directory.

    so it might try to run install script some where else.

    to resolve this add :

    ./install

    this should run the install script on the directory your pwd shows.

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

    Did you run on x386 or x64?

    If the later, did you install ia32-libs?