Today I deleted the files in the asterisk, libpri, zaptel directories that are in /usr/src and did a new CVS checkout (not update). After doing the "make install"s and starting asterisk the "show version" is the same as before: Asterisk CVS-10/09/03-20:33:57 built by root@Asterisk on a i586 running Linux It looks like there are executable "asterisk" files in /usr/sbin and /usr/lib with a change date of today. I would have expected a newer data on the Version. Is there something I missed doing? Robert
Hi, From: "rnc Info Lists" <info-lists@robertc.de>> Today I deleted the files in the asterisk, libpri, zaptel directories that > are in /usr/src and did a new CVS checkout (not update). After doing > the "make install"s and starting asterisk the "show version" is the same > as before: > Asterisk CVS-10/09/03-20:33:57 built by root@Asterisk on a i586 runningLinux You must be sure you deleted the file .version (hidden) in the .../src/asterisk directory. Better delete all, including directories. See my problem from a couple of days ago in the mail archive. If you have just deleted the content of the asterisk, zapata, zaptel and libpri directories then is normal to have the same version displayed when starting Asterisk. Best regards, Dan
I just updated yesterday, but I did a complete rm -Rf for all of the following directories: /usr/src/zaptel /usr/src/zapata /usr/src/libpri /usr/src/asterisk Then I did a new cvs checkout for all four of those items before recompiling them (make clean; make install) in the same order. My Asterisk now states that its running Version CVS-12/12/03-09:47:51. Hope this helps. Joe -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Dan Sent: Saturday, December 13, 2003 8:31 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] new CVS Checkout Hi, From: "rnc Info Lists" <info-lists@robertc.de>> Today I deleted the files in the asterisk, libpri, zaptel directoriesthat> are in /usr/src and did a new CVS checkout (not update). Afterdoing> the "make install"s and starting asterisk the "show version" is the > same as before: Asterisk CVS-10/09/03-20:33:57 built by root@Asterisk > on a i586 runningLinux You must be sure you deleted the file .version (hidden) in the .../src/asterisk directory. Better delete all, including directories. See my problem from a couple of days ago in the mail archive. If you have just deleted the content of the asterisk, zapata, zaptel and libpri directories then is normal to have the same version displayed when starting Asterisk. Best regards, Dan _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.550 / Virus Database: 342 - Release Date: 12/9/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.550 / Virus Database: 342 - Release Date: 12/9/2003
Did you do a "make clean" first before the "make && make install" ? Just my $.02 :) -bh Quoting rnc Info Lists <info-lists@robertc.de>:> Today I deleted the files in the asterisk, libpri, zaptel directories that > are in /usr/src and did a new CVS checkout (not update). After doing > the "make install"s and starting asterisk the "show version" is the same > as before: > Asterisk CVS-10/09/03-20:33:57 built by root@Asterisk on a i586 running > Linux > > It looks like there are executable "asterisk" files in /usr/sbin and > /usr/lib with a change date of today. > > I would have expected a newer data on the Version. Is there something I > missed doing? > > Robert > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > > -- > This message has been scanned for viruses and > dangerous content by The CCIS.net MailScanner, and is > believed to be clean. > > > -- > This message has been scanned for viruses and > dangerous content by the Bugs.Hamel.Net MailScanner, > and appears to be clean. > >-- ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. -- This message has been scanned for viruses and dangerous content by the Bugs.Hamel.Net MailScanner, and appears to be clean.
On Sat, 2003-12-13 at 16:41, Joe Dennick wrote:> I just updated yesterday, but I did a complete rm -Rf for all of the > following directories: > /usr/src/zaptel > /usr/src/zapata > /usr/src/libpri > /usr/src/asterisk > > Then I did a new cvs checkout for all four of those items before > recompiling them (make clean; make install) in the same order. > > My Asterisk now states that its running Version CVS-12/12/03-09:47:51.I use make update. In the Makefile under update: is the instruction rm -f .version -- Dave Cotton <dcotton@linuxautrement.com>