Skip to content

Instantly share code, notes, and snippets.

@otiai10
Last active December 18, 2015 21:29
Show Gist options
  • Save otiai10/5848035 to your computer and use it in GitHub Desktop.
Save otiai10/5848035 to your computer and use it in GitHub Desktop.
memsql
% wget http://download.memsql.com/db2717c8835c43fbae4c42de0c5d6be7/memsqlbin_amd64.tar.gz
--2013-06-24 15:10:04--  http://download.memsql.com/db2717c8835c43fbae4c42de0c5d6be7/memsqlbin_amd64.tar.gz
Resolving download.memsql.com... 72.21.215.197
Connecting to download.memsql.com|72.21.215.197|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 119509703 (114M) [application/x-tar]
Saving to: `memsqlbin_amd64.tar.gz'

100%[==========================================================================================================================================>] 119,509,703 11.1M/s   in 24s

2013-06-24 15:10:28 (4.83 MB/s) - `memsqlbin_amd64.tar.gz' saved [119509703/119509703]

% tar -xzf memsqlbin_amd64.tar.gz
% ls -la
total 116860
drwxr-xr-x  4 hiromu hiromu      4096 Jun 24 15:11 .
drwxr-xr-x 34 hiromu hiromu      4096 Jun 24 14:59 ..
-rw-r--r--  1 hiromu hiromu     10240 Jan 21  2011 ez_setup.py
drwxr-xr-x  8 hiromu hiromu      4096 Jun 18  2012 memsqlbin
-rw-r--r--  1 hiromu hiromu 119509703 Jun 18  2012 memsqlbin_amd64.tar.gz
drwxr-xr-x  6 hiromu hiromu      4096 Dec  7  2012 redis-2.6.7
%
% cd memsqlbin
% ./check_system
Error: This build of MemSQL requires an x86_64 (amd64) architecture.
%

http://e-words.jp/w/AMD64.html

% apt-cache search x86 | rak 64
   2|amd64-libs-dev - Amd64 development libraries and headers for use on i386/x86_64 systems
   3|amd64-libs - Amd64 shared libraries for use on i386/x86_64 systems
  34|libjnr-x86asm-java - Pure java x86 and x86_64 assembler
  65|mcelog - x86-64 Machine Check Exceptions collector and decoder
%

お、これじゃね

TODO?

% sudo apt-get install amd64-libs

http://packages.debian.org/ja/squeeze/amd64-libs

  • i386/x86_64環境 で 使われるlibということか?
  • x86_64 が 使える環境をつくりたい
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment