Re: export PATH (newbie question)

2003-10-19 Thread Rodolfo J. Paiz
ing to find the pertinent paragraph in the manual is almost impossible... Definitely so. But once you know that there is that much information in there, quickly searching through it for shell-related stuff is quite valuable. Well... yes and no. First of all, you solved my initial problem. I can add

Re: export PATH (newbie question)

2003-10-19 Thread David Eduardo Gomez Noguera
> I suppose that if there aren't at least six ways to do something, it > isn't worth doing ;) > > Now, out of plain old curiosity, where DOES bash get the default path > from (as set by the administrator or RH), as it does not show up in ANY > of the 3 files ab

Re: export PATH (newbie question)

2003-10-19 Thread Sean Earp
impossible... I have a program that I want to run from the command line on a fairly frequent basis, and do not want to have to specify the path every time (as it is several directories down), so after having done the above research, I see that I can type: export PATH=$PATH:/directory/sub

Re: export PATH (newbie question)

2003-10-18 Thread Rodolfo J. Paiz
is, and do not want to have to specify the path every time (as it is several directories down), so after having done the above research, I see that I can type: export PATH=$PATH:/directory/subdirectory which adds the necessary directory to my path variable. Works fine, and I can run my little pro

export PATH (newbie question)

2003-10-18 Thread Sean Earp
Hello all- I have googled, searched the archive, and read my RH Linux books, and I must be missing something here. I have a program that I want to run from the command line on a fairly frequent basis, and do not want to have to specify the path every time (as it is several directories down

Re: cpio -i without original path

2003-09-15 Thread Herculano de Lima Einloft Neto
al entry for cpio is the usual "we only speak info" > useless travesty of a manual entry. I've been trying, but still can't get to like info either.. This was not my problem actually.. what I wanted was getting rid of the whole path and the -d option. Sean Estabrook

Re: cpio -i without original path

2003-09-14 Thread Cameron Simpson
On 19:24 14 Sep 2003, Herculano de Lima Einloft Neto <[EMAIL PROTECTED]> wrote: |Is it possible to extract a file from a cpio archive ignoring the | original archiving path, or setting a new path? With GNU cpio you can use the --no-absolute-filenames option on extraction. I found this

cpio -i without original path

2003-09-14 Thread Herculano de Lima Einloft Neto
Is it possible to extract a file from a cpio archive ignoring the original archiving path, or setting a new path? Thanks -- Herculano de Lima Einloft Neto <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/

Re: Getting a prompt to show directory path under RH 9.0 bash shell

2003-09-02 Thread bfd
Sean Estabrooks wrote: You can try to track this down further or simply move the setting of PS1 to the very last line of your .bashrc This worked after moving the global definitions to the top of the file. Thanx. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.re

Re: Setup Path

2003-09-02 Thread Aly Dharshi
I think that you want: export PATH=/usr/local:/usr/bin:$PATH or something like this, you may want to also specify what shell this is for. it would work for bash and ksh I think. So man the shell you are using e.g. man bash Cheers, Aly. On Tue, 2003-09-02 at 09:49, Khademul

Setup Path

2003-09-02 Thread Khademul Islam
Anyone knows! As I am new in Linux, How do I setup path in Linux for users? Thanks .. Khademul Islam ( Dali ) Software Engineer -- Integrated Supply Chain Customer Solution Center IBM Rochester Tel: 507 253 8281 Fax: 507 253 8243 E-mail: [EMAIL

Re: Getting a prompt to show directory path under RH 9.0 bash shell

2003-09-02 Thread bfd
Sean Estabrooks wrote: On Mon, 01 Sep 2003 16:20:53 -0600 bfd <[EMAIL PROTECTED]> wrote: Hello, I want my prompt, both in the text console and X-windows shell console, to show the path to the current directory, e.g., [/usr/local/mozilla/icons]$ Under RH 7.3, I could get this by add

Re: Getting a prompt to show directory path under RH 9.0 bash shell

2003-09-02 Thread Sean Estabrooks
On Mon, 01 Sep 2003 22:49:48 -0600 bfd <[EMAIL PROTECTED]> wrote: > >>When adding these lines into .bashrc under RH 9.0, after typing > >>"startx", I get a black screen with a black X indicating the mouse > >>cursor. I believe that X is loading but KDE never loads. > >> [...snip...] > I've used

Getting a prompt to show directory path under RH 9.0 bash shell

2003-09-01 Thread bfd
Hello, I want my prompt, both in the text console and X-windows shell console, to show the path to the current directory, e.g., [/usr/local/mozilla/icons]$ Under RH 7.3, I could get this by adding to my .bashrc file the lines PS1=[\\w]\\$ export PS1 When adding these lines into

Re: No Java VM in my PATH?

2003-07-27 Thread James Gibbon
Nick Wilson wrote: > > You need install the Java VM to your machine, if you haven't done so > > already. > > > > http://www.java.com > > > > Simple way to put java in your PATH is to symlink the main java > > executable to a directory already

Re: No Java VM in my PATH?

2003-07-27 Thread Nick Wilson
* and then Ricky Boone declared > > I'm trying to install LimeWire and it's telling me that there is no Java > > Virtual Macine in my PATH. Could someone please point me in the right > > direction? > > You need install the Java VM to your machine, if you ha

Re: No Java VM in my PATH?

2003-07-27 Thread Ricky Boone
On Sun, 2003-07-27 at 07:09, Nick Wilson wrote: > I'm trying to install LimeWire and it's telling me that there is no Java > Virtual Macine in my PATH. Could someone please point me in the right > direction? You need install the Java VM to your machine, if you haven'

No Java VM in my PATH?

2003-07-27 Thread Nick Wilson
Hi all, I'm trying to install LimeWire and it's telling me that there is no Java Virtual Macine in my PATH. Could someone please point me in the right direction? Many thanks.. -- Nick W -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.c

RE: path help please!

2003-07-09 Thread ashleigh smythe
Thank you Hugh! You were right - I was just doing "$su martin" to test out the new user. I had no clue that that retained my environment - su with the dash shows that his path is fine. I would have struggled for who knows how many more hours with this. I guess I should look up eve

RE: path help please!

2003-07-09 Thread Hugh E Cruickshank
quot;su -" to get the target user's environment (including path). This goes for root as well. HTH Regards, Hugh -- Hugh E Cruickshank, Forward Software, www.forward-software.com From: ashleigh smythe Sent: Wednesday, July 09, 2003 17:46 > > Hello. I've been learning Redhat f

path help please!

2003-07-09 Thread ashleigh smythe
I can't recall what it was before moving up to 9, but now my $PATH (default from the installation I guess - I haven't changed it) is: /usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/ashleigh/bin As root, I've created a new user both using the gnome graphical config-users too

OpenSSL Path

2003-07-09 Thread John Nichel
Is there an enviroment variable in which apps like Samba look for the OpenSSL path? The Red Hat rpm installs OpenSSL in /usr/share/ssl but I want to get rid of the rpm version, and compile my own installed in /usr/local/ssl -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED

sgi_fam does not return full path for events

2003-07-07 Thread dennis_patterson
We are testing sgi_fam in our RedHat 8.0 installation for our own uses, and are using the monitor.cc program as a starting point. We have registered a directory to monitor, but the only events that return a full path are the directory registration begin and end events. All file creations

RE: global path settings - /etc/profile settings

2003-06-04 Thread Robert P. J. Day
On Tue, 3 Jun 2003, Eric Hammersley wrote: > Honestly the easiest way is to follow the same method RH uses in > /etc/profile. Add another 'pathmunge' after the last one in > /etc/profile. ie. > > pathmunge /your/path/here after > > Add the 'after'

RE: global path settings - /etc/profile settings

2003-06-04 Thread Eric Hammersley
Honestly the easiest way is to follow the same method RH uses in /etc/profile. Add another 'pathmunge' after the last one in /etc/profile. ie. pathmunge /your/path/here after Add the 'after' if you want it to add at the tail of the existing system path, leaving the '

global path settings - /etc/profile settings

2003-06-03 Thread Kelvin L. Barnes
I am looking for detailed instructions (with examples, if possible) that I can follow to add global paths to RH9. Thank you. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Redhat-config-packages directory path

2003-03-17 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 17 Mar 2003 13:41:28 -0800, DuSTiN KRySaK wrote: > > The proper installation path is to the root of a directory tree as > > described in the README on disc #1. For instance, if you mounted > > disc #1 on /mnt/

Re: Redhat-config-packages directory path

2003-03-17 Thread DuSTiN KRySaK
On 3/17/03 1:09 PM, "Michael Schwendt" <[EMAIL PROTECTED]> spit this out onto my computer screen: > [recycling an old posting] > > The proper installation path is to the root of a directory tree as > described in the README on disc #1. For instance, if you mounted

Re: Redhat-config-packages directory path

2003-03-17 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 17 Mar 2003 11:08:16 -0800, DuSTiN KRySaK wrote: > Hi there - I have copied all 3 disks of my RH install CD's to my hard > drive Now when using redhat-config-packages, I know you are supposed to > specify "-t" to d

Redhat-config-packages directory path

2003-03-17 Thread DuSTiN KRySaK
Hi there - I have copied all 3 disks of my RH install CD's to my hard drive Now when using redhat-config-packages, I know you are supposed to specify "-t" to do the path... Now what I am wondering - where exactly does the path need to go to? The root of the cd? Right to the RPMS

Re: Change cd path when installing 3rd party RPM

2003-03-11 Thread Mikkel L. Ellertson
On Mon, 10 Mar 2003, DuSTiN KRySaK wrote: > Hi there - earlier yesterday, someone passed on the info on how to > change the path the redhat-config-packages looks for the rh8 cd's, but > I have a question.. What if you are installing a 3rd party RPM, and it > prompts for a cd?

Change cd path when installing 3rd party RPM

2003-03-10 Thread DuSTiN KRySaK
Hi there - earlier yesterday, someone passed on the info on how to change the path the redhat-config-packages looks for the rh8 cd's, but I have a question.. What if you are installing a 3rd party RPM, and it prompts for a cd? Is there a way to point that to the cd files on your hard

Re: Change the path - prompted for CD's

2003-03-10 Thread Mikkel L. Ellertson
On Mon, 10 Mar 2003, DuSTiN KRySaK wrote: > Hi there - is there a way to change the path that that > redhat-config-packages looks in when installing stuff from cd? I have > a large hard drive, and want to copy the 3 cd's to my backup drive, > and then if I ever install, update

Change the path - prompted for CD's

2003-03-10 Thread DuSTiN KRySaK
Hi there - is there a way to change the path that that redhat-config-packages looks in when installing stuff from cd? I have a large hard drive, and want to copy the 3 cd's to my backup drive, and then if I ever install, update or anything like that - and it wants the cd's, they are alr

Re: Editing My PATH

2003-03-06 Thread Tim Willis
What? Just anywhere? Trying it at the end of the file... Ok, great. It works... Thanks! On Wed, 2003-03-05 at 18:10, [EMAIL PROTECTED] wrote: > On Thu, 5 Mar 2003, Tim Willis wrote: > > > I've been trying to add /usr/sbin and /sbin to my path by doing export > > PAT

Re: Editing My PATH

2003-03-05 Thread Bret Hughes
On Wed, 2003-03-05 at 17:57, Tim Willis wrote: > I've been trying to add /usr/sbin and /sbin to my path by doing export > PATH=$PATH:/sbin:/usr/sbin. However, it seems to only work for the > current terminal session. When I re-open the terminal and echo $PATH, > the two director

Re: Editing My PATH

2003-03-05 Thread Ed . Greshko
On Thu, 5 Mar 2003, Tim Willis wrote: > I've been trying to add /usr/sbin and /sbin to my path by doing export > PATH=$PATH:/sbin:/usr/sbin. However, it seems to only work for the > current terminal session. When I re-open the terminal and echo $PATH, > the two directories are

Editing My PATH

2003-03-05 Thread Tim Willis
I've been trying to add /usr/sbin and /sbin to my path by doing export PATH=$PATH:/sbin:/usr/sbin. However, it seems to only work for the current terminal session. When I re-open the terminal and echo $PATH, the two directories are gone from my PATH. I've looked at the .bashrc

Re: PATH

2003-03-05 Thread Mikkel L. Ellertson
it, then /usr/local/bin would be the place to put it. If it is for just your use, I usualy create a directory called bin in my home directory, and put that type of program or script in there. I think Redhat inclused that in your path now... Mikkel -- Do not meddle in the affairs of

PATH

2003-03-04 Thread Toto Gamez
hi, i have an executable which reside in other directory and i want to execute it anywhere (directory ) i am. where should i put it and what is the command regards, Toto -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: $PATH and startup sequence

2003-03-01 Thread Mikkel L. Ellertson
On Sat, 1 Mar 2003, exits funnel wrote: > Hello, > > I'm trying to determine where exactly $PATH is set. > I've read the bash man page which was informative but > doesn't quite answer my question. When I add an 'echo > $PATH' to the beginning of /e

Re: $PATH and startup sequence

2003-03-01 Thread Stephen Kuhn
On Sun, 2003-03-02 at 04:44, exits funnel wrote: > Hello, > > I'm trying to determine where exactly $PATH is set. > I've read the bash man page which was informative but > doesn't quite answer my question. When I add an 'echo > $PATH' to the beginni

$PATH and startup sequence

2003-03-01 Thread exits funnel
Hello, I'm trying to determine where exactly $PATH is set. I've read the bash man page which was informative but doesn't quite answer my question. When I add an 'echo $PATH' to the beginning of /etc/profile and than start a login shell I can see that PATH is already

Re: path change

2003-02-27 Thread Alexey Fadyushin
The most easy way is to explicitly set the PATH variable to the value you want. For example, you could insert into you .profile file something similar to PATH="/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/X11R6/bin:/root/bin:/usr/bin/make:/usr/bin:/usr/loca

Re: path change

2003-02-27 Thread Jan
bulent acikgoz wrote: > Hi friends, > I use RH8. > I want to change PATH order. My PATH like this, > > [EMAIL PROTECTED] /]# echo $PATH > /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin: > /sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/bin/

path change

2003-02-27 Thread bulent acikgoz
Hi friends, I use RH8. I want to change PATH order. My PATH like this, [EMAIL PROTECTED] /]# echo $PATH /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin: /sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/bin/make: /usr/bin:/usr/local/bin [EMAIL PROTECTED] /]# I want

Re: Installing TrueType fonts into Redhat-with xfs:- "ignoring font path element (unreadable)"

2003-02-24 Thread Nick Lindsell
"ignoring font path element [new font dir] (unreadable)" reported in syslog and the new fonts are not available to Gimp. I've spent the last 24hrs googling this without finding out what I'm missing so I throw myself upon the tender mercies of this lis

Installing TrueType fonts into Redhat-with xfs:- "ignoring font path element (unreadable)"

2003-02-24 Thread Nick Lindsell
Font-HOWTO/xfonts.html tells me I need to make a new font directory, copy the fonts into it, run ttmkfdir and mkfontdir within the new fonts dir and then chkfontpath will add that dir to xfs' config. Which it does. However on restarting xfs I get:- "ignoring font path element [new fo

Bonobo-WARNING **: Can't find path '/popups/selection

2003-01-28 Thread Mike Vanecek
I keep getting these warning messages on my terminal screen using RH 8.0, Gnome. (nautilus:3939): Bonobo-WARNING **: Can't find path '/popups/selection' for popup widget (nautilus:3939): Bonobo-WARNING **: Can't find path '/popups/selection' for popup widget (

RE: how to set up environment varibles$ path for all usrer

2003-01-14 Thread Cameron . Davidson
Jianping Zhu <mailto:[EMAIL PROTECTED]> wrote on Wednesday, 15 January 2003 04:32: > after setting $path in /etc/profile. how can let this change take > effect without having to restart computer? > Thanks login. This assumes you are using bash as a login shell - other shells

how to set up environment varibles$ path for all usrer

2003-01-14 Thread Jianping Zhu
after setting $path in /etc/profile. how can let this change take effect without having to restart computer? Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: hwo to set java path permanently

2002-12-16 Thread malikm
set path in /etc/profile On Mon, 16 Dec 2002, Jianping Zhu wrote: > I have redhat7.1 linux several, default shell is bash shell, I installed > java and javac in /usr/local/jdk/bin > how can i set java path premantly so every user can use javac and java? >

hwo to set java path permanently

2002-12-16 Thread Jianping Zhu
I have redhat7.1 linux several, default shell is bash shell, I installed java and javac in /usr/local/jdk/bin how can i set java path premantly so every user can use javac and java? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia

Re: RH 7.2 Path ?

2002-12-09 Thread Bret Hughes
On Mon, 2002-12-09 at 10:59, Mike Stewart wrote: > Thanks Bret. > > Adding to the user's bash file would only affect the $PATH for that user > though... but as it's only really needed for root at the console presently > then this will do. There must be some way of set

Re: RH 7.2 Path ?

2002-12-09 Thread Mike Stewart
Thanks Bret. Adding to the user's bash file would only affect the $PATH for that user though... but as it's only really needed for root at the console presently then this will do. There must be some way of setting it globally I should think. Thanks Mike - Original Message

Re: RH 7.2 Path ?

2002-12-09 Thread Bret Hughes
On Mon, 2002-12-09 at 05:23, Irvine Russell wrote: > Mike Stewart kirjoitti 09.12.2002 kello 11:58: > > Hi there, a simple question from a simple newbie how/where do I > > set up > > the PATH ? I need to add a folder to it. > > > > I looked in etc/profile b

Re: RH 7.2 Path ?

2002-12-09 Thread Mike Stewart
Thanks Irvine, that seems to do the trick. Mike - Original Message - From: "Irvine Russell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 09, 2002 11:23 AM Subject: Re: RH 7.2 Path ? > Mike Stewart kirjoitti 09.12.2002 kello 11:58: > &

Re: RH 7.2 Path ?

2002-12-09 Thread Irvine Russell
Mike Stewart kirjoitti 09.12.2002 kello 11:58: > Hi there, a simple question from a simple newbie how/where do I > set up > the PATH ? I need to add a folder to it. > > I looked in etc/profile but that seems to pick up the path from > somewhere > else then add user

RE: RH 7.2 Path ?

2002-12-09 Thread DUSSAULT Patrick
See in [user@linuxbox]# cat .bash_profile -Message d'origine-De : Mike Stewart [mailto:[EMAIL PROTECTED]]Envoyé : lundi 9 décembre 2002 10:59À : [EMAIL PROTECTED]Objet : RH 7.2 Path ? Hi there, a simple question from a simple newbie how/where do I set up the

RH 7.2 Path ?

2002-12-09 Thread Mike Stewart
Hi there, a simple question from a simple newbie how/where do I set up the PATH ?  I need to add a folder to it.   I looked in etc/profile but that seems to pick up the path from somewhere else then add user's specific things to the original path ?     Thanks   Mike

ERROR: no acceptable cc in $Path (and more errors) Help!

2002-11-29 Thread Shizznik McRuube
table cc found in $PATH I have run into these errors with every program or driver etc. When I have to compile to install. Whilst looking for a solution I found a site that said to try running: CC="cc_name" ./configure this is the output of that. CC="cc_name" ./configure loa

Re: PATH and TFTP daemon in RH8

2002-11-14 Thread Awuku Danso
d in RH8 and what I have to do to get tftp daemon >started at boot. I've ticked its checkbox in the services GUI dialog box but still no >joy. > > My second question is about the PATH environment settings. It seems to have changed >a lot in RH8.0. Where do I set

Re: PATH and TFTP daemon in RH8

2002-11-14 Thread Awuku Danso
same. Does anyone know if I've missed a file which may have have been added to version 8.0? On the second question, I used to add other directories to the PATH environment, certainly on RH 7.3, in the rc.sysinit file but it seems to have been removed from this file. I did look at the /etc/

Re: PATH and TFTP daemon in RH8

2002-11-13 Thread Mike Burger
alog box but still no >joy. > > My second question is about the PATH environment settings. It seems to have changed >a lot in RH8.0. Where do I set a system-wide PATH? > > Awuku Danso ([EMAIL PROTECTED]) > > > > -- Mike Burger http://www.bubbanfrien

Re: PATH and TFTP daemon in RH8

2002-11-13 Thread Yoink!
re is a verbose option. > My second question is about the PATH environment settings. It seems to > have changed a lot in RH8.0. Where do I set a system-wide PATH? /etc/profile -- \ \/ / _ |~\ _ In God We Trust. All Others Pay Cash. > < / \|\ /|+-< | | "The world is

PATH and TFTP daemon in RH8

2002-11-13 Thread Awuku Danso
nged in RH8 and what I have to do to get tftp daemon started at boot. I've ticked its checkbox in the services GUI dialog box but still no joy. My second question is about the PATH environment settings. It seems to have changed a lot in RH8.0. Where do I set a system-wide PATH? Awuku Danso

Adding $PATH variables globally || Example Please

2002-10-20 Thread MET
Attached is a copy of my default /etc/profile file which contains all of the system wide variables/paths for all of my bash users. If someone could show me how I would add something like /usr/local/qt/doc and /usr/local/qt/include and one or two more that would be greatly appreciated. $PATH

Re: Adding $PATH variables globally || Example Please

2002-10-20 Thread David Holden
Hi Mathew, If you look at this script you can see it runs all the files in /etc/profile.d with the suffix .sh So you could create a file in this directory call say "userpaths.sh" and put in it PATH=$PATH:/add/to/path1:/add/to/path2 export PATH This would then add "/add/to/path

Re: Adding $PATH variables globally || Example Please

2002-10-20 Thread Frank Bax
be greatly appreciated. $PATH variables are a brand new thing to me. ~ Matthew The 'pathmunge' function ensures that a directory is not included in PATH multiple times. After the line that says: pathmunge /usr/X11R6/bin after insert the lines: pathmunge /usr/local/qt

RE: ldconfig in path?

2002-08-19 Thread Al Sparks
esmond > > >From: "Matt" <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: <[EMAIL PROTECTED]> > >CC: <[EMAIL PROTECTED]> > >Subject: RE: ldconfig in path? > >Date: Mon, 19 Aug 2002 16:40:03 -0400 (EDT) > > > >Desmon:

RE: ldconfig in path?

2002-08-19 Thread Desmond Lee
lt;[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >CC: <[EMAIL PROTECTED]> >Subject: RE: ldconfig in path? >Date: Mon, 19 Aug 2002 16:40:03 -0400 (EDT) > >Desmon: > >type "whereis ldconfig" That will show you where it is.

RE: ldconfig in path?

2002-08-19 Thread Matt
Desmon: type "whereis ldconfig" That will show you where it is. I think you will find it in /usr/sbin Then just export it to your path variable. Also, to avoid this problem in the future you should be using "su -" and not "su" >Hi there >I'm trying

Re: ldconfig in path?

2002-08-19 Thread Joe Giles
Actually, If you didn't do a su - (with the "-"), then try that. Otherwise add /sbin to the path in /etc/profile, but be warned this could pose as a security issue with some administrators. You may have to alter the profile scrips to only allow /sbin path for certain UID's or

ldconfig in path?

2002-08-19 Thread Desmond Lee
Hi there I'm trying to install Sophos Antivirus software for redhat. I'm running into a problem when i try and execute ./install.sh. It gives me the following message: Error: Could not find 'ldconfig' in path. Does this mean i have to go into the /etc/profile and add s

Re: ldconfig in path?

2002-08-19 Thread Teodor Georgiev
whereis ldconfig are you running the script as root? - Original Message - From: "Desmond Lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 19, 2002 9:43 PM Subject: ldconfig in path? > Hi there > > I'm trying to install Sopho

ldconfig in path?

2002-08-19 Thread Desmond Lee
Hi there I'm trying to install Sophos Antivirus software for redhat. I'm running into a problem when i try and execute ./install.sh. It gives me the following message: Error: Could not find 'ldconfig' in path. Does this mean i have to go into the /etc/profile and add s

Re: Path to perl

2002-06-05 Thread ebinc
On other servers perl was located at /usr/bin/perl and usr/local/bin/perl/ I had 1 script that worked and the path to perl was usr/bin/perl/ -w thats how I found out this worked now This is my first server I configured using Red Hat 7.2/Plesk rpm version I just dont know why it only works by

Re: Path to perl

2002-06-05 Thread Cameron Simpson
roblem with the install I presume they had /usr/local/bin/perl or suchlike? Tell us what they were like before. /usr/bin/perl is the "standard" (de facto) location for the system perl. There are some historic scripts which have a /usr/local/bin path because they date from the ti

Re: Path to perl

2002-06-05 Thread Karl O . Pinc
ave to have the _first_ characters of a script be #!/path/to/interperter That's how the system knows which interpreter (language) to use. See "man execve". This is the basis of the file command, see "man file" and "man magic". The script also has to be marked execu

Path to perl

2002-06-05 Thread ebinc
Hi Forum I installed Red Hat and plesk The only way my cgi scripts work is if I specify /usr/bin/perl/ -w I never had to edit a script before like this to work Is there a problem with the install Ed ___ Redhat-list mailing list [EMAIL PROTECTED] https

Re: Mutt path conflict?

2002-05-01 Thread cameron
On Tue, Apr 30, 2002 at 04:32:32PM -0500, Gary wrote: > On Tue, Apr 30, 2002 at 12:31:46PM -0500 or thereabouts, cameron wrote: > > > (also, is it possible to word wrap in vi? I have to endline on my > > own.) > > in my .muttrc file, I have this line: > set editor="vim -c 'set tw=72 et' -c ':

Re: Mutt path conflict?

2002-05-01 Thread cameron
On Tue, Apr 30, 2002 at 02:49:25PM -0400, Michael George wrote: > On Tue, Apr 30, 2002 at 12:31:46PM -0500, cameron wrote: > > I compiled mutt version 1.3.28i expecting to use it instead of my > > RPM version 1.2.5.1i. The rc was too complicated and I don't have > > the time right now so I reins

Re: Mutt path conflict?

2002-04-30 Thread Gary
On Tue, Apr 30, 2002 at 10:12:32PM -0400 or thereabouts, Anthony E. Greene wrote: > >> (also, is it possible to word wrap in vi? I have to endline on my > >> own.) > > > >in my .muttrc file, I have this line: > >set editor="vim -c 'set tw=72 et' -c ':0;/^$'" > > > >This will not only set your wi

Re: Mutt path conflict?

2002-04-30 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30-Apr-2002/16:32 -0500, Gary <[EMAIL PROTECTED]> wrote: >On Tue, Apr 30, 2002 at 12:31:46PM -0500 or thereabouts, cameron wrote: > >> (also, is it possible to word wrap in vi? I have to endline on my >> own.) > >in my .muttrc file, I have this

Re: Mutt path conflict?

2002-04-30 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30-Apr-2002/14:49 -0400, Michael George <[EMAIL PROTECTED]> wrote: >On Tue, Apr 30, 2002 at 12:31:46PM -0500, cameron wrote: >> (also, is it possible to word wrap in vi? I have to endline on my >> own.) > >I have "wrapmargin=2" in my EXINIT strin

Re: Mutt path conflict?

2002-04-30 Thread Gary
On Tue, Apr 30, 2002 at 12:31:46PM -0500 or thereabouts, cameron wrote: > (also, is it possible to word wrap in vi? I have to endline on my > own.) in my .muttrc file, I have this line: set editor="vim -c 'set tw=72 et' -c ':0;/^$'" This will not only set your width to 72 (or whatever you wa

Re: Mutt path conflict?

2002-04-30 Thread Michael George
On Tue, Apr 30, 2002 at 12:31:46PM -0500, cameron wrote: > I compiled mutt version 1.3.28i expecting to use it instead of my > RPM version 1.2.5.1i. The rc was too complicated and I don't have > the time right now so I reinstalled 1.2.5.1i with the RPM. Now I > can access 1.3.28i from tty1-6 w

RE: Path statements

2002-04-25 Thread Linux
Thanks Benjaman -Original Message- From: Benjamin Rich Sent: Friday, 26 April 2002 07:00 To: [EMAIL PROTECTED] Subject: RE: Path statements Add the paths to your /etc/profile for system wide profiles separated by a : -Original Message- From: Linux Sent: Thursday, April 25

RE: Path statements

2002-04-25 Thread Benjamin Rich
Add the paths to your /etc/profile for system wide profiles separated by a : -Original Message- From: Linux [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 2:26 PM To: 'Redhat-List (E-mail) Subject: Path statements Hi I am installing HP Openmail at the moment. I have

Path statements

2002-04-25 Thread Linux
Hi I am installing HP Openmail at the moment. I have been asked to add paths /opt/openmail to the path variable statement and export them? How? Set the environment variable LANG to be a valid system variable name Many Thanks Mike This mail was processed by Mail essentials for Exchange

RE: how to set evn path

2002-03-06 Thread Arthur H. Johnson II
[EMAIL PROTECTED] > Subject: Re: how to set evn path > > > It works, Thank you very much. > One additional qustion is that: I am also root user, can I set the env in > some way (do some thing to the .bash_prifile in root directory i guess)so > every ordinay user can use java

RE: how to set evn path

2002-03-06 Thread Paul Hamm
PM To: Arthur H. Johnson II Cc: [EMAIL PROTECTED] Subject: Re: how to set evn path It works, Thank you very much. One additional qustion is that: I am also root user, can I set the env in some way (do some thing to the .bash_prifile in root directory i guess)so every ordinay user can use java compiler

Re: how to set evn path

2002-03-06 Thread Arthur H. Johnson II
user can use java compiler form her home directory. > > Thanks > > On 6 Mar 2002, Arthur H. Johnson II wrote: > > > You line: > > > > PATH=$PATH:$HOME/bin /usr/java/bin > > > > Should read: > > > > export PATH=$PATH:$HOME/bin:/usr/java/

Re: how to set evn path

2002-03-06 Thread Jianping Zhu
: > You line: > > PATH=$PATH:$HOME/bin /usr/java/bin > > Should read: > > export PATH=$PATH:$HOME/bin:/usr/java/bin > > On Wed, 2002-03-06 at 14:04, Jianping Zhu wrote: > > I have java install in usr/java directory, (javac and java in > > /usr/java/bin

Re: how to set evn path

2002-03-06 Thread Arthur H. Johnson II
You line: PATH=$PATH:$HOME/bin /usr/java/bin Should read: export PATH=$PATH:$HOME/bin:/usr/java/bin On Wed, 2002-03-06 at 14:04, Jianping Zhu wrote: > I have java install in usr/java directory, (javac and java in > /usr/java/bin) how can modify .bash_profile in /home/jzhu so I can use &

how to set evn path

2002-03-06 Thread Jianping Zhu
I have java install in usr/java directory, (javac and java in /usr/java/bin) how can modify .bash_profile in /home/jzhu so I can use javac and java in /home/jzhu? in fact I add this line in the .bash_profile PATH=$PATH:$HOME/bin /usr/java/bin but it does not work. Any advice appreciated

Re: Return Path:

2002-02-26 Thread Benny Pedersen
--- Reply to a message --- By: Adam Mercer ->: a Mail :>: Re: Return Path: > 127.0.0.1 localhost.localdomain localhost > xxx.xxx.xxx.xxx skymoo.dyndns.org skymoo > > if so how can I write my current ip address in /etc/hosts? then make a program that update the ip in the ho

Re: Return Path:

2002-02-26 Thread Benny Pedersen
--- Reply to a message --- By: Adam Mercer ->: a Mail :>: Return Path: > When I send mail from my system the Return-Path: header in the > email is set to > > Return-Path: <[EMAIL PROTECTED]> > > this is obviously causing a few problems, how can I make sure t

Re: Return Path:

2002-02-24 Thread Cameron Simpson
On 23:39 24 Feb 2002, Adam Mercer <[EMAIL PROTECTED]> wrote: | I've got a dyndns.org domain which is the next thing I'm going to setup, | however with that I've got a problem I need to solve. In /etc/hosts will | I need the ip addres that my machine is currently using eg | | 127.0.0.1 localho

Re: Return Path:

2002-02-24 Thread ABrady
On Sun, 24 Feb 2002 23:39:28 + Adam Mercer <[EMAIL PROTECTED]> blurted: > > > | When I send mail from my system the Return-Path: header in the > > | email is set to > > | Return-Path: <[EMAIL PROTECTED]> > > | this is obviously causing a few problems,

  1   2   3   >