GPGME functon gpgme_op_genkey fail on Ubuntu 18.04 using CGnuPG Command Line - Verifying KeePass...

Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?

What to wear for invited talk in Canada

What is it called when one voice type sings a 'solo'?

Does it makes sense to buy a new cycle to learn riding?

What does it exactly mean if a random variable follows a distribution

How could a lack of term limits lead to a "dictatorship?"

Patience, young "Padovan"

Calculate Levenshtein distance between two strings in Python

New order #4: World

"listening to me about as much as you're listening to this pole here"

"My colleague's body is amazing"

Is there a name of the flying bionic bird?

What is the offset in a seaplane's hull?

Why is my log file so massive? 22gb. I am running log backups

Landing in very high winds

When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?

Why do UK politicians seemingly ignore opinion polls on Brexit?

Are objects structures and/or vice versa?

Why doesn't a const reference extend the life of a temporary object passed via a function?

LWC and complex parameters

Denied boarding due to overcrowding, Sparpreis ticket. What are my rights?

I see my dog run

extract characters between two commas?

Add an angle to a sphere



GPGME functon gpgme_op_genkey fail on Ubuntu 18.04 using C


GnuPG Command Line - Verifying KeePass SignatureUpdate from Ubuntu 17.10 to 18.04Replace Ubuntu 18.04 Python with virtualenvVMWare Workstation vmmon broken on Ubuntu 18.04nautilus not starting ubuntu 18.04Automount Windows shares on Ubuntu 18.04 using a Kerberos ticketvanet-routing-compare Ubuntu 18.04Ubuntu 18.04 Delete Softwarelibssl-dev dependency issue on Ubuntu 18.04Ubuntu 18.04 Screen Reader Broken






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I have (successfully?) installed gpgme on my desktop and I want to run some test code to check that everything works well before I import it to my project. Upon using some sample code I found on github at this repository
I get an error stating GnuPG: Not Found at t-support.h:210.



I run sudo apt install gnupg and I found out I already have the latest version (2.2.4-1ubuntu1.2) installed on my computer.



So I am in a dead-end and don't know how to further look up this error.



Any help will be much appreciated.



EDIT1:



After running gpgme-tool from terminal, engine and version I get
this.



george@george-pc:~/Desktop/GPGME-sample-code-master$ gpgme-tool
OK GPGME-Tool 1.10.0 ready
version
D 1.10.0
OK
engine
S ENGINE OpenPGP /usr/bin/gpg 2.2.4 1.4.0
S ENGINE CMS /usr/bin/gpgsm 2.2.4 2.0.4
S ENGINE GPGCONF /usr/bin/gpgconf 2.2.4 2.0.4
S ENGINE Assuan /run/user/1000/gnupg/S.gpg-agent 1.0.0 1.0.0 !GPG_AGENT
S ENGINE UIServer /run/user/1000/gnupg/S.uiserver 1.0.0 1.0.0
S ENGINE Spawn /nonexistent 1.0.0 1.0.0
OK









share|improve this question































    0















    I have (successfully?) installed gpgme on my desktop and I want to run some test code to check that everything works well before I import it to my project. Upon using some sample code I found on github at this repository
    I get an error stating GnuPG: Not Found at t-support.h:210.



    I run sudo apt install gnupg and I found out I already have the latest version (2.2.4-1ubuntu1.2) installed on my computer.



    So I am in a dead-end and don't know how to further look up this error.



    Any help will be much appreciated.



    EDIT1:



    After running gpgme-tool from terminal, engine and version I get
    this.



    george@george-pc:~/Desktop/GPGME-sample-code-master$ gpgme-tool
    OK GPGME-Tool 1.10.0 ready
    version
    D 1.10.0
    OK
    engine
    S ENGINE OpenPGP /usr/bin/gpg 2.2.4 1.4.0
    S ENGINE CMS /usr/bin/gpgsm 2.2.4 2.0.4
    S ENGINE GPGCONF /usr/bin/gpgconf 2.2.4 2.0.4
    S ENGINE Assuan /run/user/1000/gnupg/S.gpg-agent 1.0.0 1.0.0 !GPG_AGENT
    S ENGINE UIServer /run/user/1000/gnupg/S.uiserver 1.0.0 1.0.0
    S ENGINE Spawn /nonexistent 1.0.0 1.0.0
    OK









    share|improve this question



























      0












      0








      0








      I have (successfully?) installed gpgme on my desktop and I want to run some test code to check that everything works well before I import it to my project. Upon using some sample code I found on github at this repository
      I get an error stating GnuPG: Not Found at t-support.h:210.



      I run sudo apt install gnupg and I found out I already have the latest version (2.2.4-1ubuntu1.2) installed on my computer.



      So I am in a dead-end and don't know how to further look up this error.



      Any help will be much appreciated.



      EDIT1:



      After running gpgme-tool from terminal, engine and version I get
      this.



      george@george-pc:~/Desktop/GPGME-sample-code-master$ gpgme-tool
      OK GPGME-Tool 1.10.0 ready
      version
      D 1.10.0
      OK
      engine
      S ENGINE OpenPGP /usr/bin/gpg 2.2.4 1.4.0
      S ENGINE CMS /usr/bin/gpgsm 2.2.4 2.0.4
      S ENGINE GPGCONF /usr/bin/gpgconf 2.2.4 2.0.4
      S ENGINE Assuan /run/user/1000/gnupg/S.gpg-agent 1.0.0 1.0.0 !GPG_AGENT
      S ENGINE UIServer /run/user/1000/gnupg/S.uiserver 1.0.0 1.0.0
      S ENGINE Spawn /nonexistent 1.0.0 1.0.0
      OK









      share|improve this question
















      I have (successfully?) installed gpgme on my desktop and I want to run some test code to check that everything works well before I import it to my project. Upon using some sample code I found on github at this repository
      I get an error stating GnuPG: Not Found at t-support.h:210.



      I run sudo apt install gnupg and I found out I already have the latest version (2.2.4-1ubuntu1.2) installed on my computer.



      So I am in a dead-end and don't know how to further look up this error.



      Any help will be much appreciated.



      EDIT1:



      After running gpgme-tool from terminal, engine and version I get
      this.



      george@george-pc:~/Desktop/GPGME-sample-code-master$ gpgme-tool
      OK GPGME-Tool 1.10.0 ready
      version
      D 1.10.0
      OK
      engine
      S ENGINE OpenPGP /usr/bin/gpg 2.2.4 1.4.0
      S ENGINE CMS /usr/bin/gpgsm 2.2.4 2.0.4
      S ENGINE GPGCONF /usr/bin/gpgconf 2.2.4 2.0.4
      S ENGINE Assuan /run/user/1000/gnupg/S.gpg-agent 1.0.0 1.0.0 !GPG_AGENT
      S ENGINE UIServer /run/user/1000/gnupg/S.uiserver 1.0.0 1.0.0
      S ENGINE Spawn /nonexistent 1.0.0 1.0.0
      OK






      ubuntu gnupg c






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 days ago







      George Sp

















      asked 2 days ago









      George SpGeorge Sp

      113




      113






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1422154%2fgpgme-functon-gpgme-op-genkey-fail-on-ubuntu-18-04-using-c%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1422154%2fgpgme-functon-gpgme-op-genkey-fail-on-ubuntu-18-04-using-c%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...