VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
msc at freeswitch.org Guest
|
Posted: Thu May 21, 2009 10:56 pm Post subject: [Freeswitch-users] IMPORTANT: Latest FreeSWITCH SVN Updates |
|
|
FYI,
We just want to let everyone know that we have made a few updates that will require a rebootstrap. One of the key updates was a security fix for libsndfile. In this particular case it won't be possible simply to "make current" like you normally do. Here is a common set of commands for a typical Linux rebootstrap:
cd /usr/src/freeswitch.trunk
make clean
svn up
./bootstrap.sh
./configure
make install
NOTE: if you've got the libzrtp file and you've already run the buildzrtp.sh script then be sure to use "./configure --enable-zrtp" in the above operation.
Thank you for your continued support of the FreeSWITCH project!
-Michael S Collins
http://www.cluecon.com |
|
Back to top |
|
|
mszlazak at aol.com Guest
|
Posted: Fri May 22, 2009 10:12 am Post subject: [Freeswitch-users] IMPORTANT: Latest FreeSWITCH SVN Updates |
|
|
What problems will a Windows user have when updating with Tortoise SVN?
-----Original Message-----
From: Michael Collins <msc@freeswitch.org>
To: freeswitch-users@lists.freeswitch.org <freeswitch-users@lists.freeswitch.org>; freeswitch-dev@lists.freeswitch.org <freeswitch-dev@lists.freeswitch.org>
Sent: Thu, 21 May 2009 8:54 pm
Subject: [Freeswitch-users] IMPORTANT: Latest FreeSWITCH SVN Updates - Bootstrap Required
FYI,
We just want to let everyone know that we have made a few updates that will require a rebootstrap. One of the key updates was a security fix for libsndfile. In this particular case it won't be possible simply to "make current" like you normally do. Here is a common set of commands for a typical Linux rebootstrap:
cd /usr/src/freeswitch.trunk
make clean
svn up
./bootstrap.sh
./configure
make install
NOTE: if you've got the libzrtp file and you've already run the buildzrtp.sh script then be sure to use "./configure --enable-zrtp" in the above operation.
Thank you for your continued support of the FreeSWITCH project!
-Michael S Collins
[/url][url=http://www.cluecon.com]http://www.cluecon.com
We found the real 'Hotel California' and the 'Seinfeld' diner. What will you find? Explore WhereItsAt.com. |
|
Back to top |
|
|
msc at freeswitch.org Guest
|
Posted: Fri May 22, 2009 10:47 am Post subject: [Freeswitch-users] IMPORTANT: Latest FreeSWITCH SVN Updates |
|
|
On Fri, May 22, 2009 at 7:58 AM, <mszlazak@aol.com (mszlazak@aol.com)> wrote:
Quote: | What problems will a Windows user have when updating with Tortoise SVN?
|
I haven't had a chance to test it out but what I would do is update and then "rebuild solution" and see how it goes. Let us know if you run into any issues.
-MC |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Fri May 22, 2009 10:52 am Post subject: [Freeswitch-users] IMPORTANT: Latest FreeSWITCH SVN Updates |
|
|
Windows should have to clean the solution and rebuild
/b
On May 22, 2009, at 10:36 AM, Michael Collins wrote:
Quote: |
On Fri, May 22, 2009 at 7:58 AM, <mszlazak@aol.com (mszlazak@aol.com)> wrote:
Quote: | What problems will a Windows user have when updating with Tortoise SVN?
|
I haven't had a chance to test it out but what I would do is update and then "rebuild solution" and see how it goes. Let us know if you run into any issues.
-MC |
Brian West
brian@freeswitch.org (brian@freeswitch.org)
-- Meet us at ClueCon! http://www.cluecon.com |
|
Back to top |
|
|
mszlazak at aol.com Guest
|
Posted: Sat May 23, 2009 10:35 am Post subject: [Freeswitch-users] IMPORTANT: Latest FreeSWITCH SVN Updates |
|
|
I get a lot of these errors on vc++ express 2008:
59>Linking...
59>LINK : fatal error LNK1181: cannot open input file '..\..\..\..\w32\library\debug\freeswitchcore.lib'
59>Build log was saved at "file://c:\Documents and Settings\Mark Szlazak\My Documents\FreeSWITCH\src\mod\applications\mod_fsv\Win32\Debug\BuildLog.htm"
59>mod_fsv - 1 error(s), 1 warning(s)
-----Original Message-----
From: Michael Collins <msc@freeswitch.org>
To: freeswitch-users@lists.freeswitch.org
Sent: Fri, 22 May 2009 8:36 am
Subject: Re: [Freeswitch-users] IMPORTANT: Latest FreeSWITCH SVN Updates - Bootstrap Required
On Fri, May 22, 2009 at 7:58 AM, <mszlazak@aol.com (mszlazak@aol.com)> wrote:
Quote: | What problems will a Windows user have when updating with Tortoise SVN?
|
I haven't had a chance to test it out but what I would do is update and then "rebuild solution" and see how it goes. Let us know if you run into any issues.
-MC
We found the real 'Hotel California' and the 'Seinfeld' diner. What will you find? Explore WhereItsAt.com. |
|
Back to top |
|
|
msc at freeswitch.org Guest
|
Posted: Sat May 23, 2009 11:44 am Post subject: [Freeswitch-users] IMPORTANT: Latest FreeSWITCH SVN Updates |
|
|
Did you try clean solution as brian suggested?
-MC
Sent from my iPhone
On May 23, 2009, at 8:33 AM, mszlazak@aol.com (mszlazak@aol.com) wrote:
|
|
Back to top |
|
|
mszlazak at aol.com Guest
|
Posted: Sat May 23, 2009 2:53 pm Post subject: [Freeswitch-users] IMPORTANT: Latest FreeSWITCH SVN Updates |
|
|
Yes I did.
-----Original Message-----
From: Michael S Collins <msc@freeswitch.org>
To: freeswitch-users@lists.freeswitch.org <freeswitch-users@lists.freeswitch.org>
Sent: Sat, 23 May 2009 9:42 am
Subject: Re: [Freeswitch-users] IMPORTANT: Latest FreeSWITCH SVN Updates - Bootstrap Required
Did you try clean solution as brian suggested?
-MC
Sent from my iPhone
On May 23, 2009, at 8:33 AM, mszlazak@aol.com (mszlazak@aol.com) wrote:
We found the real 'Hotel California' and the 'Seinfeld' diner. What will you find? Explore WhereItsAt.com. |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|