Jump to content

Executable File


mystified
 Share

Recommended Posts

I downloaded a program I need. It was in tar.gz format so I untarred it and all that's there is a license and an executable file called acrossl. There's no configure, makefile, install or any instructions. I tried to run the program in the directory it's located in by typing ./acrossl both as root and user but I get an error message that it can't locate that file or directory. I'm stumped. Any ideas?

Link to comment
Share on other sites

sh nameoffile

 

That should do it. I usually don't even bother with the ./ crap anymore.

 

If not, then chmod +x nameoffile and then try ./ again.

Link to comment
Share on other sites

Okay, I found the home page, redownloaded and ran ldd acrossl with the following results:

 

[root@www acrosslite1.2]# ldd acrossl

libXm.so.2 => /usr/X11R6/lib/libXm.so.2 (0x4001f000)

libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x401b9000)

libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40212000)

libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40222000)

libXp.so.6 => /usr/X11R6/lib/libXp.so.6 (0x402ed000)

libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x402f5000)

libstdc++.so.2.8 => not found

libm.so.6 => /lib/i686/libm.so.6 (0x40305000)

libc.so.6 => /lib/i686/libc.so.6 (0x40328000)

libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40448000)

libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40451000)

libdl.so.2 => /lib/libdl.so.2 (0x40468000)

/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

[root@www acrosslite1.2]# ./acrossl

./acrossl: error while loading shared libraries: libstdc++.so.2.8: cannot open shared object file: No such file or directory

 

I couldn't find libstcd++so.2.8 in rpmfind.net or anywhere else.

 

:?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...