Ubuntu Install Redis Desktop Manager on the real installation

Source: Internet
Author: User
Tags gz file git clone redis desktop manager install redis
It's really hard to install Redis Desktop Manager under Ubuntu, and you can put it on by the following method. No, it's not hard.
Method 1,

git clone--recursive https://github.com/uglide/RedisDesktopManager.git-b 0.9 rdm && CD./RDM

CD src/
./configure
source/opt/qt59/bin/qt59-env.sh && qmake && make && sudo make install
Cd/usr/share/redis-desktop-manager/bin
sudo mv qt.conf qt.backup
Method 2,

Download tar.gz file

Download Address:

Https://github.com/uglide/RedisDesktopManager/releases

Tar xzf redisdesktopmanager-0.9.1.tar.gz ~/RDM

~ CD rdm/src/

./configure
source/opt/qt59/bin/qt59-env.sh && qmake && make && sudo make install
Cd/usr/share/redis-desktop-manager/bin
sudo mv qt.conf qt.backup

There are two ways to get there./configure all the problems.

Solve:

1, to 3rdparty/gbreakpad/src/third_party/create LSS directory and then download linux_syscall_support.h file into the created LSS directory

Linux_syscall_support.h (I have modified the wrong execution) download address:

Link: Https://pan.baidu.com/s/1k5ciDJehHTd8t9LnNCecLA Password: S5XC

2, modify ~/rdm/3rdparty/gbreakpad/src/client/linux/handler/exception_ handler.cc in lines 436,535 and 647, prompted too many parameters, given that the function can only pass two, then remove 3 0 chant, Sys_prctl (pr_set_dumpable, 1, 0, 0, 0); Change to Sys_prctl (pr_set_ Dumpable, 1);

This way, you can install it in the same way.

After installation: Perform under/usr/share/redis-desktop-manager/bin./rdm.sh

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.