Comment 2 for bug 1811817

Revision history for this message
Cay Horstmann (cay) wrote : Re: weex crash/core dumps under Ubuntu 18.04 LTS.

The following worked for me:

Download the source from Sourceforge: https://sourceforge.net/projects/weex/files/weex/

Copy config.guess into the build directory, for example from /usr/share/automake-1.15/config.guess.

Change line 36 of configure.in to

AC_CHECK_LIB([ssl],[SSL_connect],

and run

autoconf configure.in > configure
automake --add-missing
autoreconf -vf
./configure
make
sudo make install

Now there is a /usr/local/bin/weex that doesn't crash.