[Freeswitch-users] freeswitch startup issue
Michael Jerris
mike at jerris.com
Sat Jul 15 11:40:21 PDT 2006
You only need to install platform sdk if using the MSVC 2005 express edition as it does not come with the platform sdk. The Profesional version does. I just installed the Windows 2003 version of the platform SDK (yes even on windows XP). When you download the express edition, there are a set of instructions that explain what exactly you need to install and what settings you need to change.
Mike
________________________________
From: David R. Kompel [mailto:drk at drkngs.net]
Sent: Friday, July 14, 2006 5:49 PM
To: 'Anthony Minessale'; freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] freeswitch startup issue
Which parts and what version of PLAT-SDK should be installed?
Thanks,
--Dave
________________________________
From: Anthony Minessale [mailto:anthmct at yahoo.com]
Sent: Friday, July 14, 2006 1:10 PM
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] freeswitch startup issue
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. <http://us.rd.yahoo.com/mail_us/taglines/postman7/*http:/us.rd.yahoo.com/evt=39666/*http:/messenger.yahoo.com>
_______________________________________________
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 <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 <http://www.freeswitch.org/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20060715/aa0ba256/attachment-0006.html
More information about the FreeSWITCH-users
mailing list