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.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1811817

Title:
  weex crash/core dumps under Ubuntu 18.04 LTS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/weex/+bug/1811817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to