1825771 Members
2104 Online
109687 Solutions
New Discussion

open64

 
SOLVED
Go to solution

open64

hello,

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.
8 REPLIES 8
Dennis Handly
Acclaimed Contributor
Solution

Re: open64

>I am trying to install open64 in HP-UX 11.23. it got installed.

Where did you get it? From some Integrity Linux machine?

It seems you need to install the LRE beta?

Re: open64

I got the platform independent source code from
www.open64.com

I downloaded the file
Open64-4.2.1 src.tar.gz and installed.
Dennis Handly
Acclaimed Contributor

Re: open64

>I got the platform independent source code from www.open64.com

Do you have a direct link? Or did you mean: http://www.open64.net/

It would help if you supplied your steps.

Re: open64

Sorry it was www.open64.net.

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.






Dennis Handly
Acclaimed Contributor

Re: open64

>Sorry it was www.open64.net.

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
Steve Ellcey
Valued Contributor

Re: open64

I don't believe anyone has ever built opencc on HP-UX. As far as I know it has only been built on Linux systems.

Re: open64