Patrick O'Callaghan wrote:
On Sun, 2009-07-05 at 22:09 -0400, William M. Quarles wrote:
Patrick O'Callaghan wrote:
On Sun, 2009-07-05 at 21:04 -0400, William M. Quarles wrote:
dirname: error while loading shared libraries: libc.so.6: cannot open
What does "ldd /usr/bin/dirname" say?

[r...@quarlewm2 ~]# ldd /usr/bin/dirname
        linux-gate.so.1 =>  (0x005bc000)
        libc.so.6 => /lib/libc.so.6 (0x002f4000)
        /lib/ld-linux.so.2 (0x002cf000)

That's fine, but if you do:

        LD_ASSUME_KERNEL=2.4.1 ldd /usr/bin/dirname

I'm betting you'll get the failure you already reported, i.e. the F10
library isn't built to work with an older kernel. You need to either
upgrade your version of Maple, or downgrade your system (or run an old
system under a virtual machine).

poc


I'm using the Fedora 10 updated kernel (currently kernel-2.6.27.25-170.2.72.fc10.i686). No 2.4 kernels involved. The kernel is supposed to be backwards-compatible.

Actually, I get a different error message:

[willi...@quarlewm2 ~]$ LD_ASSUME_KERNEL=2.4.1 ldd /usr/bin/dirname
/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory

--
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to