Apologies if this is a ridculous question where will I find the $PATH variable?
Thanks, Aisling
---- Original Message ---- From: javarockx@gmail.com To: ashling.odriscoll@cit.ie, serusers@iptel.org Subject: Re: [Serusers] SER 0.8.14 to 0.9.0 Date: Tue, 29 Mar 2005 07:49:44 -0500
it looks like you have two copies of ser on your machine.
You should complete remove /usr/sbin/ser and make sure /usr/local/sbin/ser is in your $PATH.
Regards, Paul
On Tue, 29 Mar 2005 13:43:56 +0100, Aisling O'Driscoll ashling.odriscoll@cit.ie wrote:
When I type "which ser". I get /usr/sbin/ser. How can I proceed
from
here?. Thank you for the reply.
Aisling.
---- Original Message ---- From: javarockx@gmail.com To: ashling.odriscoll@cit.ie Subject: Re: [Serusers] SER 0.8.14 to 0.9.0 Date: Tue, 29 Mar 2005 06:46:20 -0500
Aisling,
It seems like one of the following is true:
you're somehow mixing 0.8.14 source code with 0.9.1
you have more than one copy of ser installed on your system.
If
you type "which ser" does it point to /usr/local/sbin/ser ??
Regards, Paul
On Tue, 29 Mar 2005 09:55:06 +0100, Aisling O'Driscoll ashling.odriscoll@cit.ie wrote:
Hello,
I am still trying to change my SER version from 0.8.14 to
0.9.0. I
have followed the instructions at the following link and also on the
onsip
site. http://www.iptel.org/ser/cvs/
However when I run ser -V, I still see that I'm running 0.8.14.
I've
given an exact detail of what i do below and can someone PLEASE PLEASE point out the mistake. Thank you.
cd /usr/src export CVSROOT=:pserver:anonymous@cvs.berlios.de:/cvsroot/ser cvs login [enter for password] Here I've tried both "cvs co sip_router" for unstable version
and
"cvs co -r rel_0_9_0 sip_router" from onsip site. cd sip_router make all make install
It says every file is updated but I still run the same stable version. I've killed all ser processes before running this
command
(killall ser)
Please let me know what Im doing wrong, Aisling.
-------------------Legal
Disclaimer---------------------------------------
The above electronic mail transmission is confidential and
intended
only for the person to whom it is addressed. Its contents may be protected by legal and/or professional privilege. Should it be received by you in error please contact the sender at the above quoted email address. Any unauthorised form of reproduction of
this
message is strictly prohibited. The Institute does not guarantee
the
security of any information electronically transmitted and is not liable if the information contained in this communication is not
a
proper and complete record of the message as transmitted by the sender nor for any delay in its receipt.
Serusers mailing list Serusers@iptel.org http://mail.iptel.org/mailman/listinfo/serusers
-------------------Legal Disclaimer---------------------------------------
The above electronic mail transmission is confidential and
intended
only for the person to whom it is addressed. Its contents may be protected by legal and/or professional privilege. Should it be received by you in error please contact the sender at the above quoted email address. Any unauthorised form of reproduction of
this
message is strictly prohibited. The Institute does not guarantee
the
security of any information electronically transmitted and is not liable if the information contained in this communication is not
a
proper and complete record of the message as transmitted by the sender nor for any delay in its receipt.
-------------------Legal
Disclaimer---------------------------------------
The above electronic mail transmission is confidential and
intended only for the person to whom it is addressed. Its contents may be protected by legal and/or professional privilege. Should it be received by you in error please contact the sender at the above quoted email address. Any unauthorised form of reproduction of this message is strictly prohibited. The Institute does not guarantee the security of any information electronically transmitted and is not liable if the information contained in this communication is not a proper and complete record of the message as transmitted by the sender nor for any delay in its receipt.
-------------------Legal
Disclaimer---------------------------------------
The above electronic mail transmission is confidential and intended
only for the person to whom it is addressed. Its contents may be protected by legal and/or professional privilege. Should it be received by you in error please contact the sender at the above quoted email address. Any unauthorised form of reproduction of this message is strictly prohibited. The Institute does not guarantee the security of any information electronically transmitted and is not liable if the information contained in this communication is not a proper and complete record of the message as transmitted by the sender nor for any delay in its receipt.
-------------------Legal Disclaimer---------------------------------------
The above electronic mail transmission is confidential and intended only for the person to whom it is addressed. Its contents may be protected by legal and/or professional privilege. Should it be received by you in error please contact the sender at the above quoted email address. Any unauthorised form of reproduction of this message is strictly prohibited. The Institute does not guarantee the security of any information electronically transmitted and is not liable if the information contained in this communication is not a proper and complete record of the message as transmitted by the sender nor for any delay in its receipt.
Each linux user has an environment variable called PATH. You can set your path in the .bash_profile (assuming a redhat linux distro). Consult your linux distro for setting environment variables.
On most you can just do this:
export PATH=$PATH:/usr/local/sbin/
But this will only be for you current logged in session. When you exit the bash shell this setting will be lost.
Regards, Paul
On Tue, 29 Mar 2005 13:50:18 +0100, Aisling O'Driscoll ashling.odriscoll@cit.ie wrote:
Apologies if this is a ridculous question where will I find the $PATH variable?
Thanks, Aisling
---- Original Message ---- From: javarockx@gmail.com To: ashling.odriscoll@cit.ie, serusers@lists.iptel.org Subject: Re: [Serusers] SER 0.8.14 to 0.9.0 Date: Tue, 29 Mar 2005 07:49:44 -0500
it looks like you have two copies of ser on your machine.
You should complete remove /usr/sbin/ser and make sure /usr/local/sbin/ser is in your $PATH.
Regards, Paul
On Tue, 29 Mar 2005 13:43:56 +0100, Aisling O'Driscoll ashling.odriscoll@cit.ie wrote:
When I type "which ser". I get /usr/sbin/ser. How can I proceed
from
here?. Thank you for the reply.
Aisling.
---- Original Message ---- From: javarockx@gmail.com To: ashling.odriscoll@cit.ie Subject: Re: [Serusers] SER 0.8.14 to 0.9.0 Date: Tue, 29 Mar 2005 06:46:20 -0500
Aisling,
It seems like one of the following is true:
you're somehow mixing 0.8.14 source code with 0.9.1
you have more than one copy of ser installed on your system.
If
you type "which ser" does it point to /usr/local/sbin/ser ??
Regards, Paul
On Tue, 29 Mar 2005 09:55:06 +0100, Aisling O'Driscoll ashling.odriscoll@cit.ie wrote:
Hello,
I am still trying to change my SER version from 0.8.14 to
0.9.0. I
have followed the instructions at the following link and also on the
onsip
site. http://www.iptel.org/ser/cvs/
However when I run ser -V, I still see that I'm running 0.8.14.
I've
given an exact detail of what i do below and can someone PLEASE PLEASE point out the mistake. Thank you.
cd /usr/src export CVSROOT=:pserver:anonymous@cvs.berlios.de:/cvsroot/ser cvs login [enter for password] Here I've tried both "cvs co sip_router" for unstable version
and
"cvs co -r rel_0_9_0 sip_router" from onsip site. cd sip_router make all make install
It says every file is updated but I still run the same stable version. I've killed all ser processes before running this
command
(killall ser)
Please let me know what Im doing wrong, Aisling.
-------------------Legal
Disclaimer---------------------------------------
The above electronic mail transmission is confidential and
intended
only for the person to whom it is addressed. Its contents may be protected by legal and/or professional privilege. Should it be received by you in error please contact the sender at the above quoted email address. Any unauthorised form of reproduction of
this
message is strictly prohibited. The Institute does not guarantee
the
security of any information electronically transmitted and is not liable if the information contained in this communication is not
a
proper and complete record of the message as transmitted by the sender nor for any delay in its receipt.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-------------------Legal Disclaimer---------------------------------------
The above electronic mail transmission is confidential and
intended
only for the person to whom it is addressed. Its contents may be protected by legal and/or professional privilege. Should it be received by you in error please contact the sender at the above quoted email address. Any unauthorised form of reproduction of
this
message is strictly prohibited. The Institute does not guarantee
the
security of any information electronically transmitted and is not liable if the information contained in this communication is not
a
proper and complete record of the message as transmitted by the sender nor for any delay in its receipt.
-------------------Legal
Disclaimer---------------------------------------
The above electronic mail transmission is confidential and
intended only for the person to whom it is addressed. Its contents may be protected by legal and/or professional privilege. Should it be received by you in error please contact the sender at the above quoted email address. Any unauthorised form of reproduction of this message is strictly prohibited. The Institute does not guarantee the security of any information electronically transmitted and is not liable if the information contained in this communication is not a proper and complete record of the message as transmitted by the sender nor for any delay in its receipt.
-------------------Legal
Disclaimer---------------------------------------
The above electronic mail transmission is confidential and intended
only for the person to whom it is addressed. Its contents may be protected by legal and/or professional privilege. Should it be received by you in error please contact the sender at the above quoted email address. Any unauthorised form of reproduction of this message is strictly prohibited. The Institute does not guarantee the security of any information electronically transmitted and is not liable if the information contained in this communication is not a proper and complete record of the message as transmitted by the sender nor for any delay in its receipt.
-------------------Legal Disclaimer---------------------------------------
The above electronic mail transmission is confidential and intended only for the person to whom it is addressed. Its contents may be protected by legal and/or professional privilege. Should it be received by you in error please contact the sender at the above quoted email address. Any unauthorised form of reproduction of this message is strictly prohibited. The Institute does not guarantee the security of any information electronically transmitted and is not liable if the information contained in this communication is not a proper and complete record of the message as transmitted by the sender nor for any delay in its receipt.