- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: open64
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
06-25-2009 12:46 AM
06-25-2009 12:46 AM
I am trying to install open64 in HP-UX 11.23. it got installed .
Then i gave the command
# whereis opencc
opencc: /opt/open64/bin/opencc
that means it got installed.
When i run command opencc with out any parameter it gives me error
opencc: /opt/lre/lib/libc.so.6.1: version `GLIBC_2.3' not found (required by LRE_EXEC)
Please help me, what should i do..
i dint find glibc_2.3 for HP-UX any where can any one help me where to download.
Solved! Go to Solution.
- Tags:
- open64.net
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2009 03:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2009 08:45 PM
06-25-2009 08:45 PM
Re: open64
www.open64.com
I downloaded the file
Open64-4.2.1 src.tar.gz and installed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2009 12:57 AM
06-26-2009 12:57 AM
Re: open64
Do you have a direct link? Or did you mean: http://www.open64.net/
It would help if you supplied your steps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2009 02:09 AM
06-26-2009 02:09 AM
Re: open64
I logged in as supers user and steps i followed to install were
1.) Set the path in .profile file
export TOOLROOT=/opt/open64
export PATH=$TOOLROOT/bin:$PATH
2.) Then executed the .profile file
source .profile
but i couldn't run the source command it gave
source .profile
sh: source: not found.
So i logged out and again logged in the profile file was updated.
3.)Then I opened the open64-4.2.1 folder
# cd open64-4.2.1
# ls
INSTALL-4.2.1 RELEASE-4.2.1 binroot install.sh readme
then executed shell script file
#sh install.sh
4.)Then i gave the command
# whereis opencc
opencc: /opt/open64/bin/opencc
that means it got installed.
When i run command opencc with out any parameter it gives me error
opencc: /opt/lre/lib/libc.so.6.1: version `GLIBC_2.3' not found (required by LRE_EXEC)
That's all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2009 03:27 AM
06-26-2009 03:27 AM
Re: open64
I need the exact URL so I can make sure what you have.
>2.) Then executed the .profile file
>source .profile
source is the scummy C shell keyword for the term "source" a file. For a real shell you do:
$ . .profile
- Tags:
- scummy C shell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2009 03:08 PM
06-26-2009 03:08 PM
Re: open64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2009 01:22 PM
06-27-2009 01:22 PM
Re: open64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2009 08:39 PM
06-28-2009 08:39 PM
Re: open64
This was the URL i downloaded from
http://sourceforge.net/project/downloading.php?group_id=34861&filename=open64-4.2.1-0.src.tar.bz2