FLEXlm hostid is empty. installation problem

I am on Debian Lenny and am trying to in stall PGI Fortran compiler 9.01. I get two errors:

(1) FLEXlm hostid is empty. Unfortunately, we cannot generate license without hostid.
(2) ERROR: Linker : not found
localrc has not changed

Any pointers?

Thanks, Jan


Here is the full output:
Installation directory? [/opt/pgi]
/srv/pgi


Installing software into /srv/pgi (this may take some time).
##########################################

ERROR: Linker : not found
localrc has not changed

Making symbolic links in /srv/pgi/linux86/9.0
Making symbolic links in /srv/pgi/linux86-64/9.0

Do you wish to install MPICH1?(y/n)n

FLEXlm hostid is empty. Unfortunately, we cannot generate license without hostid.
For further information, please go to FAQ | PGI.

Do you want the files in the install directory to be read-only? [y,n]


Installation complete.

If you purchased a software subscription, please note that the ST
support services to you are limited to the terms described in the
file /srv/pgi/SUBSCRIPTION_SERVICE. A copy of this file
can be found at http://www.pgroup.com/support/SUBSCRIPTION_SERVICE.

Please check the FAQ at FAQ | PGI for a
current listing of customer support concerns, including installation,
use of PGI software, and other questions or problems.

This product uses the STLport Standard Template Library for ANSI C++.
The STLport license can be found at STLport: License Agreement.

Jan,

Please send the following output dialogs for the file hello.c

% more hello.c
#include <stdio.h>
int main()
{
printf(" hello\n");
}

  1. gcc -m32 -v -o hello_32 hello.c
  2. gcc -m64 -v -o hello_64 hello.c

also send the following output dialogs

  1. cd $PGI/linux86/9.0-1/bin ; pwd; ls -l
  2. cd $PGI/linux86-64/9.0-1/bin ; ls -l

Send the outputs to trs@pgroup.com

thanks,
dave