LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   xcrysden installation (https://www.linuxquestions.org/questions/linux-enterprise-47/xcrysden-installation-4175443230/)

maliksaeed 12-28-2012 04:12 AM

xcrysden installation
 
I am new user of redhat linux enterprise 5.0. I want to install xcrysden but don't know how to Define the XCRYSDEN _TOPDIR and XCRYSDEN SCRATCH environmental variables. please help

TB0ne 01-06-2013 09:58 AM

Quote:

Originally Posted by maliksaeed (Post 4858300)
I am new user of redhat linux enterprise 5.0.

RHEL5.0 is old...if this is a new installation, why don't you install the latest 6.x version? And have you contacted Red Hat support, since you're paying for your Red Hat enterprise subscription, right?? If you're not, you should be using CentOS, since it's 99.x% IDENTICAL to RHEL, but FREE, and provides you with patches/updates that a non-pay-for version of RHEL won't.
Quote:

I want to install xcrysden but don't know how to Define the XCRYSDEN _TOPDIR and XCRYSDEN SCRATCH environmental variables. please help
These are environment variables, and how you define them will vary, depending on the shell you're using. Chances are it's bash, so you can either type in:
Code:

export XCRYSDEN_TOPDIR=/some/directory/path
export XCRYSDEN_SCRATCH=/some directory/path

..in a terminal window, then run your program, or you can put those two lines in your .bashrc or your .profile file. Those are in your home directory, so if you type in "vi $HOME/.bashrc", just add those lines to the bottom, save, and exit.


All times are GMT -5. The time now is 09:08 AM.