[Freeswitch-users] freeswitch startup issue

Anthony Minessale anthmct at yahoo.com
Fri Jul 14 13:09:55 PDT 2006


No problem, 
 
This is flame-retardant list so don't worry.
 
I'll have someone follow up with more detailed instructions when they are free but in the meantime:
 
1) Get MSVC 2005 or the light one + the Platform SDK
2) check out via svn or download the source to your box
3)  from the source dir open w32/vsnet/Freeswitch.sln
4) right click on the project and choose build
 
That should build the entire thing
 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

MSN:anthony_minessale at hotmail.com
JABBER:anthony.minessale at gmail.com

FreeSWITCH Developer Conference
sip:888 at 66.250.68.194
pstn:712-432-7800 



----- Original Message ----
From: ivancoder <ivancoder at gmail.com>
To: freeswitch-users at lists.freeswitch.org
Sent: Friday, July 14, 2006 1:54:17 PM
Subject: Re: [Freeswitch-users] freeswitch startup issue


Its been a while since I’ve done any c programming  (mostly have been doing java for a while) – ideally, I was hoping to just have an install that I could double click and run and test but it looks like the code is not in that stage yet..
can someone post some setup instructions for a developer setup in windows (should something like install visual studio, download code, hit compile and it will build everything that’s needed work?) – flame away if you think I should figure this out by myself – but I’m guessing there’s quite a few people that haven’t done c in a while..
 
 



From: Anthony Minessale [mailto:anthmct at yahoo.com] 
Sent: Friday, July 14, 2006 8:23 AM
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] freeswitch startup issue
 
Hi,
 
You can call make nodepends to deactivate all the autobuilding features but it's much harder
to build then.
 
as for the mission .so
 
add $prefix/lib to your LD_LIBRARY_PATH
 
If you build to the default location /usr/local/freeswitch
add /usr/local/freeswitch/lib to ld.so.conf and run ldconfig
 
or set it from the command line
 
$ LD_LIBRARY_PATH=/usr/local/freeswitch/lib /usr/local/freeswitch/bin/freeswitch
 
or set it as an environment variable from a prompt or in your shell rc file
 
export LD_LIBRARY_PATH=/usr/local/freeswitch/lib 
 

 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

MSN:anthony_minessale at hotmail.com
JABBER:anthony.minessale at gmail.com

FreeSWITCH Developer Conference
sip:888 at 66.250.68.194
pstn:712-432-7800 
 
----- Original Message ----
From: Abdul Qadir <ablqadir at yahoo.com>
To: freeswitch-users at lists.freeswitch.org
Sent: Thursday, July 13, 2006 12:08:52 AM
Subject: [Freeswitch-users] freeswitch startup issue

Hi !
  Luckly freeswitch installed on my system after downloading other libraries. But when i run freeswitch I get this error

./freeswitch: error while loading shared libraries: /usr/local/freeswitch/lib/libfreeswitch.so.1: cannot restore segment prot after reloc: Permission denied

Any idea how to solve this problem.


Best Regards,
Abdul Qadir



Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min. 
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
 
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20060714/3ca862a1/attachment-0003.html 


More information about the FreeSWITCH-users mailing list