0

I am trying to install the module GEM, but the installation keeps failing with following error:

enter image description here

As you see, I'd cloned the repository on my local path ~/.

enter image description here

The module page says as "In case of Python 3, make sure it was compiled with ./configure --enable-shared, and that you have /usr/local/bin/python in your LD_LIBRARY_PATH",
but I don't know what compiled with ./configure --enabled-shared means and what LD_LIBRARY_PATH is.

Can anyone help me?

snapper
  • 997
  • 1
  • 12
  • 15
  • Possible duplicate of [Combine --user with --prefix error with setup.py install](https://stackoverflow.com/questions/4495120/combine-user-with-prefix-error-with-setup-py-install) – vishes_shell Mar 11 '18 at 08:38
  • `LD_LIBRARY_PATH` is an environment variable, a bit like `PATH` only used to find libraries (.so files, also known as DLLs). – cdarke Mar 11 '18 at 08:43
  • 1
    Please don't post pictures of code or error messages, post the text here on SO instead. – Mr. T Mar 11 '18 at 08:47

0 Answers0