2009/11/30 Patrick O'Callaghan <pocallag...@gmail.com>:
> On Sun, 2009-11-29 at 08:47 -0800, Joel Gomberg wrote:
>> On 11/29/2009 05:41 AM, Patrick O'Callaghan wrote:
>> > My name is Patrick and I'm a crossword puzzle addict.
>> >
>> > The NYT publishes its puzzles in Across Lite format, and there's a
>> > proprietary app (acrossl) which runs on Linux. Unfortunately it's
>> > getting really old and is binary-only. It worked under F11 but now the
>> > app gets a segfault on my netbook (though oddly it works fine on my
>> > 64-bit desktop, also on F12).

I downloaded http://www.nytimes.com/downloads/acllinux.smotif.tar.gz

[...@nc10 acl]$ ./acrossl
bash: ./acrossl: /lib/ld-linux.so.1: bad ELF interpreter: No such file
or directory
[...@nc10 acl]$ sudo ln -s /lib/ld-linux.so.2 /lib/ld-linux.so.1
[...@nc10 acl]$ ./acrossl
./acrossl: error while loading shared libraries: libc.so.5: cannot
open shared object file: No such file or directory
[...@nc10 acl]$ sudo ln -s /lib/libc.so.6 /lib/libc.so.5
[...@nc10 acl]$ ./acrossl
./acrossl: error while loading shared libraries: libXpm.so.4: cannot
open shared object file: No such file or directory
[...@nc10 acl]$ sudo yum install libXpm
[...@nc10 acl]$ ./acrossl
./acrossl: error while loading shared libraries: libg++.so.27: cannot
open shared object file: No such file or directory

... that's unresolvable - I have no idea where to get libg++.so.27 or
anything close to it.

So I switched to: http://www.nytimes.com/downloads/acllinux.dmotif.tar.gz

[...@nc10 acl]$ ./acrossl
./acrossl: error while loading shared libraries: libXm.so.2.0: cannot
open shared object file: No such file or directory
[...@nc10 acl]$ sudo yum install lesstif-devel
[...@nc10 acl]$ sudo ln -s /usr/lib/libXm.so.2 /usr/lib/libXm.so.2.0
[...@nc10 acl]$ ./acrossl
./acrossl: error while loading shared libraries: libg++.so.27: cannot
open shared object file: No such file or directory

So whatever I try, I get to that unresolvable libg++ dependency - so I
think you are bang out of luck :o(

--
Sam

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

Reply via email to