ruby - Possible to use pkgsrc with rvm/gem on OS X? -


Done But now I do not think that the code by gem has been installed through rvm looks like pkgsrc does not play well. Updating installed gems Error: (Mani :: Exception) Unable to install OpenSL, install OpenSSL and rebuild (Favorites) or non-HTTPS source

Which problem is because:

  $ openssl / usr / pkg / bin / openssl   

I also Autoconf autocomplete Liboots PKG-Confide LBIMML readline LimbskXSL get complaints about missing packages, but I All of them have established with pkgsrc.

Any idea of ​​moving forward with them? It looks like rvm really wants to use homebrew . I do not want to remove "Change pkgsrc and since installing the Homebrew since pkgsrc for all my other needs very well But things do not seem promising. It is not clear whether the problem really matters to pkgsrc

But it seems that you are exposing the binaries of pkgsrc to you through the path so that the gem is mixed. Like, libtool or pkg-config.

Try the bin and SBI directory of pkgsrc to remove the path from you so that it is

after that, Without the pollution of pkgsrc, you can write a simple cover to run binaries:

ps:

  #! / Bin / sh -uv PATH = / usr / Pkg / bin: / usr / pkg / sbin: $ PATH exec "$ @"   

Then if you want to run smth from pkgsrc this is like this:

  $ ps    

In addition to this, I must say, this is the problem of pkgsrc Not one, but one of the funk Pkgsrc does not attempt to run binaries from yo ur path, but instead uses the full path and it is usually not confused, even if your path exposes the binary of the other package system.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -