  | |  | segmentation fault issue | segmentation fault issue 2005-07-22 - By Michael Kearey
Back On Mon, 2005-07-18 at 10:38 -0700, Cameron Showalter wrote: > I have a Dell poweredge 1800 running RHEL3 update 5 that gives me > segmentation faults on pretty much every basic command. ls, ps -ef, > etc.... however ifconfig, lsmod, vi still work. this started last > night, when I ran a command to automatically post sales data. The > command works on a RH9 system - usually from a script. In order for it > to work, I have to add the following lines to my env: > export LD_ASSUME_KERNEL=2.4.19 > export LANG=C > export COBDIR=/usr_local/SYNLNX/COBDIR > export LD_LANGUAGE_PATH=/usr_local/SYNLNX/COBDIR/coblib > > I then ran /usr_local/SYNLNX/syn GWSCHOOL A ds3 MS/MSAUHU which tells
Better late than never - how about setting those vars for the life of the command execution instead of 'system wide for all commands'
ie all one line:
LD_ASSUME_KERNEL=2.4.19 LANG=C COBDIR=/usr_local/SYNLNX/COBDIR LD_LANGUAGE_PATH=/usr_local/SYNLNX/COBDIR/coblib /usr_local/SYNLNX/syn GWSCHOOL A ds3 MS/MSAUHU
Cheers, Michael
-- Taroon-list mailing list Taroon-list@(protected) http://www.redhat.com/mailman/listinfo/taroon-list
Earn $52 per hosting referral at Lunarpages.
|
|
 |