<div dir="ltr">All worked after I had installed openGL!<div>Thanks</div><div>mike</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 11 October 2017 at 09:28, Roger Lipscombe <span dir="ltr"><<a href="mailto:roger@differentpla.net" target="_blank">roger@differentpla.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Here are my vagrant shell-provisioning scripts for Erlang pre-reqs on<br>
Ubuntu 16.04:<br>
<br>
install-erlang-prerequisites.<wbr>sh<br>
<br>
#!/bin/sh<br>
<br>
# I'm assuming that build-essential is required; it's hard to tell, because<br>
# Vagrant on VirtualBox installs a bunch of compiler-type stuff in order to<br>
# upgrade the Guest Additions.<br>
sudo apt-get -y install build-essential     # assumed<br>
<br>
# These will result in the build failing if they're not present.<br>
sudo apt-get -y install autoconf m4         # ./otp_build: autoconf: not found<br>
sudo apt-get -y install libssl-dev          # No usable OpenSSL found<br>
sudo apt-get -y install libncurses5-dev     # configure: error: No<br>
curses library functions found<br>
<br>
# I'd consider this one "essential", because you need it to make observer work.<br>
sudo apt-get -y install libwxgtk3.0-dev     # wxWidgets not found, wx<br>
will NOT be usable<br>
<br>
install-erlang-optional-<wbr>prerequisites.sh<br>
<br>
#!/bin/sh<br>
<br>
# I consider these "optional", because I've never noticed them missing.<br>
sudo apt-get -y install default-jdk         # jinterface     : No Java<br>
compiler found<br>
sudo apt-get -y install unixodbc-dev        # odbc           : ODBC<br>
library - link check failed<br>
<br>
# These are for the documentation.<br>
sudo apt-get -y install xsltproc fop libxml2-utils<br>
<br>
I've tested these with Erlang/OTP 19.3.x; not with 20.x (yet).<br>
<br>
(forgot to cc the list, apologies to Mike for the duplicate...)<br>
<br>
On 10 October 2017 at 20:45, Mike Williams<br>
<<a href="mailto:michael.c.williams10@gmail.com">michael.c.williams10@gmail.<wbr>com</a>> wrote:<br>
> My old  Pee Cee gave up the ghost and is now pushing up the daisies.<br>
> However I had most things backed up, except the Erlang/OTP  installation<br>
> which I assumed would be easy to reproduce, but is wasn't .<br>
><br>
> What wx packages do I need  to get wx working?  Despite having installed<br>
> every wx package  I can think off, I still get the message:<br>
><br>
> "configure: WARNING: Can not link wx program are all developer packages<br>
> installed?"<br>
><br>
> Any helpful advice  be appreciated!<br>
><br>
> Thanks,<br>
><br>
> mIKe<br>
><br>
><br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> erlang-questions mailing list<br>
> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
> <a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br>
><br>
</blockquote></div><br></div>