<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hello,<br>
<br>
What were the errors encountered when trying to run menuconfig on
Ubuntu 13.04 ?<br>
<br>
Best Regards,<br>
Vlad<br>
<pre class="moz-signature" cols="72">Vlad Paiu
OpenSIPS Developer
<a class="moz-txt-link-freetext" href="http://www.opensips-solutions.com">http://www.opensips-solutions.com</a>
</pre>
On 16.09.2013 06:19, Jared Evans wrote:<br>
</div>
<blockquote
cite="mid:CAB640nw3E=e9MD0F-QDWgAJfTCsf7yR7XU-L8tit5sLoVauAOA@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>Hi all,</div>
<div><br>
</div>
<div>It seems like using console GUI menuconfig to
include/exclude modules causes problems later when trying to
compile on an Ubuntu system. I worked around this by skipping
the menuconfig step and manually edit Makefile.conf to
include/exclude modules.</div>
<div><br>
</div>
<div>Here are the steps I took on Ubuntu 13.04:</div>
<div><br>
</div>
<div>After untar opensips1.10, instead of running menuconfig,
manually edit Makefile.conf to exclude/include desired
modules.</div>
<div><br>
</div>
<div>make all CFLAGS="-fPIC -DSHM_MEM -DUSE_SHM_MEM -DUSE_TCP"
TLS="1"</div>
<div>-fPIC so that modules can be compiled </div>
<div>-DSHM_MEM -DUSE_SHM_MEM because some modules requires
shared memory<br>
</div>
<div>-DUSE_TCP include TCP in the build<br>
</div>
<div>TLS=1 include experimental TLS in the build</div>
<div><br>
</div>
<div>if you see any compilation failures at this point, it's
likely due to missing library that needs to be installed but
the error message will give you a clear hint about which
library is missing. Once all the libraries required by the
included modules are installed, you should have a successful
compilation then opensips can be installed on your system.</div>
<div><br>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</body>
</html>