suse 12.3 license problem.

Please I need help. I’m having trouble compiling with pgf90, message below:
model bassan @: ~ $ pgf90 Teste.f90
pgi-F95-lin32: LICENSE MANAGER PROBLEM: Failed to checkout license
pgi-F95-lin32: LICENSE MANAGER PROBLEM: Failed to checkout license
pgi-F95-lin32: LICENSE MANAGER PROBLEM: Failed to checkout license
pgi-F95-lin32: LICENSE MANAGER PROBLEM: Failed to checkout license
pgi-F95-lin32: LICENSE MANAGER PROBLEM: Can not connect to license server system.
The license server manager (lmgrd) has not been started yet,
the wrong port @ host or license file is being used, or the
port or hostname in the license file has been changed.
Feature: pgi-F95-lin32
Server name: bassan
License path: / opt / pgi / license.dat:
FLEXnet Licensing error: -15.570. System Error: 115 “Operation now in progress”
For Further information, refer to the FLEXnet Licensing documentation,
available at “www.flexerasoftware.com”.

command bassan :/ etc / init.d #. / lmgrd start has already been executed.

please need help.

The 12./13. compilers use new versions of flexlm that require ‘Linux Standard Base’ aka ‘lsb’ be present.

The most common symptom of the problem will be a message when you run the compilers: “lmutil: No such file or directory”

To determine if the problem is lsb, type

% lsb_release

if it returns core-3.0 or higher, you have lsb.

If less than 3.0 or ‘n/a’ is returned, you need to install it, and then run the compilers.

For ubuntu, the process is

% apt-get install lsb

on other Linux versions, you need to find the rpm and install it.