Help….
Posted: Thu Nov 17, 2011 8:37 pm
hi,
I need to undo the damage this set of commands caused on a debian Squeeze box…
echo "/opt/libjpeg-turbo/lib" > /etc/ld.so.conf.d/libjpeg-turbo.conf && \
echo "/usr/local/lib" > /etc/ld.so.conf.d/ffmpeg.conf && \
echo "LD_LIBRARY_PATH=/usr/local/lib:/opt/libjpeg-turbo/lib:$LD_LIBRARY_PATH" >> /etc/bash.bashrc && \
What should I do to undo this stuff, it is causing the system to kernel panic all the time…
I need to undo the damage this set of commands caused on a debian Squeeze box…
echo "/opt/libjpeg-turbo/lib" > /etc/ld.so.conf.d/libjpeg-turbo.conf && \
echo "/usr/local/lib" > /etc/ld.so.conf.d/ffmpeg.conf && \
echo "LD_LIBRARY_PATH=/usr/local/lib:/opt/libjpeg-turbo/lib:$LD_LIBRARY_PATH" >> /etc/bash.bashrc && \
What should I do to undo this stuff, it is causing the system to kernel panic all the time…