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

Why can't I run normally? #3

Open
Gerrie-Cui opened this issue Apr 14, 2021 · 3 comments
Open

Why can't I run normally? #3

Gerrie-Cui opened this issue Apr 14, 2021 · 3 comments

Comments

@Gerrie-Cui
Copy link

Hello,
Thank you for making this source code public. But I don't seem to be able to run it successfully.

First I downloaded Mastik from here. Then run the command ./configure make. This tool is compiled normally.

Second, I downloaded version 1.4.13 of gnupg from ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.13.tar.bz2. and installed it.

Third, I copied the successfully installed gpg to the ~/Mastik/demo folder. And renamed to gpg-1.4.13.

Fourth, I used gpg-1.4.13 to successfully generate public and private keys. When I executed./rungnupg.sh in ~/Mastik/demo folder, there is an error that there is no echo.c file.

When I executed the ./FR-gnupg-1.4.13 gpg-1.4.13 command, an error appeared. I tried various gpg, and I got this error every time. The error is Cannot find mpih-mul.c:85 in gpg-1.4.13.

I can find the mpih-mul.c and mpih-div.c in the gpg library. I use find. -name mpih-mul.c and find. -name mpih-div.c to find the corresponding file. The generated gpg executable file also runs normally. But why does this problem occur?

Thanks

@w112
Copy link

w112 commented Jul 12, 2021

Hello,
I have the same puzzle with you, could you please tell me the method that you handle this question ?
Thank you very much.

@Gerrie-Cui
Copy link
Author

I had a problem with gpg-1.4.13 at the time. After I re-downloaded it from other places, the problem disappeared.

ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.13.tar.bz2

@w112
Copy link

w112 commented Jul 13, 2021

It works!!! Thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants