Error executing 'mfsconsole and bundle install' on termux - AndroidHow to determine how many files are within...

How can one see if an address is multisig?

Exactly which act of bravery are Luke and Han awarded a medal for?

What are my options legally if NYC company is not paying salary?

Where do 5 or more U.S. counties meet in a single point?

Company stopped paying my salary. What are my options?

Are there vaccine ingredients which may not be disclosed ("hidden", "trade secret", or similar)?

What are these pads?

Is the tensor product (of vector spaces) commutative?

Can radiation block all wireless communications?

My parents are Afghan

Every group the homology of some space?

Is it possible to do moon sighting in advance for 5 years with 100% accuracy?

Trying to understand a summation

Magical Modulo Squares

And now you see it II (the B side)

My Sixteen Friendly Students

Are wands in any sort of book going to be too much like Harry Potter?

Program for finding longest run of zeros from a list of 100 random integers which are either 0 or 1

Add elements inside Array conditionally in JavaScript

Linear Independence for Vectors of Cosine Values

When was it publicly revealed that a KH-11 spy satellite took pictures of the first Shuttle flight?

What will Doctor Strange protect now?

Is there an idiom that means "revealing a secret unintentionally"?

Is it a good idea to copy a trader when investing?



Error executing 'mfsconsole and bundle install' on termux - Android


How to determine how many files are within a directory without counting?Cannot install rsync (unable to create…Input/output error)Cannot connect PC and Android through bluetootherror:: could not find rake-11.1.2 in any of the sources run `bundle install` to install missing gemsBluetooth not transferring on Acer E5-532 running Ubuntu MateSSH Configuration Help / Can't tunnelIs it technically possible to install Ubuntu Server on a Android Device?Install Linux and Android in a x86_64 device with preinstalled androidError in mounting rootfs in androidAndroid kernel compiling error






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I am getting the below error when executing the 'bundle install' command.



So i run 'msfconsole' and get this:



   $ msfconsole                                    waiting for server to shut down....2019-05-08 11:04:55.057 AEST [14797] LOG:  received fast shutdown request
2019-05-08 11:04:55.058 AEST [14797] LOG: aborting any active transactions
2019-05-08 11:04:55.059 AEST [14797] LOG: background worker "logical replication launcher" (PID 14807) exited with exit code 1
2019-05-08 11:04:55.060 AEST [14802] LOG: shutting down
2019-05-08 11:04:55.091 AEST [14797] LOG: database system is shut down
done
server stopped
waiting for server to start....2019-05-08 11:04:55.204 AEST [17104] LOG: listening on IPv4 address "127.0.0.1", port 5432
2019-05-08 11:04:55.204 AEST [17104] LOG: listening on Unix socket "/data/data/com.termux/files/usr/tmp/.s.PGSQL.5432"
2019-05-08 11:04:55.221 AEST [17108] LOG: database system was shut down at 2019-05-08 11:04:55 AEST
2019-05-08 11:04:55.226 AEST [17104] LOG: database system is ready to accept connections
done
server started

Could not find nokogiri-1.10.1 in any of the sources
Run `bundle install` to install missing gems.


Then I run 'bundle install' and get this:



$ bundle install                                The Gemfile specifies no dependencies
Bundle complete! 0 Gemfile dependencies, 1 gem now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
$


I also tried installing 'nokogiri' but three an error:



    $install nokogiri                          Building native extensions. This could take a while...
ERROR: Error installing nokogiri:
ERROR: Failed to build gem native extension.

current directory: /data/data/com.termux/files/usr/lib/ruby/gems/2.6.0/gems/nokogiri-1.10.3/ext/nokogiri
/data/data/com.termux/files/usr/bin/ruby -I /data/data/com.termux/files/usr/lib/ruby/site_ruby/2.6.0 -r ./siteconf20190508-18809-1xe5kij.rb extconf.rb
checking if the C compiler accepts ... yes
Building nokogiri using packaged libraries.
Using mini_portile version 2.4.0
Static linking is disabled.
checking for gzdopen() in -lz... no
zlib is missing; necessary for building libxml2
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
To see why this extension failed to compile, please check the mkmf.log which can be found here:

/data/data/com.termux/files/usr/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/nokogiri-1.10.3/mkmf.log

extconf failed, exit code 1

Gem files will remain installed in /data/data/com.termux/files/usr/lib/ruby/gems/2.6.0/gems/nokogiri-1.10.3 for inspection.
Results logged to /data/data/com.termux/files/usr/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/nokogiri-1.10.3/gem_make.out
$


Why is this happening, and how do I fix it?



Thanks in advance










share|improve this question









New contributor



