latest GIT now detects this missing symbol and auto-enables our built in one.<div><br><br><div class="gmail_quote">On Thu, Dec 1, 2011 at 9:30 AM, curriegrad2004 <span dir="ltr">&lt;<a href="mailto:curriegrad2004@gmail.com">curriegrad2004@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Or what you could do is configure the code with the --without-libcurl<br>
switch. This makes FreeSWITCH to ignore the system installed CURL<br>
library and use it&#39;s own bundled libcurl instead. I&#39;d personally<br>
recommend you to do this instead as the later versions of libcurl may<br>
have broken a few things that FS requires<br>
<div><div></div><div class="h5"><br>
On Thu, Dec 1, 2011 at 5:22 AM, Tamas.Cseke &lt;<a href="mailto:cstomi.levlist@gmail.com">cstomi.levlist@gmail.com</a>&gt; wrote:<br>
&gt; It has been fixed. try latest git<br>
&gt;<br>
&gt;<br>
&gt; On 2011-12-01 05:56, Farhan Husain wrote:<br>
&gt;<br>
&gt; Unfortunately this did not help. I installed the library. The Makefile<br>
&gt; already had -lcurl in several places. I tried to add -lcurl4-dev, -lcurl-dev<br>
&gt; and -lcurldev. The linker could not find any of those. Is there any other<br>
&gt; name for the library or -lcurl includes the libcurl4-dev library?<br>
&gt;<br>
&gt; On Wed, Nov 30, 2011 at 12:52 AM, Thomas Mueller &lt;<a href="mailto:thomas@chaschperli.ch">thomas@chaschperli.ch</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On 30.11.2011 08:14, Farhan Husain wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi all,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I am trying to build the latest source from Git in an Ubuntu machine. The<br>
&gt;&gt;&gt; error I am getting is this:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Making all in .<br>
&gt;&gt;&gt; quiet_libtool: link: gcc -I/usr/local/src/freeswitch/src/include<br>
&gt;&gt;&gt; -I/usr/local/src/freeswitch/src/include<br>
&gt;&gt;&gt; -I/usr/local/src/freeswitch/libs/libteletone/src -fPIC -Werror<br>
&gt;&gt;&gt; -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -ggdb<br>
&gt;&gt;&gt; -DHAVE_OPENSSL -Wall -std=c99 -pedantic -Wdeclaration-after-statement -g -O2<br>
&gt;&gt;&gt; -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE<br>
&gt;&gt;&gt; -I/usr/local/src/freeswitch/libs/apr/include<br>
&gt;&gt;&gt; -I/usr/local/src/freeswitch/libs/apr-util/include<br>
&gt;&gt;&gt; -I/usr/local/src/freeswitch/libs/apr-util/xml/expat/lib<br>
&gt;&gt;&gt; -I/usr/local/src/freeswitch/libs/stfu<br>
&gt;&gt;&gt; -I/usr/local/src/freeswitch/libs/sqlite<br>
&gt;&gt;&gt; -I/usr/local/src/freeswitch/libs/pcre<br>
&gt;&gt;&gt; -I/usr/local/src/freeswitch/libs/speex/include -Ilibs/speex/include<br>
&gt;&gt;&gt; -I/usr/local/src/freeswitch/libs/srtp/include<br>
&gt;&gt;&gt; -I/usr/local/src/freeswitch/libs/srtp/crypto/include<br>
&gt;&gt;&gt; -Ilibs/srtp/crypto/include -I/usr/local/src/freeswitch/libs/spandsp/src<br>
&gt;&gt;&gt; -I/usr/local/src/freeswitch/libs/tiff-3.8.2/libtiff -DENABLE_SRTP<br>
&gt;&gt;&gt; -I/usr/local/src/freeswitch/libs/libedit/src -DSWITCH_HAVE_LIBEDIT<br>
&gt;&gt;&gt; -Ilibs/libedit/src -DSWITCH_HAVE_LIBEDIT -g -O2 -o .libs/freeswitch<br>
&gt;&gt;&gt; freeswitch-switch.o  /usr/lib/libcurl.so -lm -lz ./.libs/libfreeswitch.so<br>
&gt;&gt;&gt; libs/apr/.libs/libapr-1.a -luuid -lrt -ldl -lcrypt -lpthread<br>
&gt;&gt;&gt; libs/libedit/src/.libs/libedit.a -lssl -lcrypto -lncurses -pthread<br>
&gt;&gt;&gt; -Wl,-rpath -Wl,/usr/local/freeswitch/lib<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ./.libs/libfreeswitch.so: undefined reference to `Curl_setopt&#39;<br>
&gt;&gt;&gt; collect2: ld returned 1 exit status<br>
&gt;&gt;&gt; make[2]: *** [freeswitch] Error 1<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I have installed php-curl (sudo apt-get install php5-curl) but to no<br>
&gt;&gt;&gt; avail. Does anyone have any solution to this?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; seems like the curl dev package is missing ( libcurl4-dev or libcurl3-dev)<br>
&gt;&gt; -&gt; sudo aptitude install libcurl4-dev<br>
&gt;&gt;<br>
&gt;&gt; - Thomas<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br>
</div>