Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How compile erlang without modules 'jinterface, odbc, wx' #83

Closed
denegny opened this issue Aug 19, 2018 · 9 comments
Closed

How compile erlang without modules 'jinterface, odbc, wx' #83

denegny opened this issue Aug 19, 2018 · 9 comments

Comments

@denegny
Copy link

denegny commented Aug 19, 2018

In compilation process require install erlang modules? how fix them?

 * jinterface     : No Java compiler found
 * odbc           : ODBC library - link check failed
 * wx             : wxWidgets not found, wx will NOT be usable
@Stratus3D
Copy link
Member

First you'll need to have Java, ODBC, and WxWidgets installed on your computer. You may also have to pass various flags to the build. Refer to the installation notes for the version of Erlang you are trying to install for more information. You may also find some information on this in the kerl readme: https://github.com/kerl/kerl

@chakming
Copy link

chakming commented Sep 9, 2018

i tried to follow this to install everything and it works

sudo apt-get install automake autoconf libreadline-dev libncurses-dev \
libssl-dev libyaml-dev libxslt-dev libffi-dev libtool unixodbc-dev \
libwxgtk3.0-dev libgl1-mesa-dev  libglu1-mesa-dev libssh-dev xsltproc fop \
libxml2-utils

@denegny
Copy link
Author

denegny commented Sep 9, 2018

@chakming

 * odbc           : ODBC library - link check failed
 * wx             : wxWidgets not found, wx will NOT be usable

is ok

* jinterface : No Java compiler found - still report ((

openjdk-11-jdk

is installed

@chakming
Copy link

chakming commented Sep 10, 2018

did you try sudo apt-get install default-jdk?

BTW I mainly follow the setup here: https://gist.github.com/beaorn/7b90a21b7e80e7744d8d2d08e49efcee

^ link expired, should be https://gist.github.com/brycejohnston/7b90a21b7e80e7744d8d2d08e49efcee

@denegny denegny closed this as completed Sep 14, 2018
@juliocabrera820
Copy link

i tried to follow this to install everything and it works

sudo apt-get install automake autoconf libreadline-dev libncurses-dev \
libssl-dev libyaml-dev libxslt-dev libffi-dev libtool unixodbc-dev \
libwxgtk3.0-dev libgl1-mesa-dev  libglu1-mesa-dev libssh-dev xsltproc fop \
libxml2-utils

libwxgtk3.0-dev was changed to libgtk3.0-gtk3-dev in 20.04.

@otakenz
Copy link

otakenz commented Nov 3, 2020

i tried to follow this to install everything and it works

sudo apt-get install automake autoconf libreadline-dev libncurses-dev \
libssl-dev libyaml-dev libxslt-dev libffi-dev libtool unixodbc-dev \
libwxgtk3.0-dev libgl1-mesa-dev  libglu1-mesa-dev libssh-dev xsltproc fop \
libxml2-utils

libwxgtk3.0-dev was changed to libgtk3.0-gtk3-dev in 20.04.

typo, libwxgtk3.0-gtk3-dev is the correct one

@MaybeThisIsRu
Copy link

i tried to follow this to install everything and it works

sudo apt-get install automake autoconf libreadline-dev libncurses-dev \
libssl-dev libyaml-dev libxslt-dev libffi-dev libtool unixodbc-dev \
libwxgtk3.0-dev libgl1-mesa-dev  libglu1-mesa-dev libssh-dev xsltproc fop \
libxml2-utils

libwxgtk3.0-dev was changed to libgtk3.0-gtk3-dev in 20.04.

typo, libwxgtk3.0-gtk3-dev is the correct one

This wants to install the entirety of Ubuntu on WSL2.

If any other Windows peasants such as myself want to share what this needs, please. 🥇

@ghost
Copy link

ghost commented Sep 14, 2021

如果是centos 7,应该安装哪部分的依赖呢??

@GodzillaHua
Copy link

GodzillaHua commented Sep 15, 2021

如果是centos 7,应该安装哪部分的依赖呢??

yum install gcc-c++ automake cmake ncurses-devel openssl-devel wxGTK-devel fop java-1.8.0-openjdk-devel unixODBC-devel libssh2-devel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants