-
Notifications
You must be signed in to change notification settings - Fork 72
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
Error When install openabe #61
Comments
I have the same issue with Ubuntu 20.04.1 LTS |
Hi @a-thieme, @bo-hub |
I have edited the file download_gtest.sh as:
but the errors still occurred
|
Hi @bo-hub, |
Hi @daviddhtn
It seems lack of openssl dev environment , I check out my openssl dev by
and run
It seems my openssl dev already installed. |
I'm working with OpenABE and at first, I also ran into some issues while installing. Did you make sure to run |
I encountered this problem as well. I fixed this by manually installing gtest and removing any mention of gtest from deps/gtest/Makefile, changed the name of deps/gtest/download_gtest.sh and removed any mention of gtest or lgtest from Makefile.common. To manually install gtest, I followed these instructions. I then encountered a bison error where it said something like "bison -d -v zparser.yy not found". To solve this, I changed line 58 of src/Makefile from Those fixed my issues. All unit tests passed. |
I solved this issue by changing line 9 of src/Makefile.inc from I'm pretty sure |
|
I followed @a-thieme's solution and it worked for me. Just wanted to summarize his solution as @ChantMisaya seems to have some confusion.
|
I am trying to install openabe in my machine.
I dowloaded the source code and executed the following command
When executed the command "make", the error occured.
How can I fix this problem?
My OS is ubuntu 20 LTS
The text was updated successfully, but these errors were encountered: