redhat DOSE NOT use this location
/usr/local/bin
it uses /usr and not /usr/local
so set it to install into /usr
/usr/local is not even in the system $PATH
to see run
Code:
echo $PATH
-- then rerun it as root-----
su -
echo $PATH
/usr/local is not there
Quote:
yum install kernel-devel Kernel-headers
|
is that a typo ?
for these they should all be lowercase and needs to be ran as root
Code:
su -
yum install kernel-devel
the headers are part of the -devel package
and for installing the gcc compiler and EVERYTHING it NEEDS
Code:
su -
yum groupinstall "Development Tools"
these DO have a capital first letter
but WHY ?? build something from source ?
there are a bunch of programs in RHN and the third party repos
Code:
su -
yum search vpn
NetworkManager-openvpn
NetworkManager-vpnc
openvpn
vpnc
sshuttle
openconnect
ike
---- the already installed ---
NetworkManager-gnome
and
kdenetwork
( have a vpn section )
and "vpnc" is the cisco client