[Freeswitch-users] freeswitch startup issue

ivancoder ivancoder at gmail.com
Fri Jul 14 11:54:17 PDT 2006


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/> 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20060714/869de90e/attachment-0003.html 


More information about the FreeSWITCH-users mailing list