<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I am a NooB to FreeSwitch.&nbsp; Sorry if I should start elsewhere, I can&#8217;t figure out where.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I ran the recommended installation instructions, including installing Centos 5.7 from boot DVD.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I installed and compiled GIT, regardless of the errors in the install guide.<o:p></o:p></p><p class=MsoNormal>I ran:<o:p></o:p></p><div style='mso-element:para-border-div;border:dashed #2F6FAB 1.0pt;padding:12.0pt 12.0pt 12.0pt 12.0pt;background:white'><p class=MsoNormal style='line-height:13.2pt;background:white;border:none;padding:0in'><span style='font-size:10.0pt;font-family:"Courier New";color:black'>cd /usr/local/src<o:p></o:p></span></p><p class=MsoNormal style='line-height:13.2pt;background:white;border:none;padding:0in'><span style='font-size:10.0pt;font-family:"Courier New";color:black'>git clone git://git.freeswitch.org/freeswitch.git<o:p></o:p></span></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I went to:<o:p></o:p></p><div style='mso-element:para-border-div;border:dashed #2F6FAB 1.0pt;padding:12.0pt 12.0pt 12.0pt 12.0pt;background:white'><pre style='line-height:13.2pt;background:white;border:none;padding:0in'><span style='color:black'>cd /usr/local/src/freeswitch<o:p></o:p></span></pre></div><p class=MsoNormal>Ran:<o:p></o:p></p><div style='mso-element:para-border-div;border:dashed #2F6FAB 1.0pt;padding:12.0pt 12.0pt 12.0pt 12.0pt;background:white'><pre style='line-height:13.2pt;background:white;border:none;padding:0in'><span style='color:black'>./bootstrap.sh<o:p></o:p></span></pre></div><p class=MsoNormal>That required me to &#8220;yum install &#8220;&nbsp; autoconf, automake and lib??? (I dont recall), then it would run.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>And tried:<o:p></o:p></p><div style='mso-element:para-border-div;border:dashed #2F6FAB 1.0pt;padding:12.0pt 12.0pt 12.0pt 12.0pt;background:white'><pre style='line-height:13.2pt;background:white;border:none;padding:0in'><span style='color:black'>./configure<o:p></o:p></span></pre></div><p class=MsoNormal>Which of course terminates with:<o:p></o:p></p><p class=MsoNormal>configure: error: libtermcap, libcurses or libncurses are required!<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I have &#8220;yum install&#8221;ed libtermcap, libcurse,libncurese,termcap,ncurses,curses and everything else I can possibly find a reference to.&nbsp; That help a lot (a.k.a. NONE).&nbsp; Now I get:<o:p></o:p></p><p class=MsoNormal>configure: error: libtermcap, libcurses or libncurses are required!<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I have googled and read and searched.&nbsp; I was happy to see where this was a known problem.&nbsp; I was disappointed to see NO help on what to do since it was &#8220;fixed&#8221;.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I am trying not to ask dumb questions, but I am struggling here.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>It is possible for a mere mortal to install FreeSwitch on a new system? &nbsp;Is there a set of install instructions that match the current realease?<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal> I am fighting the urge to throw Linux out the window and go with the Windows build.&nbsp; I have made a living of MS products for over 20 years, but there seems to be nobody left there with a brain.&nbsp; I am trying to move on.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Thanks in advance,<o:p></o:p></p><p class=MsoNormal>Sean<o:p></o:p></p></div></body></html>