CodePlague is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


























    0















    I am getting the below error when executing the 'bundle install' command.



    So i run 'msfconsole' and get this:



       $ msfconsole                                    waiting for server to shut down....2019-05-08 11:04:55.057 AEST [14797] LOG:  received fast shutdown request
    2019-05-08 11:04:55.058 AEST [14797] LOG: aborting any active transactions
    2019-05-08 11:04:55.059 AEST [14797] LOG: background worker "logical replication launcher" (PID 14807) exited with exit code 1
    2019-05-08 11:04:55.060 AEST [14802] LOG: shutting down
    2019-05-08 11:04:55.091 AEST [14797] LOG: database system is shut down
    done
    server stopped
    waiting for server to start....2019-05-08 11:04:55.204 AEST [17104] LOG: listening on IPv4 address "127.0.0.1", port 5432
    2019-05-08 11:04:55.204 AEST [17104] LOG: listening on Unix socket "/data/data/com.termux/files/usr/tmp/.s.PGSQL.5432"
    2019-05-08 11:04:55.221 AEST [17108] LOG: database system was shut down at 2019-05-08 11:04:55 AEST
    2019-05-08 11:04:55.226 AEST [17104] LOG: database system is ready to accept connections
    done
    server started

    Could not find nokogiri-1.10.1 in any of the sources
    Run `bundle install` to install missing gems.


    Then I run 'bundle install' and get this:



    $ bundle install                                The Gemfile specifies no dependencies
    Bundle complete! 0 Gemfile dependencies, 1 gem now installed.
    Use `bundle info [gemname]` to see where a bundled gem is installed.
    $


    I also tried installing 'nokogiri' but three an error:



        $install nokogiri                          Building native extensions. This could take a while...
    ERROR: Error installing nokogiri:
    ERROR: Failed to build gem native extension.

    current directory: /data/data/com.termux/files/usr/lib/ruby/gems/2.6.0/gems/nokogiri-1.10.3/ext/nokogiri
    /data/data/com.termux/files/usr/bin/ruby -I /data/data/com.termux/files/usr/lib/ruby/site_ruby/2.6.0 -r ./siteconf20190508-18809-1xe5kij.rb extconf.rb
    checking if the C compiler accepts ... yes
    Building nokogiri using packaged libraries.
    Using mini_portile version 2.4.0
    Static linking is disabled.
    checking for gzdopen() in -lz... no
    zlib is missing; necessary for building libxml2
    *** extconf.rb failed ***
    Could not create Makefile due to some reason, probably lack of necessary
    libraries and/or headers. Check the mkmf.log file for more details. You may
    need configuration options.
    To see why this extension failed to compile, please check the mkmf.log which can be found here:

    /data/data/com.termux/files/usr/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/nokogiri-1.10.3/mkmf.log

    extconf failed, exit code 1

    Gem files will remain installed in /data/data/com.termux/files/usr/lib/ruby/gems/2.6.0/gems/nokogiri-1.10.3 for inspection.
    Results logged to /data/data/com.termux/files/usr/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/nokogiri-1.10.3/gem_make.out
    $


    Why is this happening, and how do I fix it?



    Thanks in advance










    share|improve this question









    New contributor



    CodePlague is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      0












      0








      0








      I am getting the below error when executing the 'bundle install' command.



      So i run 'msfconsole' and get this:



         $ msfconsole                                    waiting for server to shut down....2019-05-08 11:04:55.057 AEST [14797] LOG:  received fast shutdown request
      2019-05-08 11:04:55.058 AEST [14797] LOG: aborting any active transactions
      2019-05-08 11:04:55.059 AEST [14797] LOG: background worker "logical replication launcher" (PID 14807) exited with exit code 1
      2019-05-08 11:04:55.060 AEST [14802] LOG: shutting down
      2019-05-08 11:04:55.091 AEST [14797] LOG: database system is shut down
      done
      server stopped
      waiting for server to start....2019-05-08 11:04:55.204 AEST [17104] LOG: listening on IPv4 address "127.0.0.1", port 5432
      2019-05-08 11:04:55.204 AEST [17104] LOG: listening on Unix socket "/data/data/com.termux/files/usr/tmp/.s.PGSQL.5432"
      2019-05-08 11:04:55.221 AEST [17108] LOG: database system was shut down at 2019-05-08 11:04:55 AEST
      2019-05-08 11:04:55.226 AEST [17104] LOG: database system is ready to accept connections
      done
      server started

      Could not find nokogiri-1.10.1 in any of the sources
      Run `bundle install` to install missing gems.


      Then I run 'bundle install' and get this:



      $ bundle install                                The Gemfile specifies no dependencies
      Bundle complete! 0 Gemfile dependencies, 1 gem now installed.
      Use `bundle info [gemname]` to see where a bundled gem is installed.
      $


      I also tried installing 'nokogiri' but three an error:



          $install nokogiri                          Building native extensions. This could take a while...
      ERROR: Error installing nokogiri:
      ERROR: Failed to build gem native extension.

      current directory: /data/data/com.termux/files/usr/lib/ruby/gems/2.6.0/gems/nokogiri-1.10.3/ext/nokogiri
      /data/data/com.termux/files/usr/bin/ruby -I /data/data/com.termux/files/usr/lib/ruby/site_ruby/2.6.0 -r ./siteconf20190508-18809-1xe5kij.rb extconf.rb
      checking if the C compiler accepts ... yes
      Building nokogiri using packaged libraries.
      Using mini_portile version 2.4.0
      Static linking is disabled.
      checking for gzdopen() in -lz... no
      zlib is missing; necessary for building libxml2
      *** extconf.rb failed ***
      Could not create Makefile due to some reason, probably lack of necessary
      libraries and/or headers. Check the mkmf.log file for more details. You may
      need configuration options.
      To see why this extension failed to compile, please check the mkmf.log which can be found here:

      /data/data/com.termux/files/usr/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/nokogiri-1.10.3/mkmf.log

      extconf failed, exit code 1

      Gem files will remain installed in /data/data/com.termux/files/usr/lib/ruby/gems/2.6.0/gems/nokogiri-1.10.3 for inspection.
      Results logged to /data/data/com.termux/files/usr/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/nokogiri-1.10.3/gem_make.out
      $


      Why is this happening, and how do I fix it?



      Thanks in advance










      share|improve this question









      New contributor



      CodePlague is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I am getting the below error when executing the 'bundle install' command.



      So i run 'msfconsole' and get this:



         $ msfconsole                                    waiting for server to shut down....2019-05-08 11:04:55.057 AEST [14797] LOG:  received fast shutdown request
      2019-05-08 11:04:55.058 AEST [14797] LOG: aborting any active transactions
      2019-05-08 11:04:55.059 AEST [14797] LOG: background worker "logical replication launcher" (PID 14807) exited with exit code 1
      2019-05-08 11:04:55.060 AEST [14802] LOG: shutting down
      2019-05-08 11:04:55.091 AEST [14797] LOG: database system is shut down
      done
      server stopped
      waiting for server to start....2019-05-08 11:04:55.204 AEST [17104] LOG: listening on IPv4 address "127.0.0.1", port 5432
      2019-05-08 11:04:55.204 AEST [17104] LOG: listening on Unix socket "/data/data/com.termux/files/usr/tmp/.s.PGSQL.5432"
      2019-05-08 11:04:55.221 AEST [17108] LOG: database system was shut down at 2019-05-08 11:04:55 AEST
      2019-05-08 11:04:55.226 AEST [17104] LOG: database system is ready to accept connections
      done
      server started

      Could not find nokogiri-1.10.1 in any of the sources
      Run `bundle install` to install missing gems.


      Then I run 'bundle install' and get this:



      $ bundle install                                The Gemfile specifies no dependencies
      Bundle complete! 0 Gemfile dependencies, 1 gem now installed.
      Use `bundle info [gemname]` to see where a bundled gem is installed.
      $


      I also tried installing 'nokogiri' but three an error:



          $install nokogiri                          Building native extensions. This could take a while...
      ERROR: Error installing nokogiri:
      ERROR: Failed to build gem native extension.

      current directory: /data/data/com.termux/files/usr/lib/ruby/gems/2.6.0/gems/nokogiri-1.10.3/ext/nokogiri
      /data/data/com.termux/files/usr/bin/ruby -I /data/data/com.termux/files/usr/lib/ruby/site_ruby/2.6.0 -r ./siteconf20190508-18809-1xe5kij.rb extconf.rb
      checking if the C compiler accepts ... yes
      Building nokogiri using packaged libraries.
      Using mini_portile version 2.4.0
      Static linking is disabled.
      checking for gzdopen() in -lz... no
      zlib is missing; necessary for building libxml2
      *** extconf.rb failed ***
      Could not create Makefile due to some reason, probably lack of necessary
      libraries and/or headers. Check the mkmf.log file for more details. You may
      need configuration options.
      To see why this extension failed to compile, please check the mkmf.log which can be found here:

      /data/data/com.termux/files/usr/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/nokogiri-1.10.3/mkmf.log

      extconf failed, exit code 1

      Gem files will remain installed in /data/data/com.termux/files/usr/lib/ruby/gems/2.6.0/gems/nokogiri-1.10.3 for inspection.
      Results logged to /data/data/com.termux/files/usr/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/nokogiri-1.10.3/gem_make.out
      $


      Why is this happening, and how do I fix it?



      Thanks in advance







      linux bash ubuntu android metasploit






      share|improve this question









      New contributor



      CodePlague is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question









      New contributor



      CodePlague is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question








      edited 1 hour ago







      CodePlague













      New contributor



      CodePlague is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked 3 hours ago









      CodePlagueCodePlague

      11




      11




      New contributor



      CodePlague is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      CodePlague is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.
























          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          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: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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
          });


          }
          });






          CodePlague is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f517681%2ferror-executing-mfsconsole-and-bundle-install-on-termux-android%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








          CodePlague is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          CodePlague is a new contributor. Be nice, and check out our Code of Conduct.













          CodePlague is a new contributor. Be nice, and check out our Code of Conduct.












          CodePlague is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • 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%2funix.stackexchange.com%2fquestions%2f517681%2ferror-executing-mfsconsole-and-bundle-install-on-termux-android%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

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

          Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...