-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Broken Red Hat / CentOS install #158
Comments
Could you elaborate which CentOS version you've got there also which node, nvm, npm versions. I'm going to try to find a fix but I do not think that downgrading the cxx compiler is a viable solution. |
system: Red Hat Enterprise Linux Server release 7.9 (Maipo) Yeah, I've been trying to find a workaround, and I haven't found one yet. |
could you give me some info about a cent os version which comes as near as possible to your red hat enterprise version? -thanks for your infos. |
I would think CentOS 7.9 would be the "equivalent": https://9to5linux.com/centos-linux-7-9-officially-released-based-on-red-hat-enterprise-linux-7-9 However, I'm not sure if they are perfectly a 1:1 or not. |
if you dont mind installing gcc and make you could do: |
Thank you, I'll give that a go. |
|
Ok, so I did as you suggested: muhammara]$ I attempted to run the script calling muhammara again: `$ node attachments.js Error: /lib64/libstdc++.so.6: version So I'm still seeing the same issue. |
Works perfectly fine here. |
Thanks for the video, I missed the rebuild flags when I issued the command. However, I'm seeing a bunch of errors: [root@lnx116 muha]$ npm install muhammara added 1 package, and audited 58 packages in 2s 4 packages are looking for funding found 0 vulnerabilities npm ERR! A complete log of this run can be found in: |
you need to have python3 in place. im not sure why i did not have to. you could set its path with: |
I installed python3 ( |
I close this for now. Feel free to reopen if needed. |
MuhammaraJS has the same install issue as the last build of hummus, see issue:
galkahana/HummusJS#461
"has rewriten the published binary
https://hummus.s3-us-west-2.amazonaws.com/hummus/v1.0.110/node-v83-linux-x64-glibc.tar.gz
becase we have one container with hummus instaled more than 10 days ago and this container has
[root@d447d3a54e2d binding]# strings hummus.node | grep GLIBCXX
GLIBCXX_3.4.6
GLIBCXX_3.4.9
GLIBCXX_3.4.15
GLIBCXX_3.4
and is working on CentOS7 where the last version is GLIBCXX_3.4.19
but current version requires
[root@c35e0b799ece binding]# strings hummus.node | grep GLIBCXX
GLIBCXX_3.4.20
GLIBCXX_3.4.9
GLIBCXX_3.4.21
GLIBCXX_3.4.15
GLIBCXX_3.4
and throws
Error: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /var/appserver/node_modules/hummus/binding/hummus.node)" - @keklabs
The text was updated successfully, but these errors were encountered: