weex crash/core dumps under Ubuntu 18.04 LTS.
Bug #1811817 reported by
Hans Deragon
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
weex (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Weex systematically crash under Ubuntu 18.04 LTS. I have no clue why.
$ weex website
Connect : ftp.somesite.com
Segmentation fault (core dumped)
$
tags: | added: bionic |
To post a comment you must log in.
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.