- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- License for Ansi C and Perl
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 10:53 AM
10-05-2005 10:53 AM
I would like to know if I use Ansi C and Perl in my PA-RISC server, If need to license it for CPU or for user ?
Can any one else please, help me to find out the question ?
Thanks in advance for your help,
Nancy C.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 11:11 AM
10-05-2005 11:11 AM
SolutionPerl info. and downloads:
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL
ANSI C is a product that you have to buy. The retail price is $816 per CPU. You should be able to find a reseller that will give you some sort of discount.
Info available here for C / ANSI C:
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B3901BA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 11:20 AM
10-05-2005 11:20 AM
Re: License for Ansi C and Perl
Thanks for your quick response :)
So I must understand that the licensing of Ansi C is only for CPU not for users ?
Do yo know if there is a link to get more info? Because I have not found any thing concerning that.
Tnxs
Nancy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 11:32 AM
10-05-2005 11:32 AM
Re: License for Ansi C and Perl
The ANSI C product is licensed according to the number of CPUs in your system. The number of users logged into the system does not matter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 12:33 PM
10-05-2005 12:33 PM
Re: License for Ansi C and Perl
I have found that HP C/ANSI C Developer Bundle, is licensed for Server, but if you choose the ANSI C++ Compiler the license is sold for user, which increase for much more the price.
Thanks for your help,
NC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 06:59 PM
10-05-2005 06:59 PM
Re: License for Ansi C and Perl
1. Though HP C-ANSI-C (and C++) are very good (ANSI) compilers, GNU gcc (and g++) are available for free, and perform quite well nowadays.
2. Most prebuilt binaries of Perl for HP-UX are compiled with GNU gcc, and if you plan to add modules to Perl later that need to be compiled, it makes your life a lot easier if you can do that with the same compiler that Perl was built with, because the command line options to both compilers are not the same.
Side note: perl compiled with HP C-ANSI-C runs up to 15% faster than perl compiled with GNU gcc, depending on how you use it. Typically it will be around 4%, and the more recent your gcc version, the less the difference is (a 64bit threaded perl compiled with gcc-3.0.4 is 40% slower than the same built with HP C-ANSI-C, but you don't need threaded perl anyway :)
Both are not only available through the link posted by Patrick, but also very recent from my site:
My HP ITRC site pages can be found at (please use LA as primary choice):
USA Los Angeles http://mirrors.develooper.com/hpux/
SGP Singapore https://www.beepz.com/personal/merijn/
USA Chicago http://ww.hpux.ws/merijn/
NL Hoofddorp http://www.cmve.net/~merijn/
Enjoy, have FUN! H.Merijn [ a perl5 porter ]