Had to re-install 12.04.
Copied the /etc/profile file from the backup made just prior to re-installing.
For some unknown (to me) reason, bash doesn't seem to have executed the complete file.
I have appended the following lines to the end of /etc/profile for many years and they have always been picked up by bash. Now they are not being executed for some reason:
export PATH="${PATH}":/usr/local/share/QTAwk
export QTAWK=/usr/local/share/QTAwk
export TZ="EST5EDT"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}":/usr/lib64/
When i execute 'echo $PATH' on the xterm command line I get:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
i.e., the PATH without '/usr/local/share/QTAwk' appended on the end. The other variables I set are also not present.
Have I forgotten something??
Copied the /etc/profile file from the backup made just prior to re-installing.
For some unknown (to me) reason, bash doesn't seem to have executed the complete file.
I have appended the following lines to the end of /etc/profile for many years and they have always been picked up by bash. Now they are not being executed for some reason:
export PATH="${PATH}":/usr/local/share/QTAwk
export QTAWK=/usr/local/share/QTAwk
export TZ="EST5EDT"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}":/usr/lib64/
When i execute 'echo $PATH' on the xterm command line I get:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
i.e., the PATH without '/usr/local/share/QTAwk' appended on the end. The other variables I set are also not present.
Have I forgotten something??
Comment