Look in src/config.h and src/tn5250-config.h for the section that says:

/* Define this to the system config directory. */
#define SYSCONFDIR "${prefix}/etc"

On my system, that line is the problem.  It really should read
/usr/local/etc instead of ${prefix}/etc. Presumably, this is a bug in the
configure script or in autoconf...  just changing this and recompiling
solves the problem.

Are you having the same problem, or a different one?



On Mon, 22 Jan 2001, Sean Porterfield wrote:

> Scott Klement wrote:
> > 
> > On Thu, 18 Jan 2001, Jason M. Felice wrote:
> > 
> > > Hmm, I don't know where the home directories are, but tn5250 also
> > > reads /etc/tn5250rc if it exists.  This seems to be the right place
> > > for any configuration on the nic.  Configuration that shouldn't
> > > change, anyway.  I don't know about the flash.
> > >
> > 
> > This might be offtopic (its not thinknic related), but...  /etc/tn5250rc
> > doesn't work on FreeBSD (at least not on my version).   Just ~/.tn5250rc.
> > 
> > It appears to be looking for a file called "${prefix}/tn5250rc",
> > presumably that ${prefix} should be replaced by /usr/local/etc or /etc,
> > but isn't.
> 
> It doesn't seem to read /etc/tn5250rc on RH Linux 6.1 either.  I also
> tried /usr/local/tn5250rc and /usr/local/etc/tn5250rc to no avail.  I
> even tried enabling logging, but that just gave me a blank log file.

+---
| 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]
+---

Reply via email to