[REBOL] one more time Re:(2)

2000-07-06 Thread Petr . Krenzelok



[EMAIL PROTECTED] wrote:

  I'm stumped. Why do I get this with REBOL 2.3.0.4.2:
 
  error in loading shared libraries: libtermcap.so.2: cannot open shared
  object file: No such file or directory
 
  and not with 2.2.0.4.2?

 Hi Tom,

 What version of libtermcap does your Linux box have installed?
 (Look in /lib)

 If you don't have a file or symlink named libtermcap.so.2, you can
 *probably* make a symlink with that name to whatever version of
 libtermcap you have installed.

what about trying "ldd rebol" to see the dependencies? It helped me in
problems identification with libc versioning ...


Cheers,
-pekr-



 Cheers,
 Kev

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

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




[REBOL] one more time Re:(2)

2000-07-06 Thread balayo


 What version of libtermcap does your Linux box have installed?
 (Look in /lib)

 If you don't have a file or symlink named libtermcap.so.2, you can
 *probably* make a symlink with that name to whatever version of
 libtermcap you have installed.


Howdy guys,

That was it.  I use Debian, and Debian doesn't use libtermcap, but
libncurses.  I symlinked libncurses to what REBOL was looking for,
libtermcap.so.2.  It works...ta d.

Thanks!

--

-tom