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

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...