Skip to content

  • Home
  • Résumé

Tag: RHEL

How to install packages from EPEL repository on RHEL

This is how to install EPEL packages, or Extended Packages for Enterprise Linux, on RHEL6. wget http://ftp.linux.ncsu.edu/pub/epel/6/i386/epel-release-6-7.noarch.rpm rpm -Uvh !$ Other repository installations can be found here.

Continue reading »
July 31, 2012 matt Administration

Add non standard path to ld.so lookup

setenv LD_LIBRARY_PATH “/path/to/lib/dir:$LD_LIBRARY_PATH” export LD_LIBRARY_PATH=”/path/to/lib/dir:$LD_LIBRARY_PATH” echo /path/to/lib/dir >> /etc/ld.so.conf lddconfig For help, with either features of dynamic linking or the location of the config file on your system, consult the […]

Continue reading »
July 24, 2012 matt Administration / Programming
Powered by WordPress and zeePersonal.