monkey搭建环境报错

Last login: Fri Jun  2 17:18:44 on ttys000

horuipengdeMac-mini-2:~ ruipeng$ brew

Example usage:

brew search [TEXT|/REGEX/]

brew (info|home|options) [FORMULA...]

brew install FORMULA...

brew update

brew upgrade [FORMULA...]

brew uninstall FORMULA...

brew list [FORMULA...]

Troubleshooting:

brew config

brew doctor

brew install -vd FORMULA

Developers:

brew create [URL [--no-fetch]]

brew edit [FORMULA...]

http://docs.brew.sh/Formula-Cookbook.html

Further help:

man brew

brew help [COMMAND]

brew home

ruipengdeMac-mini-2:~ ruipeng$

ruipengdeMac-mini-2:~ ruipeng$

ruipengdeMac-mini-2:~ ruipeng$ rvm list known

# MRI Rubies

[ruby-]1.8.6[-p420]

[ruby-]1.8.7[-head] # security released on head

[ruby-]1.9.1[-p431]

[ruby-]1.9.2[-p330]

[ruby-]1.9.3[-p551]

[ruby-]2.0.0[-p648]

[ruby-]2.1[.10]

[ruby-]2.2[.6]

[ruby-]2.3[.3]

[ruby-]2.4[.0]

ruby-head

# for forks use: rvm install ruby-head-<name> --url https://github.com/github/ruby.git --branch 2.2

# JRuby

jruby-1.6[.8]

jruby-1.7[.26]

jruby[-9.1.7.0]

jruby-head

# Rubinius

rbx-1[.4.3]

rbx-2.3[.0]

rbx-2.4[.1]

rbx-2[.5.8]

rbx[-3.71]

rbx-head

# Opal

opal

# Minimalistic ruby implementation - ISO 30170:2012

mruby-1.0.0

mruby-1.1.0

mruby-1[.2.0]

mruby[-head]

# Ruby Enterprise Edition

ree-1.8.6

ree[-1.8.7][-2012.02]

# Topaz

topaz

# MagLev

maglev[-head]

maglev-1.0.0

# Mac OS X Snow Leopard Or Newer

macruby-0.10

macruby-0.11

macruby[-0.12]

macruby-nightly

macruby-head

# IronRuby

ironruby[-1.1.3]

ironruby-head

ruipengdeMac-mini-2:~ ruipeng$ rvm install 2.0.0

Searching for binary rubies, this might take some time.

Found remote file https://rvm_io.global.ssl.fastly.net/binaries/osx/10.11/x86_64/ruby-2.0.0-p648.tar.bz2

Checking requirements for osx.

Installing requirements for osx.

Updating system.........

Installing required packages: libksba..

Updating Homebrew...

==> Upgrading 2 outdated packages, with result:

openssl 1.0.2l, pkg-config 0.29.2

==> Upgrading openssl 

==> Downloading https://homebrew.bintray.com/bottles/openssl-1.0.2l.el_capitan.b

######################################################################## 100.0%

==> Pouring openssl-1.0.2l.el_capitan.bottle.tar.gz

==> Using the sandbox

==> Caveats

A CA file has been bootstrapped using certificates from the SystemRoots

keychain. To add additional certificates (e.g. the certificates added in

the System keychain), place .pem files in

/usr/local/etc/openssl/certs

and run

/usr/local/opt/openssl/bin/c_rehash

This formula is keg-only, which means it was not symlinked into /usr/local,

because Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries.

If you need to have this software first in your PATH run:

echo ‘export PATH="/usr/local/opt/openssl/bin:$PATH"‘ >> ~/.bash_profile

For compilers to find this software you may need to set:

LDFLAGS:  -L/usr/local/opt/openssl/lib

CPPFLAGS: -I/usr/local/opt/openssl/include

For pkg-config to find this software you may need to set:

PKG_CONFIG_PATH: /usr/local/opt/openssl/lib/pkgconfig

==> Summary

??  /usr/local/Cellar/openssl/1.0.2l: 1,709 files, 12.1MB

==> Upgrading pkg-config 

==> Downloading https://homebrew.bintray.com/bottles/pkg-config-0.29.2.el_capita

######################################################################## 100.0%

==> Pouring pkg-config-0.29.2.el_capitan.bottle.tar.gz

??  /usr/local/Cellar/pkg-config/0.29.2: 11 files, 627KB

Certificates in ‘/usr/local/etc/openssl/cert.pem‘ are already up to date.

Requirements installation successful.

ruby-2.0.0-p648 - #configure

ruby-2.0.0-p648 - #download

% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current

Dload  Upload   Total   Spent    Left  Speed

3 6337k    3  232k    0     0    132      0 13:39:24  0:29:59 13:09:25     0Warning: Transient problem: timeout Will retry in 2 seconds. 3 retries left.

Throwing away 237823 bytes

100 6337k  100 6337k    0     0  27443      0  0:03:56  0:03:56 --:--:-- 23495

ruby-2.0.0-p648 - #validate archive

ruby-2.0.0-p648 - #extract

ruby-2.0.0-p648 - #validate binary

ruby-2.0.0-p648 - #setup

ruby-2.0.0-p648 - #gemset created /Users/ruipeng/.rvm/gems/[email protected]

