Couchbase
  • Why NoSQL?
  • Couchbase Server
  • Download
  • Resources
  • Careers
Home | Forums | Membase | Membase Server 1.6.x

Trouble Building Membase

1 reply [Last post]
  • Login or register to post comments
Thu, 09/30/2010 - 09:18
Sypher
Offline
Joined: 09/30/2010
Groups: None

On Ubuntu 10.04

command line:

sudo apt-get install build-essential automake libtool pkg-config check libssl-dev sqlite3 libevent-dev libcurl libcurl4-gnutls-dev

Reading package lists... Done Building dependency tree
Reading state information... Done automake is already the newest version. libtool is already the newest version. pkg-config is already the newest version. E: Couldn't find package libcurl

This looked good to me as I already have curl installed so I did this:

membase_1.6.0beta4_src$ make

mkdir -p lib (cd memcached && ./configure --enable-isasl && make) /bin/sh: ./configure: not found make: * [build_configure] Error 127

Seeing this error I ran the following under memcached:

autoconf

Now I get:

membase_1.6.0beta4_src$ make

mkdir -p lib (cd memcached && ./configure --enable-isasl && make) configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.." make: * [build_configure] Error 1

I'm not sure what to try next.

Top
  • Login or register to post comments
Thu, 09/30/2010 - 18:55
Sypher
Offline
Joined: 09/30/2010
Groups: None

Fixed!

Modified the make file with these contents:

build_configure:
mkdir -p lib
(cd memcached && ./config/autorun.sh && ./configure --enable-isasl &&
$(MAKE))
(cd bucket_engine && ./configure --with-memcached=../memcached && $
(MAKE))
(cd ep-engine && ./config/autorun.sh && ./configure --with-
memcached=../memcached && $(MAKE))
(cd libmemcached && ./configure --prefix=`pwd`/../lib --disable-
shared --disable-dtrace --enable-static --with-memcached=../memcached/
memcached && $(MAKE) && $(MAKE) install)
(cd libvbucket && ./config/autorun.sh && ./configure --
prefix=`pwd`/../lib --disable-shared --enable-static && $(MAKE) && $
(MAKE) install)
(cd vbucketmigrator && ./config/autorun.sh && ./configure --
prefix=`pwd`/../lib --without-sasl --with-isasl --with-memcached=../
memcached && $(MAKE))
(cd libconflate && ./configure --prefix=`pwd`/../lib --disable-shared
--enable-static && $(MAKE) && $(MAKE) install)
(cd moxi && ./config/autorun.sh && ./configure --prefix=`pwd`/../lib
--with-memcached=../memcached/memcached --enable-moxi-libvbucket --
enable-moxi-libmemcached CFLAGS="-I../lib/include -Wno-error"
LDFLAGS="-L../lib/lib" && $(MAKE))
(cd ns_server && $(MAKE))

Top
  • Login or register to post comments
  • Login or register to post comments
  • Login
  • Register

Company

  • About Us
  • Leadership
  • Customers
  • Partners
  • Contact Us

Product

  • Couchbase Server
  • Couchbase SDKs
  • Use Cases
  • Documentation
  • Forums

Open Source

  • Couchbase Project
  • Couchbase vs. CouchDB

Commercial

  • Subscriptions & Support
  • Training & Services

News

  • Blog
  • Newsletter
  • Press Releases
  • Buzz

Follow Us

    
  • Customer Login
  • Terms of Service
  • Privacy Policy
  • Trademark Policy
  • Site Map

© 2013 COUCHBASE All rights reserved.

Sign in to Couchbase Community

close
  • Create new account
  • Request new password
You are logging into the Forums, Wiki and Issue Tracker