Results 1 to 2 of 2
hi all
i have a problem that seems very hard to solve, at least i've not been able to find help on freenode, or other forums:
I have a small ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-09-2006 #1Just Joined!
- Join Date
- Mar 2006
- Posts
- 1
Precompiled executable:
hi all
i have a problem that seems very hard to solve, at least i've not been able to find help on freenode, or other forums:
I have a small executable, a particular montecarlo program, that was compiled under fedora and i want to run on debian sid, on ONE machine that has debian sid, i was able to run it by following the errors it gave when started and installing all the needed dependancies, on ALL the other machines i get only this message "Killed" and nothing else.
I was able to issue ldd from the machine where it works and got this result:
i installed all the libs that show here but i didn't have luck, i still get only the "killed" msg..Code:ldd -v -r ./mcnp linux-gate.so.1 => (0xffffe000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7ecc000) libg2c.so.0 => /usr/lib/libg2c.so.0 (0xb7ea4000) libm.so.6 => /lib/tls/libm.so.6 (0xb7e7e000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7e73000) libc.so.6 => /lib/tls/libc.so.6 (0xb7d3b000) libdl.so.2 => /lib/tls/libdl.so.2 (0xb7d36000) /lib/ld-linux.so.2 (0xb7faa000) Version information: ./mcnp: libc.so.6 (GLIBC_2.1.3) => /lib/tls/libc.so.6 libc.so.6 (GLIBC_2.3) => /lib/tls/libc.so.6 libc.so.6 (GLIBC_2.1) => /lib/tls/libc.so.6 libc.so.6 (GLIBC_2.0) => /lib/tls/libc.so.6 libm.so.6 (GLIBC_2.0) => /lib/tls/libm.so.6 /usr/X11R6/lib/libX11.so.6: libdl.so.2 (GLIBC_2.1) => /lib/tls/libdl.so.2 libdl.so.2 (GLIBC_2.0) => /lib/tls/libdl.so.2 libc.so.6 (GLIBC_2.1.3) => /lib/tls/libc.so.6 libc.so.6 (GLIBC_2.2) => /lib/tls/libc.so.6 libc.so.6 (GLIBC_2.1.2) => /lib/tls/libc.so.6 libc.so.6 (GLIBC_2.3) => /lib/tls/libc.so.6 libc.so.6 (GLIBC_2.1) => /lib/tls/libc.so.6 libc.so.6 (GLIBC_2.3.2) => /lib/tls/libc.so.6 libc.so.6 (GLIBC_2.0) => /lib/tls/libc.so.6 /usr/lib/libg2c.so.0: libm.so.6 (GLIBC_2.0) => /lib/tls/libm.so.6 libc.so.6 (GLIBC_2.3) => /lib/tls/libc.so.6 libc.so.6 (GLIBC_2.1.3) => /lib/tls/libc.so.6 libc.so.6 (GLIBC_2.2) => /lib/tls/libc.so.6 libc.so.6 (GLIBC_2.1) => /lib/tls/libc.so.6 libc.so.6 (GLIBC_2.0) => /lib/tls/libc.so.6 /lib/tls/libm.so.6: ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2 libc.so.6 (GLIBC_2.1.3) => /lib/tls/libc.so.6 libc.so.6 (GLIBC_2.0) => /lib/tls/libc.so.6 /lib/libgcc_s.so.1: libc.so.6 (GLIBC_2.2.4) => /lib/tls/libc.so.6 libc.so.6 (GLIBC_2.1.3) => /lib/tls/libc.so.6 libc.so.6 (GLIBC_2.0) => /lib/tls/libc.so.6 /lib/tls/libc.so.6: ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2 ld-linux.so.2 (GLIBC_2.3) => /lib/ld-linux.so.2 ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2 ld-linux.so.2 (GLIBC_2.0) => /lib/ld-linux.so.2 /lib/tls/libdl.so.2: libc.so.6 (GLIBC_2.1.3) => /lib/tls/libc.so.6 libc.so.6 (GLIBC_2.1) => /lib/tls/libc.so.6 libc.so.6 (GLIBC_2.0) => /lib/tls/libc.so.6 libc.so.6 (GLIBC_PRIVATE) => /lib/tls/libc.so.6 ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2
i am absolutely out of ideas..
i CANT install fedora in order to work with this program and after all WHY it works on ONE machine with SID and not in the other SID ones (im using kanotix).
any idea would be appreciated!
Thanks
- 03-14-2006 #2Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
Why can't you compile it on the machine you'll be using it on? Or, why can't you just
Code:# apt-get install montecarlo-base


Reply With Quote
