<div dir="ltr"><div dir="ltr">To build anything that needs openssl libraries on Ubuntu, you run <br><pre class="gmail-lang-cpp gmail-prettyprint gmail-prettyprinted"><code><span class="gmail-pln">sudo apt</span><span class="gmail-pun">-</span><span class="gmail-pln">get install libssl</span><span class="gmail-pun">-</span><span class="gmail-pln">dev<br></span></code></pre><pre class="gmail-lang-cpp gmail-prettyprint gmail-prettyprinted"><code><span class="gmail-pln"><span style="font-family:arial,sans-serif">For libtool, the package is either libtool, or libtool-bin on newer Ubuntu. Of course shared libraries won't be created if you don't have libtool.<br></span></span></code></pre><pre class="gmail-lang-cpp gmail-prettyprint gmail-prettyprinted"><code><span class="gmail-pln"><span style="font-family:arial,sans-serif">Aside from that, there should be error messages or warnings in the configure or the make process. Can you attach those full logs, if you can't find the error?<br><br></span></span></code></pre><pre class="gmail-lang-cpp gmail-prettyprint gmail-prettyprinted"><code><span class="gmail-pln"><span style="font-family:arial,sans-serif">Emily Bowman<br></span></span></code></pre><pre class="gmail-lang-cpp gmail-prettyprint gmail-prettyprinted"><code><span class="gmail-pln"><span style="font-family:arial,sans-serif"><br></span></span></code></pre></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Nov 19, 2019 at 11:11 AM ongaku zettai <<a href="mailto:sergeinakamoto@gmail.com">sergeinakamoto@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello! Trying to compile, build, install and run Opus.<br>
My config: Ubuntu console (Windows 10 app).<br>
First problem, configure says openssl is missing.<br>
My system says that i have openssl already.<br>
Which openssl does it need?<br>
Using aptitude, i've installed everything with openssl name in it.<br>
That's tons of files and gigabytes of data. But it worked somehow.<br>
Second problem, flac-1.3.2 - autogen.sh says missing program: libtool.<br>
Removed "libtool" requirment from autogen.sh. It solves.<br>
Built opus-tools, but not done yet!<br>
Third problem: opusenc: error while loading shared libraries:<br>
libopusenc.so.0: cannot open shared object file: No such file or directory.<br>
Same problems i've encountered running original Debian.<br>
Now running "make clean" then "configure --enable-static",<br>
"make" and "sudo make install" for all 6 packages...<br>
opusenc still cannot find libraries... Unsolved.<br>
_______________________________________________<br>
opus mailing list<br>
<a href="mailto:opus@xiph.org" target="_blank">opus@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/opus" rel="noreferrer" target="_blank">http://lists.xiph.org/mailman/listinfo/opus</a><br>
</blockquote></div></div>