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

-- 
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