简体   繁体   English

安装 arangodb 时出错

[英]Error installing arangodb

Trying to install arangodb on mint 16.04, I was able to install it but it is giving following error尝试在 mint 16.04 上安装 arangodb,我能够安装它,但它给出了以下错误

Setting up arangodb3 (3.2.10) ... FATAL ERROR: EXIT_FAILED - "exit with error" dpkg: error processing package arangodb3 (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: arangodb3 E: Sub-process /usr/bin/dpkg returned an error code (1)设置 arangodb3 (3.2.10) ... FATAL ERROR: EXIT_FAILED - "exit with error" dpkg: error processing package arangodb3 (--configure): subprocess installed post-installation script returned error exit status 1 处理时遇到错误: arangodb3 E: 子进程 /usr/bin/dpkg 返回错误代码 (1)

Can someone help me with this?有人可以帮我弄这个吗?

try this,尝试这个,

sudo dpkg --purge arangodb3

Then upgrade your system to check for the same error,然后升级您的系统以检查相同的错误,

sudo apt-get upgrade

Then reinstall your arangodb3.然后重新安装你的 arangodb3。

It works for me :-)这个对我有用 :-)

Error?: I had a similar issue;错误?:我有类似的问题; i checked https://github.com/arangodb/arangodb/issues/7705 , raised issue here, where they claim the error is as a result of default configuration of SSE4.2 that clashes with lower CPU types, check the conversation thread:我检查了https://github.com/arangodb/arangodb/issues/7705 ,在这里提出了问题,他们声称错误是由于 SSE4.2 的默认配置与较低的 CPU 类型发生冲突,检查对话线程:

Solution ?: i directly downloaded the .deb file , my specific version was arangodb3-3.3.0-1_amd64.deb (you can play around with the version numbers because the current version is arangodb3-3.9.1-1 ) , then i run the command to install below:解决方案?:我直接下载了.deb文件,我的具体版本是arangodb3-3.3.0-1_amd64.deb (你可以玩弄版本号,因为当前版本是arangodb3-3.9.1-1),然后我运行安装命令如下:

sudo dpkg -i arangodb3-3.3.0-1_amd64.deb

and on executing the command arangosh on the terminal ,wallah!:并在终端上执行命令arangosh ,哇!:

Please specify a password: 

                                       _     
  __ _ _ __ __ _ _ __   __ _  ___  ___| |__  
 / _` | '__/ _` | '_ \ / _` |/ _ \/ __| '_ \ 
| (_| | | | (_| | | | | (_| | (_) \__ \ | | |
 \__,_|_|  \__,_|_| |_|\__, |\___/|___/_| |_|
                       |___/                 

arangosh (ArangoDB 3.3.0 [linux] 64bit, using jemalloc, VPack 0.1.30, RocksDB 5.6.0, ICU 58.1, V8 5.7.492.77, OpenSSL 1.1.0f  25 May 2017)
Copyright (c) ArangoDB GmbH

Pretty printing values.
Connected to ArangoDB 'http+tcp://127.0.0.1:8529' version: 3.3.0 [server], database: '_system', username: 'root'

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM