EDIT:
Instead of that spaomla meanderson gripe heres some raw data.
YUM
How to pull the right library 101.
Let's have a list of everything
if you were wondering what Enviroment settings there are by default. This would be they.
With a little bit of extras ie. the fix for
"relocation error: ../lib/libc-2.3.6.so: symbol _dl_out_of_memory, version GLIBC_PRIVATE not defined in file ld-linux.so.3 with link time reference"
Many thanks goes to
bmoore and his Stupid_LD_Tricks for the ideas.
export DISPLAY=':0.0'
export EDITOR='/bin/vi'
export HISTFILESIZE='1000'
export HISTSIZE='1000'
export HOME='/tmp/root'
export HOSTNAME='kindle'
export INPUTRC='/etc/inputrc'
export LANG='en_US.UTF-8'
export LC_ALL='en_US.UTF-8'
export LD_LIBRARY_PATH='/lib:/usr/lib:/mnt/us/lib:/mnt/us/usr/lib'
export LD_PRELOAD='/lib/libc-2.5.so'
export LOGNAME='root'
export MAIL='/var/mail/root'
export OLDPWD='/mnt/us/bin'
export PAGER='/bin/more '
export PATH='/usr/local/bin:/bin:/usr/bin:/usr/sbin:/sbin:/mnt/us/bin:/mnt/us/usr/bin'
export PS1='[\u@\h \W]\$ '
export PWD='/mnt/us'
export SHELL='/bin/sh'
export SSH_CLIENT='192.168.1.99 9999 22'
export SSH_CONNECTION='192.168.1.99 9999 192.168.1.99 22'
export SSH_TTY='/dev/pts/4'
export TERM='xterm'
export USER='root'
Well that's eminently scriptable and should get us enough traction to make aalib work.
*SHOULD* TBC : )