vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Andrew, Termcap has always been near and dear to my heart, especially since there are elements about it that don't match my understanding. If the dbaccess binaries are the same, then we are back to environment. hmmm. what about your PATH? is there a third dbaccess binary out there somewhere? Just for grins, from within dbaccess you can escape to the shell with a "!sh", do that and echo your environment into something that you can check later and compare between the two - perhaps there is a different environment getting loaded when you run dbaccess. I'm headed off for the rest of the week at some point tomorrow, away from email. I won't be ignoring you, just not here. j. --- Jack, The version numbers of the two dbaccess programs is the same. Also the md5sum of the binaries are the same. I've also checked that one is not a symlink to the other. Will look into this more tomorrow... Many thanks for all the time you've put in to this! Andrew _______________________________________________ Informix-list mailing list Informix-list@iiug.org http://www.iiug.org/mailman/listinfo/informix-list |
| ||||
| On Dec 28, 12:11 am, "Jack Parker" <jack.park...@verizon.net> wrote: > Andrew, > > Termcap has always been near and dear to my heart, especially since there > are elements about it that don't match my understanding. > > If the dbaccess binaries are the same, then we are back to environment. > hmmm. what about your PATH? is there a third dbaccess binary out there > somewhere? Just for grins, from within dbaccess you can escape to the shell > with a "!sh", do that and echo your environment into something that you can > check later and compare between the two - perhaps there is a different > environment getting loaded when you run dbaccess. > > I'm headed off for the rest of the week at some point tomorrow, away from > email. I won't be ignoring you, just not here. > > j. > > --- > > Jack, > > The version numbers of the two dbaccess programs is the same. Also the > md5sum of the binaries are the same. I've also checked that one is not > a symlink to the other. Will look into this more tomorrow... > > Many thanks for all the time you've put in to this! > > Andrew > _______________________________________________ > Informix-list mailing list > Informix-l...@iiug.orghttp://www.iiug.org/mailman/listinfo/informix-list Jack, I ran dbaccess in non-menu mode, escaped to shell and output my environment by typing "set <return>" and "export <return>". I copied the output to a text editor. The two different locations of dbaccess had identical environments except for the PPID and TERMCAP (which I had set differently for each one). Norma Jean - I'll look into editing the STTY. Jonathon - will try setting the TERMINFO. Cheers all, Andrew |