<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] Install 1.2.Stable still fails. &nbsp;Ver 2</TITLE>
</HEAD>
<BODY>
<FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>Your make command is wrong...<BR>
<BR>
Its make &amp;&amp; make install...<BR>
<BR>
Notice the two (2) &amp;&#8217;s there you have one in the command you stated...<BR>
<BR>
&nbsp;make &amp; make install &nbsp;(1 &amp;) 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, &quot;Sean Devoy&quot; &lt;<a href="sdevoy@bizfocused.com">sdevoy@bizfocused.com</a>&gt; 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>
&nbsp;<BR>
The install fails. &nbsp;Here is EXACTLY what I did:<BR>
&nbsp;<BR>
Login to root<BR>
<FONT COLOR="#1F497D">cd /usr/local/src<BR>
</FONT></FONT></SPAN><FONT COLOR="#0000FF"><FONT SIZE="2"><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 SIZE="2"><FONT FACE="Courier New"><SPAN STYLE='font-size:10pt'>git clone -b v1.2.stable git://git.freeswitch.org/freeswitch.git<BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>cd /usr/local/src/freeswitch<BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Courier New"><SPAN STYLE='font-size:10pt'>./bootstrap.sh<BR>
./configure<BR>
make &amp; make install<BR>
&nbsp;<BR>
&nbsp;<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 &nbsp;gcc -g -O2 -pthread &nbsp;-g -O2 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE &nbsp;&nbsp;-I./include -I/usr/local/src/freeswitch/libs/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/freeswitch/libs/apr/include &nbsp;-version-info 2:8:2 &nbsp;&nbsp;&nbsp;-o libapr-1.la -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 &nbsp;&nbsp;-luuid -lrt -ldl -lcrypt &nbsp;-lpthread<BR>
libtool: link: `passwd/apr_getpass.lo' is not a valid libtool object<BR>
make[2]: *** [libapr-1.la] 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/libapr-1.la] Error 2<BR>
/bin/sh /usr/local/src/freeswitch/libs/apr/libtool --silent --mode=link &nbsp;gcc -g -O2 -pthread &nbsp;-g -O2 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE &nbsp;&nbsp;-I./include -I/usr/local/src/freeswitch/libs/apr/include/arch/unix -I./include/arch/unix -I/usr/local/src/freeswitch/libs/apr/include &nbsp;-version-info 2:8:2 &nbsp;&nbsp;&nbsp;-o libapr-1.la -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 &nbsp;&nbsp;-luuid -lrt -ldl -lcrypt &nbsp;-lpthread<BR>
libtool: link: `passwd/apr_getpass.lo' is not a valid libtool object<BR>
make[2]: *** [libapr-1.la] 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/libapr-1.la] Error 2<BR>
[1]+ &nbsp;Exit 2 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;make<BR>
&nbsp;<BR>
What next guys?<BR>
&nbsp;<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 SIZE="2"><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 SIZE="2"><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>irc.freenode.net #freeswitch<BR>
</SPAN></FONT>
</BODY>
</HTML>