ruby-2.0.0-p648 - #importing gemset /Users/ruipeng/.rvm/gemsets/global.gems.....

ruby-2.0.0-p648 - #generating global wrappers........

ruby-2.0.0-p648 - #gemset created /Users/ruipeng/.rvm/gems/ruby-2.0.0-p648

ruby-2.0.0-p648 - #importing gemsetfile /Users/ruipeng/.rvm/gemsets/default.gems evaluated to empty gem list

ruby-2.0.0-p648 - #generating default wrappers........

Updating certificates in ‘/etc/openssl/cert.pem‘.

mkdir: /etc/openssl: Permission denied

mkdir -p "/etc/openssl" failed, retrying with sudo

ruipeng password required for ‘mkdir -p /etc/openssl‘:

时间: 2024-11-06 20:40:55

monkey搭建环境报错的相关文章

appium初学者,使用之检查appium环境报错Could not detect Mac OS X Version from sw_vers output: &#39;10.12.1’,

这个问题存在的原因就是appium不兼容最新的mac10.12版本. 由于10.12是最新mac版本,appium1.5.3并未提供支持,所以: 在终端输入grep -rl "Could not detect Mac OS X Version from sw_vers output:" /Applications/Appium.app/找出包含的文件并修改版本号. 通过以上命令可以看到以下4个文件中需要修改版本号,加上 '10.12',有些资料需要去掉后面的空格,加上trim()函数,

LR使用Java User协议环境报错Please add the &lt;JDK&gt;\bin to the path and try again

看标题报错信息就知道,这是java编译及运行环境配置问题,运行LR脚本时,LR代理找不到java的JDK环境,当然,可能有人会遇到说,我在cmd窗口javac 环境是没问题的呀,是的,这就要看你的jdk是什么版本有关系了,再java -version 看看你的jdk是什么版本,多少位的. 为了彻底解决LR脚本环境运行报错问题,下面步骤如下: 一.配置或重新安装配置java环境变量 具体怎么配置,网上百度有很多,我简单写一下吧(以我自己的电脑配置): 1.JAVA_HOME:C:\Java\jdk

LAMP(1)--环境搭建及报错解决

环境:CentOS 6.5 ★安装mysql cd /usr/local/src wget http://syslab.comsenz.com/downlo ... -icc-glibc23.tar.gz tar zxvf /usr/local/src/mysql-5.1.40-linux-i686-icc-glibc23.tar.gz  解压 mv mysql-5.1.40-linux-i686-icc-glibc23 /usr/local/mysql  useradd -s /sbin/no

一次使用innobackupex重新搭建主从复制报错解决方法及注意事项

[环境介绍] 系统环境:CentOS release 6.4 (Final) + Server version: 5.7.18-log MySQL Community Server (GPL) + innobackupex version 2.4.12 Linux (x86_64) [背景描述] 使用innobackupex重新全备搭建主从复制步骤简单,但是由于历史原因在全备恢复后出现报错:. [ERROR] InnoDB: Unable to open undo tablespace './/

开发环境无错,部署至测试环境报错“NoSuchMethodError”OR&quot;NoSuchClassError&quot;

背景: 实现一个简单的功能,需要用到jedis的jar包连接Redis.在之前便已经有使用jedis,它的版本比较旧,是2.1的.而新实现的功能,在编码的时候使用的是2.8的.在开发环境完成单元测试后,将编译好的class文件拷贝更新至测试环境.因种种原因,导致功能无法运行,排查后,觉得可能是jedis版本问题.于是,将jedis的版本重新降为2.1.运行,开始报如题错误. 报错: java.lang.NoSuchMethodError   PS:报这个错误的方法或者类明明存在,但是系统就是报这

使用SSMS 2012某些功能在Windows2012 环境报错解决

引用于http://www.sqlcn.com/post/29.html 在Windows Server 2012 + SQL Server 2012环境中,使用SSMS经常会报错如下: The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID  {FDC3723D-1588-4BA3-92D4-42

windows server 2012安装java环境报错 错误代码2

在服务器要用到canal这个工具监测mysql数据库,需要java环境. 在windows服务器安装java环境的时候,一开始安装成功,在安装jre的时候突然报错,试了各种办法都没辙. 因为不需要进行java开发,只需要jre,最终的解决办法,将jre解压到服务器,配置环境变量到path中.canal运行成功 jre下载地址 提取码:ms0t 原文地址:https://www.cnblogs.com/hllxy/p/12515981.html

Maven 项目在集成Eclipse环境报错

今天,第一个Maven的项目在Eclipseh环境中报错,出现以下提示: -Dmaven.multiModuleProjectDirectory system propery is not set. Check $M2_HOME environment variable 网上说是Maven3.3.1与JDK1.84两个版本不兼容的问题,其实通过自己的实验,实际上我们只需要在Eclipse环境中做个配置就OK了: 我们在下载了Maven3.3.1并解包后,首先,需要将路径放到电脑的系统环境变量中(

SAE 本地环境报错[python][dictionary update sequence element #0 has length 1; 2 is required]

本地搭建SAE的python环境时,总是报如下错误: 1 F:\workspace\dev\python\frikyskice\1>dev_server.py 2 Traceback (most recent call last): 3 File "C:\Python27\Scripts\dev_server.py", line 205, in <module> 4 main(options) 5 File "C:\Python27\Scripts\dev_