<html><head></head><body bgcolor="#FFFFFF"><div><div>I'm not that strong in these areas, but i too tried EPEL flavor AND i too ran into freeswitch build issues. I manually yum'd the fs dependancies and hit issues there too. After googling around, I flushed and went back to the centos iso AND</div>
<div><br></div><div>Do you epel pull,</div><div><br></div><div>THEN THE FIRST THING YOU MUST DO BEFORE UPDATING OR OTHER YUM ACTION IS (was for me)</div><div><br></div><div>yum install yum-plugin-protectbase.noarch</div><div>
<br></div><div>The readings i found assert you MUST protect the base repo's from the epel repo's. The above plugin does this repo boundry. Everything -- dependancy chain and freeSWITCH -- yum'ed and make'd just fine thereafter.</div>
<div><br></div><div>Dont know if this is your issue,,, like i said im not that strong in these areas, but it solved my epel-version issues. <br><br>goodluck,</div><div><br>—————<div><div>iThing: Big thumbs & little keys. Please excuse typo, spelling and grammar errors • Last night I played a blank CD at full blast. The Mime next door went nuts.</div>
<div><br></div></div></div><div><br>On 2012-12-19, at 11:11, Ken Rice <<a href="mailto:krice@freeswitch.org">krice@freeswitch.org</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div>
<title>Re: [Freeswitch-users] Install 1.2.Stable still fails. Ver 2</title>
<font face="Monaco, Courier New"><span style="font-size:11pt">Your make command is wrong...<br>
<br>
Its make && make install...<br>
<br>
Notice the two (2) &’s there you have one in the command you stated...<br>
<br>
make & make install (1 &) tries to run 2 makes concurrently... The first make will get backgrounded, and the 2nd make will run in the foreground....<br>
<br>
This will screw things up royally...<br>
<br>
As for Centos5 the entire tree is tested routinely on Centos5... 99% of the development occurs on centos5, so I hate to say it but if you are having a problem building on that specific platform it is almost always (99.999% of the time) a problem with your installation environment...<br>
<br>
So sit back and relax... Also keep in mind that it seems we have the highest concentration of FreeSWITCH users in the West (ie North and South America) and not all of them are around all the time... So when you ask a question it make take several hours or even a day before someone with the right knowledge can answer your query....<br>
<br>
If you are deploying in a commercial environment where you might need priority support, I would suggest contacting <a href="consulting@freeswitch.org">consulting@freeswitch.org</a> where you can get someone from the FreeSWITCH team to help you via a support agreement... <br>
<br>
K<br>
<br>
<br>
On 12/18/12 9:11 PM, "Sean Devoy" <<a href="sdevoy@bizfocused.com">sdevoy@bizfocused.com</a>> wrote:<br>
<br>
</span></font><blockquote><span style="font-size:11pt"><font face="Calibri, Verdana, Helvetica, Arial">OK, I had my Centos restored to base install 5.8.<br>
<br>
The install fails. Here is EXACTLY what I did:<br>
<br>
Login to root<br>
<font color="#1F497D">cd /usr/local/src<br>
</font></font></span><font color="#0000FF"><font><font face="Arial"><span style="font-size:10pt">rpm -Uvh <a href="http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm">http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm</a><br>
</span></font></font></font><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt"><br>
</span></font><font><font face="Courier New"><span style="font-size:10pt">git clone -b v1.2.stable git://<a href="http://git.freeswitch.org/freeswitch.git">git.freeswitch.org/freeswitch.git</a><br>
</span></font></font><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt">cd /usr/local/src/freeswitch<br>
</span></font><font><font face="Courier New"><span style="font-size:10pt">./bootstrap.sh<br>
./configure<br>
make & make install<br>
<br>
<br>
It fails with:<br>
</span></font></font><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt">/bin/sh /usr/local/src/freeswitch/libs/apr/libtool --silent --mode=link gcc -g -O2 -pthread -g -O2 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/freeswitch/libs/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/freeswitch/libs/apr/include -version-info 2:8:2 -o <a href="http://libapr-1.la">libapr-1.la</a> -rpath /usr/local/freeswitch/lib passwd/apr_getpass.lo strings/apr_cpystrn.lo strings/apr_strnatcmp.lo strings/apr_strings.lo strings/apr_strtok.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo tables/apr_tables.lo tables/apr_hash.lo atomic/unix/apr_atomic.lo dso/unix/dso.lo file_io/unix/flock.lo file_io/unix/readwrite.lo file_io/unix/filepath_util.lo file_io/unix/seek.lo file_io/unix/dir.lo file_io/unix/mktemp.lo file_io/unix/filedup.lo file_io/unix/tempdir.lo file_io/unix/filepath.lo file_io/unix/pipe.lo file_io/unix/open.lo file_io/unix/filestat.lo file_io/unix/copy.lo file_io/unix/fileacc.lo file_io/unix/fullrw.lo locks/unix/thread_rwlock.lo locks/unix/thread_mutex.lo locks/unix/thread_cond.lo locks/unix/proc_mutex.lo locks/unix/global_mutex.lo memory/unix/apr_pools.lo misc/unix/charset.lo misc/unix/env.lo misc/unix/version.lo misc/unix/rand.lo misc/unix/start.lo misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/otherchild.lo mmap/unix/mmap.lo mmap/unix/common.lo network_io/unix/sockaddr.lo network_io/unix/sockopt.lo network_io/unix/sendrecv.lo network_io/unix/multicast.lo network_io/unix/sockets.lo network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo poll/unix/epoll.lo poll/unix/select.lo poll/unix/poll.lo poll/unix/port.lo poll/unix/kqueue.lo random/unix/sha2.lo random/unix/apr_random.lo random/unix/sha2_glue.lo shmem/unix/shm.lo support/unix/waitio.lo threadproc/unix/procsup.lo threadproc/unix/thread.lo threadproc/unix/signals.lo threadproc/unix/proc.lo threadproc/unix/threadpriv.lo time/unix/time.lo time/unix/timestr.lo user/unix/userinfo.lo user/unix/groupinfo.lo -luuid -lrt -ldl -lcrypt -lpthread<br>
libtool: link: `passwd/apr_getpass.lo' is not a valid libtool object<br>
make[2]: *** [<a href="http://libapr-1.la">libapr-1.la</a>] Error 1<br>
make[2]: Leaving directory `/usr/local/src/freeswitch/libs/apr'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/usr/local/src/freeswitch/libs/apr'<br>
make: *** [libs/apr/<a href="http://libapr-1.la">libapr-1.la</a>] Error 2<br>
/bin/sh /usr/local/src/freeswitch/libs/apr/libtool --silent --mode=link gcc -g -O2 -pthread -g -O2 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I./include -I/usr/local/src/freeswitch/libs/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/freeswitch/libs/apr/include -version-info 2:8:2 -o <a href="http://libapr-1.la">libapr-1.la</a> -rpath /usr/local/freeswitch/lib passwd/apr_getpass.lo strings/apr_cpystrn.lo strings/apr_strnatcmp.lo strings/apr_strings.lo strings/apr_strtok.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo tables/apr_tables.lo tables/apr_hash.lo atomic/unix/apr_atomic.lo dso/unix/dso.lo file_io/unix/flock.lo file_io/unix/readwrite.lo file_io/unix/filepath_util.lo file_io/unix/seek.lo file_io/unix/dir.lo file_io/unix/mktemp.lo file_io/unix/filedup.lo file_io/unix/tempdir.lo file_io/unix/filepath.lo file_io/unix/pipe.lo file_io/unix/open.lo file_io/unix/filestat.lo file_io/unix/copy.lo file_io/unix/fileacc.lo file_io/unix/fullrw.lo locks/unix/thread_rwlock.lo locks/unix/thread_mutex.lo locks/unix/thread_cond.lo locks/unix/proc_mutex.lo locks/unix/global_mutex.lo memory/unix/apr_pools.lo misc/unix/charset.lo misc/unix/env.lo misc/unix/version.lo misc/unix/rand.lo misc/unix/start.lo misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/otherchild.lo mmap/unix/mmap.lo mmap/unix/common.lo network_io/unix/sockaddr.lo network_io/unix/sockopt.lo network_io/unix/sendrecv.lo network_io/unix/multicast.lo network_io/unix/sockets.lo network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo poll/unix/epoll.lo poll/unix/select.lo poll/unix/poll.lo poll/unix/port.lo poll/unix/kqueue.lo random/unix/sha2.lo random/unix/apr_random.lo random/unix/sha2_glue.lo shmem/unix/shm.lo support/unix/waitio.lo threadproc/unix/procsup.lo threadproc/unix/thread.lo threadproc/unix/signals.lo threadproc/unix/proc.lo threadproc/unix/threadpriv.lo time/unix/time.lo time/unix/timestr.lo user/unix/userinfo.lo user/unix/groupinfo.lo -luuid -lrt -ldl -lcrypt -lpthread<br>
libtool: link: `passwd/apr_getpass.lo' is not a valid libtool object<br>
make[2]: *** [<a href="http://libapr-1.la">libapr-1.la</a>] Error 1<br>
make[2]: Leaving directory `/usr/local/src/freeswitch/libs/apr'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/usr/local/src/freeswitch/libs/apr'<br>
make: *** [libs/apr/<a href="http://libapr-1.la">libapr-1.la</a>] Error 2<br>
[1]+ Exit 2 make<br>
<br>
What next guys?<br>
<br>
Sean<br>
</span></font><span style="font-size:11pt"><font face="Monaco, Courier New"><br>
<hr align="CENTER" size="3" width="95%"></font></span><font><font face="Consolas, Courier New, Courier"><span style="font-size:10pt">_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
</span></font></font></blockquote><font><font face="Consolas, Courier New, Courier"><span style="font-size:10pt"><br>
</span></font></font><font face="Monaco, Courier New"><span style="font-size:11pt">-- <br>
Ken<br>
<font color="#0000FF"><u><a href="http://www.FreeSWITCH.org">http://www.FreeSWITCH.org</a><br>
<a href="http://www.ClueCon.com">http://www.ClueCon.com</a><br>
<a href="http://www.OSTAG.org">http://www.OSTAG.org</a><br>
</u></font><a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br>
</span></font>
</div></blockquote><blockquote type="cite"><div><span>_________________________________________________________________________</span><br><span>Professional FreeSWITCH Consulting Services:</span><br><span><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a></span><br>
<span><a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a></span><br><span></span><br><span>FreeSWITCH-powered IP PBX: The CudaTel Communication Server</span><br><span><a href="http://www.cudatel.com">http://www.cudatel.com</a></span><br>
<span></span><br><span>Official FreeSWITCH Sites</span><br><span><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></span><br><span><a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a></span><br>
<span><a href="http://www.cluecon.com">http://www.cluecon.com</a></span><br><span></span><br><span>FreeSWITCH-users mailing list</span><br><span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></span><br>
<span><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></span><br><span>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></span><br>
<span><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></span><br></div></blockquote></div><div><span></span></div></body></html>