User Tools

Site Tools


tech:centos6

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tech:centos6 [2011/08/04 11:12] seelatech:centos6 [2011/08/05 11:19] (current) paulg
Line 1: Line 1:
 ====== CentOS6 64-Bit OS Upgrade ====== ====== CentOS6 64-Bit OS Upgrade ======
  
-<code>+
 We have been working on getting our Operating System on the Linux side upgraded to  We have been working on getting our Operating System on the Linux side upgraded to 
 a much newer version. This enhances our systems to run with some of the latest  a much newer version. This enhances our systems to run with some of the latest 
Line 7: Line 7:
  
 Here are some tips on the new OS. Here are some tips on the new OS.
- +  
-</code>  +  * All binaries/scripts have been recompiled on 64-bit (and /or compatible) with this environment 
 +  * Most revision of software are now the latest
   * If you want to compile 64-bit code, you may need to set up some environmental variables before recompiling.   * If you want to compile 64-bit code, you may need to set up some environmental variables before recompiling.
 **Recommended** \\  **Recommended** \\ 
-       Store your 64-bit code, binaries and libraries in a separate directory +Store your 64-bit code, binaries and libraries in a separate directory since we still have 32-bit systems available 
-       since we still have 32-bit systems available+ 
 +  *  To compile your code on the new Operating System (newindigo),you may need to set up environment variables 
 +  
 +   setenv LD_RUN_PATH "/cse/local/lib64" 
 +   setenv PKG_CONFIG_PATH "/cse/local/lib64/pkgconfig:/usr/lib64/pkgconfig" 
 + 
 +  *  Be aware if you log into other 32-bit systems and try to run your 64-bit code, it will not run, hence the reason to put your 64-bit programs, libraries in a separate directory 
 + 
 +== Major Program Changes ==
  
-  *  Compile your code on the new Operating System (newindigo     +  * OpenOffice has been replaced by LibreOffice (v3.4.2
-      You may need to set up environment variables +  The GCC compiler has been updated to v4.4.4 (default), v3.4 is still available
-        setenv LD_RUN_PATH "/cse/local/lib64" +
-     setenv PKG_CONFIG_PATH "/cse/local/lib64/pkgconfig:/usr/lib64/pkgconfig"+
  
      
tech/centos6.1312470724.txt.gz · Last modified: 2011/08/04 11:12 by seela

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki