Jan wrote:
> Their system:
> 
> slackware-4.0, libc6, kernel 2.2.14 SMP (iX86)
> 
> If they try to execute REBOL, this error message occurs:
> ./rebol: error in loading shared libraries: libncurses.so.4: cannot open
> shared object file: No such file or directory

Jan,

Slackware 4 installs libncurses.so.1.9.9g (an older version).
Rebol is linked to a newer version, fortunately it can be made to 
work.  Your provider will need to create a symlink to their copy of 
libncurses named libncurses.so.4

% cd /lib
% ln -s libncurses.so.1.9.9g libncurses.so.4

This also causes problems under Slackware 7 (Kernel 2.2.13).  The 
copy of libncurses supplied with Slack 7 is libncurses.so.5.0.  A 
symlink to this newer version must be created:

% cd /lib
% ln -s libncurses.so.5.0 libncurses.so.4

Best regards,
Kev

------------------------------------------------------------------------
Kevin McKinnon, Network Engineer                 [EMAIL PROTECTED]
Sunshine Communications                     http://www.sunshinecable.com

PGP Public Key: http://www.dockmaster.net/pgp.html   PGP 6.0 www.pgp.com

Reply via email to