libyaml

brew install libyaml ERROR

半城伤御伤魂 提交于 2019-12-18 05:51:35
问题 $ brew install libyaml ==> Downloading http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz Already downloaded: /Library/Caches/Homebrew/libyaml-0.1.4.tar.gz ==> ./configure --prefix=/usr/local/Cellar/libyaml/0.1.4 ==> make install Warning: Could not link libyaml. Unlinking... Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /usr/local You can try again using `brew link libyaml' ==> Summary 🍺 /usr/local/Cellar/libyaml/0.1.4: 7 files, 336K,

Invalid access to memory location on 64-bit Strawberry Perl only

流过昼夜 提交于 2019-12-10 23:38:26
问题 Hi I am trying to get a Perl program running on Windows 64-bit using Strawberry Perl version 5.20, the 64-bit version. I have no problems running the 32-bit version (32-bit Strawberry Perl on 32-bit Windows), but it lacks the memory capabilities of the 64-bit. All of the required modules compile correctly, however when I run the program I get the following error: Can't load 'C:/Strawberry/perl/vendor/lib/auto/YAML/XS/LibYAML/LibYAML.xs.dll' for module YAML::XS::LibYAML: load_file:Invalid

Rails: Psych, Updating libyaml from 0.1.4

隐身守侯 提交于 2019-12-10 04:00:05
问题 I needed capybara-webkit installed which needed the qt libraries, so I went and installed them using homebrew with the following commands brew update brew install qt brew linkapps I then bundled and all was well with the capybara-webkit. However, my guard is throwing the below warning. You appear to have an outdated version of libyaml (0.1.4) installed on your system. Prior to 0.1.6, libyaml is vulnerable to a heap overflow exploit from malicious YAML payloads. The easiest thing to do right

ejabberd 安装报错问题

こ雲淡風輕ζ 提交于 2019-12-07 20:10:52
安装ejabberd的时候出现: 1、configure: error: Could not find development files of libyaml library 解决: ubuntu: sudo apt-get install libyaml-dev 2、configure: error: Could not find development files of Expat library 解决: ubuntu: sudo apt-get install libexpat-dev 可能还会报关于ssl的错。 总结: 安装ejabberd之前,先安装这些库。 git clone https://github.com/processone/ejabberd apt-get install libyaml-dev apt-get install libexpat-dev apt-get install openssl apt-get install libssl-dev apt-get install libgd-dev apt-get install libwebp-dev 来源: oschina 链接: https://my.oschina.net/u/167181/blog/528008

Missing Required Packages? - Including libyaml

孤街浪徒 提交于 2019-12-05 07:02:42
问题 I feel like my computer has some deep seated issues and is 100% against me installing rails/ruby/rvm and the rest on it. Or I'm just incompetent :) I have installed rvm and ruby without issues. Here is my current setup (Log from Terminal): Mac-mini:rubygems-1.8.25 Riley$ rvm -v rvm 1.18.15 (master) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/] Mac-mini:rubygems-1.8.25 Riley$ ruby -v ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-darwin12.2

Rails: Psych, Updating libyaml from 0.1.4

和自甴很熟 提交于 2019-12-05 05:39:19
I needed capybara-webkit installed which needed the qt libraries, so I went and installed them using homebrew with the following commands brew update brew install qt brew linkapps I then bundled and all was well with the capybara-webkit. However, my guard is throwing the below warning. You appear to have an outdated version of libyaml (0.1.4) installed on your system. Prior to 0.1.6, libyaml is vulnerable to a heap overflow exploit from malicious YAML payloads. The easiest thing to do right now is probably to update Psych to the latest version and enable the 'bundled-libyaml' option, which

rails 4.1 can't deploy via capistrano 3

爷,独闯天下 提交于 2019-11-30 03:38:30
i have very strange error when deploy my rails app with capistrano. sometimes it's deploy and sometimes not. for example i add something to css (just one string) e.g. .my_some_class{width:10px} and after that deployment fails. before i add this - it's deploy ok. i am sure what nothing else changed cause i make experimental commit which contain only one string of css. my config: rails 4.1.0 ruby 2.1.1p76 gem 'capistrano-rails', group: :development gem 'capistrano-rvm', group: :development gem 'capistrano-bundler', group: :development end of deploy log: Tasks: TOP => deploy:assets:precompile

rails 4.1 can't deploy via capistrano 3

一笑奈何 提交于 2019-11-29 01:08:59
问题 i have very strange error when deploy my rails app with capistrano. sometimes it's deploy and sometimes not. for example i add something to css (just one string) e.g. .my_some_class{width:10px} and after that deployment fails. before i add this - it's deploy ok. i am sure what nothing else changed cause i make experimental commit which contain only one string of css. my config: rails 4.1.0 ruby 2.1.1p76 gem 'capistrano-rails', group: :development gem 'capistrano-rvm', group: :development gem