Skip to content
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

Prisma 2 on Centos 7 #744

Closed
createvo opened this issue Oct 13, 2019 · 13 comments
Closed

Prisma 2 on Centos 7 #744

createvo opened this issue Oct 13, 2019 · 13 comments
Assignees
Labels
bug/0-unknown Bug is new, does not have information for reproduction or reproduction could not be confirmed. kind/bug A reported bug.
Milestone

Comments

@createvo
Copy link

createvo commented Oct 13, 2019

Hello,
As suggested I'm opening a new issue related an issue with Linux system.

The system for the test is
CentOs 7.6.1810
Node 10.16.0
Linux devexp-01 3.10.0-957.10.1.el7.x86_64 #1 SMP Mon Mar 18 15:06:45 UTC 2019 x86_64 x 86_64 x86_64 GNU/Linux

I installed the newer openssl version required by prisma because Centos has a previous version. There are some tutorial on the web (keep attention, the lib need to be shared) But prisma2 has another required library glibc 2.18 (centos has 2.17-260) and seems this cannot be upgraded because is a core part of the whole centos system. This upgrade will or could cause a "non booting" system.

prisma2centos7

There are any workaround for this issue?

@steebchen
Copy link
Contributor

@createvo can you let me know what libssl version you were previously using?

It seems this issue is related to our current build setup. Due to constrained resources we didn't have the time to update this yet. I'm pretty sure it will fix this issue, sadly I can't say when we are going to tackle this.

@createvo
Copy link
Author

Hi @steebchen, the previous version was openssl-1.0.2k-16.
Hope this helps

@steebchen
Copy link
Contributor

Thanks. Any chance you can attach the error message you got when running Prisma with the previous libssl version?

@createvo
Copy link
Author

I remember "Error in lift engine". I think I can reproduce the error with a clean os. I need some time to build the machine.

@pantharshit00 pantharshit00 added bug/0-unknown Bug is new, does not have information for reproduction or reproduction could not be confirmed. kind/bug A reported bug. labels Oct 16, 2019
@createvo
Copy link
Author

Hello,
I rebuild my clean CentOs and I was unable to reproduce the problem. Now prisma2 in my system works with "blank-projects" and "javascript-demo-projects".
I have some problems with typescript-demo-projects but this is another topic.

Thanks

@createvo
Copy link
Author

createvo commented Oct 19, 2019

Ok, the problem with typescript demo project was only that is required yarn installed globally, so fixed after
sudo npm install yarn -g
I didn't found this requirement in the documentation. Could be implemented?

@pantharshit00
Copy link
Contributor

@createvo yarn is not a requirement for our examples. Can you please tell us how we can reproduce this behaviour?

@createvo
Copy link
Author

On my CentOs without yarn installed, runnig this command

prisma2 init hello-prisma-demo-ts

and selecting starter-kit -> typescript -> graphql (for example) -> sqlite

During the third step (Installing Dependencies) I receive this error

without-yarn

I fixed the error with

sudo npm install yarn -g

@matthewmueller
Copy link
Contributor

Hey @createvo! We're looking to reproduce this bug for you. How did you setup Centos 7? Was it via AWS?

@matthewmueller
Copy link
Contributor

matthewmueller commented Nov 6, 2019

Hey @createvo going to close this issue since we haven't heard from you. Please comment if you're seeing this issue again!

@createvo
Copy link
Author

createvo commented Nov 8, 2019

Oh sorry @matthewmueller, I setup Centos 7 not via AWS but via another cloud system called Aruba Cloud.

@pantharshit00
Copy link
Contributor

@createvo Are you still getting issues?

@createvo
Copy link
Author

createvo commented Nov 9, 2019

Now all is ok! Thanks

@matthewmueller matthewmueller removed their assignment Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/0-unknown Bug is new, does not have information for reproduction or reproduction could not be confirmed. kind/bug A reported bug.
Projects
None yet
Development

No branches or pull requests

6 participants