10000 wekan official binaries release (0.17 and 0.18) won't run on Ubuntu 14.04 · Issue #978 · wekan/wekan · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wekan official binaries release (0.17 and 0.18) won't run on Ubuntu 14.04 #978

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

Closed
coreaut opened this issue Apr 5, 2017 · 13 comments
Closed
Labels

Comments

@coreaut
Copy link
coreaut commented Apr 5, 2017

Hi,

I tried to run the version from the binary release: https://github.com/wekan/wekan/releases/tag/v0.18

after npm install I get the error:

[Error: Module did not self-register.]
js-bson: Failed to load c++ bson extension, using pure JS version
/home/builder/wekan/wekan/programs/server/node_modules/fibers/future.js:280
						throw(ex);
						^

Error: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/builder/wekan/wekan/programs/server/npm/node_modules/meteor/npm-bcrypt/node_modules/bcrypt/build/Release/bcrypt_lib.node)
    at Error (native)
    at Object.Module._extensions..node (module.js:434:18)
    at Module.load (module.js:343:32)
    at Module.Mp.load (/home/builder/wekan/wekan/programs/server/npm/node_modules/meteor/babel-compiler/node_modules/reify/node/runtime.js:16:23)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at bindings (/home/builder/wekan/wekan/programs/server/npm/node_modules/meteor/npm-bcrypt/node_modules/bcrypt/node_modules/bindings/bindings.js:76:44)
    at Object.<anonymous> (/home/builder/wekan/wekan/programs/server/npm/node_modules/meteor/npm-bcrypt/node_modules/bcrypt/bcrypt.js:3:35)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Module.Mp.load (/home/builder/wekan/wekan/programs/server/npm/node_modules/meteor/babel-compiler/node_modules/reify/node/runtime.js:16:23)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)

When I run the release on a Ubuntu 16.04 it starts with no errors and I can access the Webinterface.
Is a newer libstdc++ version now mandatory or do we have to build it from source?

Ubuntu 14.04

strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep LIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBCXX_DEBUG_MESSAGE_LENGTH

Ubuntu 16.04:

strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep LIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBCXX_3.4.20
GLIBCXX_3.4.21
GLIBCXX_DEBUG_MESSAGE_LENGTH
@coreaut
Copy link
Author
coreaut commented Apr 5, 2017

The nodejs version is 0.10.48

@xet7
Copy link
Member
xet7 commented Apr 5, 2017

@Nebelwolf

I have been doing all my development on Ubuntu 16.04 based systems for a long time.

On Ubuntu 14.04 it currently requires build from source.

@xet7 xet7 closed this as completed Apr 5, 2017
@coreaut
Copy link
Author
coreaut commented Apr 5, 2017

Sorry for commenting on a closed one but then you should update the docs. That Ubuntu 16.04 is a requirement.

@xet7 xet7 reopened this Apr 5, 2017
@xet7
Copy link
Member
xet7 commented Apr 5, 2017

@Nebelwolf

Do you mean compiling from source on 14.04 does not work? Or do we need releases for Ubuntu 14.04 ?

@xet7 xet7 added the Bug label Apr 5, 2017
@xet7
Copy link
Member
xet7 commented Apr 5, 2017

@Nebelwolf

I will sometime test Wekan on Ubuntu 14.04 and add support for it.

We are currently in process of upgrading to Meteor 1.4 and Node v4.

@coreaut
Copy link
Author
coreaut commented Apr 5, 2017

I mean that running the binary release from "Installing with Official Binaries" does not state that it's minimum requirement is Ubuntu 16.04. Had running it on 14.04 before and 14.04 is supported until April 2019.


I'm trying now to build it from source on 14.04 but getting some errors. If I cant sort out that the problem lies not on my end I open another issue for it.

@xet7
Copy link
Member
xet7 commented Apr 5, 2017

@Nebelwolf

Please keep your errors in this issue. I will also keep this open until I have fixed this.

@coreaut coreaut changed the title wekan release (17 and 18) won't run on Ubuntu 14.04 wekan official binaries release (17 and 18) won't run on Ubuntu 14.04 Apr 5, 2017
@coreaut coreaut changed the title wekan official binaries release (17 and 18) won't run on Ubuntu 14.04 wekan official binaries release (0.17 and 0.18) won't run on Ubuntu 14.04 Apr 5, 2017
@coreaut
Copy link
Author
coreaut commented Apr 5, 2017

@xet7

Building it from source on Ubuntu 14.04 works. Also I can start and use that binary on 16.04.

I updated the Wiki to give a note about the Official Binaries problem on 14.04.

@xet7
Copy link
Member
xet7 commented Apr 5, 2017

@Nebelwolf

Thanks!

@68040
Copy link
8000
68040 commented Apr 7, 2017

We are currently in process of upgrading to Meteor 1.4 and Node v4.

When looking on the node LTS schedule: node 4 LTS ended now and maintenance ends in little less than 12 months. Why not better upgrading to node 6 LTS?

@xet7
Copy link
Member
xet7 commented Apr 7, 2017

@NoodleBB

Node v6 upgrade is not OK yet afaik, see #788

@68040
Copy link
68040 commented Apr 7, 2017

Ah. Okay. Meteor is the sticking point.

@xet7
Copy link
Member
xet7 commented May 6, 2017

Today's Wekan release v0.19 has been built on Ubuntu 14.04 and should work ok.

@xet7 xet7 closed this as completed May 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
0