On Wed, Dec 08, 1999 at 10:27:55AM -0500, Brian Arb wrote:
> "Jason M. Felice" wrote:
> >
> > I've never been able to duplicate it. Is this under FreeBSD (you mentioned
> > that you installed the ncurses library, which is why I ask). If you could get
> > me the distribution name and version, the version
>
> from the RH 6.1 dist the package was "ncurses-devel-4.2-25"
>
> > of ncurses, the output of `ldd /usr/local/bin/tn5250` and see if you can create
> > a tracefile, that would cover all the bases and I might be able to get some
> > idea of what's going on.
> >
> % ldd /usr/local/bin/tn5250
> libncurses.so.4 => /usr/lib/libncurses.so.4 (0x40018000)
> libstdc++-libc6.1-1.so.2 => /usr/lib/libstdc++-libc6.1-1.so.2
> (0x40058000)
> libm.so.6 => /lib/libm.so.6 (0x4009a000)
> libc.so.6 => /lib/libc.so.6 (0x400b6000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Waitaminute, what version are you using? You should see a lib5250 in there
(since the middle of the 0.13.x series the core functionality was moved to
a library), and no libstdc++ (since the beginning of the 0.13.x series, tn5250
is written in C, not C++).
Make sure you are using 0.14.x or (if you're more the bleeding-edge type)
0.15.x, you can obtain these downloads from the CVS server's tn5250 homepage,
as well as Michael Madore's ftp account. The CVS server's page is
http://cvs.cleveland.lug.net/module.pl?module=tn5250 Mike's ftp account
is
ftp://ftp.blarg.net/users/mmadore/
If you are trying to install a recent version, make sure that any previous
versions have been removed.
-Jay
+---
| This is the LINUX5250 Mailing List!
| To submit a new message, send your mail to [EMAIL PROTECTED]
| To subscribe to this list send email to [EMAIL PROTECTED]
| To unsubscribe from this list send email to [EMAIL PROTECTED]
| Questions should be directed to the list owner/operator: [EMAIL PROTECTED]
+---