License error


 
Thread Tools Search this Thread
Top Forums Programming License error
# 1  
Old 11-04-2010
License error

All,
When I am trying to complie a c code, I am getting the following error below. Anyone please tell me where to fix it.

Code:
#cc -o hello.exe hello.c  

License Error : Cannot find the license server (au1144s)
        in the network database for product(Sun WorkShop Compiler C SPARC)
Cannot find SERVER hostname in network database
 The lookup for the hostname on the SERVER line in the
 license file failed.  This often happens when NIS or DNS
 or the hosts file is incorrect.  Workaround: Use IP-Address
 (e.g., 123.456.789.123) instead of hostname
Feature:workshop.c.sparc
Hostname:au1144s
FLEXlm error:-14,7.  
cc: acomp failed for hello.c

# 2  
Old 11-04-2010
It looks like the Sun cc program is not licensed.

You probably have gcc instead.
Try:
Code:
gcc -o hello hello.c

# 3  
Old 11-04-2010
Just download the latest version of Oracle (Sun) Studio:

Oracle Solaris Studio

It's now free.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Expire license

I have a program that outputs a file on the number days left before software license expired. It reads in a text file name expiredt.txt. expiredt.txt contents are as follows: EM software 30NOV2015 11/30/2015 ABM software 30NOV2015 11/30/2015 ABM software ... (2 Replies)
Discussion started by: dellanicholson
2 Replies

2. Red Hat

HP Service Guard SGLX for linux getting error as LICENSE FILE NOT FOUND

HI All, I am using RHEL 5.0 32 Bit, i was trying to install HP Service Guard Cluster in my machine where i installed RHEL5. The problem is that when i am running cmquery -n selva -C mycluster.ascii. Its output is that LICENSE FILE NOT FOUND, so exiting. So i have tried so many things. Pls... (1 Reply)
Discussion started by: skumar7466
1 Replies

3. Shell Programming and Scripting

Updating the license tag in XML file with new license

Hi All, I have a XML file : System.xml in which I want to update the license tag with the new data from file licence.xml. The content of files is in following format: System.xml: <?xml version="1.0"?> <!DOCTYPE Configuration SYSTEM "SystemVariables.dtd"> <usageConfiguration... (2 Replies)
Discussion started by: Pramod_T
2 Replies

4. Solaris

License expired

Hi I am working with Solaris 4.1.3 The system uses CMIS protocol to communicate with other system. The Live server is working properly. The fall back system says Licese CMIS expired. all the files are exactly similar on both the systems now if i change the... (4 Replies)
Discussion started by: asalman.qazi
4 Replies

5. UNIX and Linux Applications

License

Dear Expert, Let say i have already Build Any Application under UNIX platform. Then i want to sell that application for Free. But buyer have to Buy the License for running my application. Somebody knows if there is an any kind of tools or another technique for Generate that License ? ... (1 Reply)
Discussion started by: tpx99
1 Replies

6. SCO

license info

I have UNIX 5.0.5 server installed. I want to install SCO Open development system. But it prompts for license information. Is there any command or location where i can find this information? Thanks (3 Replies)
Discussion started by: varu123
3 Replies

7. Shell Programming and Scripting

License error when Invoked from Java Code

Hi all, I am getting a License error when Iam trying to call a perl script which builds TestRT (Test Real Time) application. When Iam calling the same script from command prompt it is building successfully. Iam using Solaris 9 Operating system. I have checked all the environment variables... (0 Replies)
Discussion started by: srini.g
0 Replies

8. AIX

license trouble

Hi, we currently use a valisys licence : it is based on a server (serv1) it is reached only by one workstation (cam1) In all licence files there is line with cam1 et serv1 We want to use cam22 (new workstation) instead of cam1 I made a copy the licences files with remplacing cam1 by cam22... (0 Replies)
Discussion started by: cadmanager
0 Replies

9. UNIX for Dummies Questions & Answers

License with demo???

I'm trying to setup a test environment to test upgrading to Solaris 8 or 9. Though when I go to install the demo version of Sun1 (forte/sun workshop as named before) it'll still ask for a 20 hexidecminal password for just a demo. huh? Ok so I added a 20 character thing in there it passed... (2 Replies)
Discussion started by: merlin
2 Replies

10. Filesystems, Disks and Memory

License Expired

Hi: I´m working with a SCO system and during a reboot i accidentally change the date system. Now when i try to establish a telnet session the system reject me saying that the license has expired. Is there any way to solve this problem? Thanks (1 Reply)
Discussion started by: Tavo23
1 Replies
Login or Register to Ask a Question