Changes

From SME Server
Jump to navigationJump to search
9 bytes removed ,  09:01, 27 June 2009
m
Minor text changs
Line 52: Line 52:     
  wget http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-0.82.tar.gz
 
  wget http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-0.82.tar.gz
   
  gzip -d freetds-0.82.tar.gz
 
  gzip -d freetds-0.82.tar.gz
   
  tar -xvf  freetds-0.82.tar
 
  tar -xvf  freetds-0.82.tar
   
  cd freetds-0.82
 
  cd freetds-0.82
   
  ./configure --sysconfdir=/etc --prefix=/usr --with-tdsver=8.0
 
  ./configure --sysconfdir=/etc --prefix=/usr --with-tdsver=8.0
   
  make
 
  make
   
  make install
 
  make install
   
  make clean
 
  make clean
   
  signal-event post-upgrade; signal-event reboot
 
  signal-event post-upgrade; signal-event reboot
   
{{Warning box|msg=Leaving gcc on a production server is considered a security risk, if you do not really need it you should not install it, if you need it you should seriously consider uninstalling gcc when you no longer need it. Removing gcc can be done using the following command:
 
{{Warning box|msg=Leaving gcc on a production server is considered a security risk, if you do not really need it you should not install it, if you need it you should seriously consider uninstalling gcc when you no longer need it. Removing gcc can be done using the following command:
 
  yum remove gcc}}
 
  yum remove gcc}}

Navigation menu