Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Redhat files/directories HELP....
Name: Steven Date: December 14, 2002 at 22:40:56 Pacific OS: redhat CPU/Ram: 2.0
Comment:
How do i set up the files and directories in root for every time i try to run a program like make xconfig / load rpms off of cds or anything it comes back with can't find files or directories i was told that i need to config the system to look in the dir. what does that mean and how do i do this im running redhat 8.0 please explain in detail thank you steve.....I'm not understanding nor is the redhat Bible telling me or im not looking in the right place....
Name: 3Dave Date: December 16, 2002 at 04:44:30 Pacific
Reply:
I think you are talking about your path. This is set up in your bash profile and will usually include /bin /usr/bin /usr/local/bin /usr/X11R6/bin etc...anywhere where binary files live (ie the executable program files).
It may be that you are including spaces in the command line. Instead of: # rpm -ivh some rpm file.rpm you must type either: # rpm -ivh "some rpm file.rpm" or # rpm -ivh some\ rpm\ file.rpm
0
Response Number 2
Name: Jaguar Date: December 27, 2002 at 12:34:03 Pacific
Reply:
I use to have a similar problem, sometimes it will only look for files in the directories specified in your $PATH enviroment variable. you may need to specify that the file is in the current working directory by type ./ before the filename (for example, ./someconfigfile , or sh ./someshfile.sh )
Summary: Ok I got Redhat 7.2 from my schools ftp server and loaded it. (Don't have the manuals or anything) I have looked everywhere for this problem and I can't seem to find anything on it. I loaded linux e...
Summary: I tryed this command. tar xzvf pctel-0.9.6.tar.gz no such file. I have no clue on how to put it in my home. I tryed almost everything that everyone told me to do. I get no such file. Please help. I ra...