Across Lite for F12 32-bit, an i686 vs i386 issue?

Sam Sharpe lists.redhat at samsharpe.net
Mon Nov 30 20:15:28 UTC 2009


2009/11/30 Patrick O'Callaghan <pocallaghan at 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

[sam at nc10 acl]$ ./acrossl
bash: ./acrossl: /lib/ld-linux.so.1: bad ELF interpreter: No such file
or directory
[sam at nc10 acl]$ sudo ln -s /lib/ld-linux.so.2 /lib/ld-linux.so.1
[sam at nc10 acl]$ ./acrossl
./acrossl: error while loading shared libraries: libc.so.5: cannot
open shared object file: No such file or directory
[sam at nc10 acl]$ sudo ln -s /lib/libc.so.6 /lib/libc.so.5
[sam at nc10 acl]$ ./acrossl
./acrossl: error while loading shared libraries: libXpm.so.4: cannot
open shared object file: No such file or directory
[sam at nc10 acl]$ sudo yum install libXpm
[sam at 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

[sam at nc10 acl]$ ./acrossl
./acrossl: error while loading shared libraries: libXm.so.2.0: cannot
open shared object file: No such file or directory
[sam at nc10 acl]$ sudo yum install lesstif-devel
[sam at nc10 acl]$ sudo ln -s /usr/lib/libXm.so.2 /usr/lib/libXm.so.2.0
[sam at 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




More information about the fedora-list mailing list