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.
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.
Java Rockx wrote:
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.
Exactly for preventing this issue we always compile with "make prefix=/usr/local/ser-<version-nr> install".
The monit scripts and ser configs point to a linked directory "/usr/local/ser", and when switching between different versions of ser, we just have to change the link from /usr/local/ser-0.8.14 to /usr/local/ser-0.9.0 for example.
Andy