Code Monkey home page Code Monkey logo

Comments (9)

bigbes avatar bigbes commented on August 28, 2024

Ok, it's troubles while building libmemcached, i'm currently rewriting building of it.
Sorry for inconvenience.

from memcached.

ekho avatar ekho commented on August 28, 2024

Ok, I'll try some times later =0)

from memcached.

bigbes avatar bigbes commented on August 28, 2024

@ekho, it's problem for testing, but you may do make internalso to build module

from memcached.

bigbes avatar bigbes commented on August 28, 2024

@ekho, are you still experience it?

from memcached.

ekho avatar ekho commented on August 28, 2024

I had not time to make internalso
Today I will try to make it

from memcached.

bigbes avatar bigbes commented on August 28, 2024

@ekho, i've updated buildsystem, so you can simply make now.

from memcached.

ekho avatar ekho commented on August 28, 2024

At the end of make install

==> default: -- Installing: /usr/local/share/tarantool/memcached/init.lua
==> default: -- Installing: /usr/local/lib/tarantool/memcached/internal.so

and then in REPL

tarantool> memcached = require('memcached')
---
- error: "[string \"memcached = require('memcached')\"]:1: module 'memcached' not
    found:\n\tno field package.preload['memcached']\n\tno file './memcached.lua'\n\tno
    file './memcached/init.lua'\n\tno file '/home/vagrant/.luarocks/share/lua/5.1/memcached.lua'\n\tno
    file '/home/vagrant/.luarocks/share/lua/5.1/memcached/init.lua'\n\tno file '/home/vagrant/.luarocks/share/lua/memcached.lua'\n\tno
    file '/home/vagrant/.luarocks/share/lua/memcached/init.lua'\n\tno file '/usr/share/tarantool/memcached.lua'\n\tno
    file '/usr/share/tarantool/memcached/init.lua'\n\tno file './memcached.lua'\n\tno
    file '/usr/local/share/luajit-2.1.0-beta1/memcached.lua'\n\tno file '/usr/local/share/lua/5.1/memcached.lua'\n\tno
    file '/usr/local/share/lua/5.1/memcached/init.lua'\n\tno file './memcached.so'\n\tno
    file '/home/vagrant/.luarocks/lib/lua/5.1/memcached.so'\n\tno file '/home/vagrant/.luarocks/lib/lua/memcached.so'\n\tno
    file '/usr/lib/tarantool/memcached.so'\n\tno file './memcached.so'\n\tno file
    '/usr/local/lib/lua/5.1/memcached.so'\n\tno file '/usr/local/lib/lua/5.1/loadall.so'"
...
vagrant@vagrant-ubuntu-trusty-64:~$ tarantool --version
Tarantool 1.6.7-398-g1c49334
Target: Linux-x86_64-RelWithDebugInfo
Build options: cmake . -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_TRACE=ON -DENABLE_BACKTRACE=ON
Compiler: /usr/bin/x86_64-linux-gnu-gcc /usr/bin/x86_64-linux-gnu-g++
C_FLAGS: -fno-common -fno-omit-frame-pointer -fno-stack-protector -fexceptions -funwind-tables -fopenmp -msse2 -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-strict-aliasing -fno-gnu89-inline
CXX_FLAGS: -fno-common -fno-omit-frame-pointer -fno-stack-protector -fexceptions -funwind-tables -fopenmp -msse2 -std=c++11 -Wall -Wextra -Wno-sign-compare -Wno-strict-aliasing -Wno-invalid-offsetof

from memcached.

bigbes avatar bigbes commented on August 28, 2024

that's because prefix for installation of tarantool was /usr, and you
trying to install module to /usr/local. Use -DCMAKE_PREFIX_PATH=/usr.
(It was the big warning when you've done cmake . :)) )

С наилучшими пожеланиями, Евгений.

2015-11-09 15:27 GMT+03:00 Boris Gorbylev [email protected]:

At the end of make install

==> default: -- Installing: /usr/local/share/tarantool/memcached/init.lua
==> default: -- Installing: /usr/local/lib/tarantool/memcached/internal.so

and then in REPL

tarantool> memcached = require('memcached')

  • error: "[string "memcached = require('memcached')"]:1: module 'memcached' not
    found:\n\tno field package.preload['memcached']\n\tno file './memcached.lua'\n\tno
    file './memcached/init.lua'\n\tno file '/home/vagrant/.luarocks/share/lua/5.1/memcached.lua'\n\tno
    file '/home/vagrant/.luarocks/share/lua/5.1/memcached/init.lua'\n\tno file '/home/vagrant/.luarocks/share/lua/memcached.lua'\n\tno
    file '/home/vagrant/.luarocks/share/lua/memcached/init.lua'\n\tno file '/usr/share/tarantool/memcached.lua'\n\tno
    file '/usr/share/tarantool/memcached/init.lua'\n\tno file './memcached.lua'\n\tno
    file '/usr/local/share/luajit-2.1.0-beta1/memcached.lua'\n\tno file '/usr/local/share/lua/5.1/memcached.lua'\n\tno
    file '/usr/local/share/lua/5.1/memcached/init.lua'\n\tno file './memcached.so'\n\tno
    file '/home/vagrant/.luarocks/lib/lua/5.1/memcached.so'\n\tno file '/home/vagrant/.luarocks/lib/lua/memcached.so'\n\tno
    file '/usr/lib/tarantool/memcached.so'\n\tno file './memcached.so'\n\tno file
    '/usr/local/lib/lua/5.1/memcached.so'\n\tno file '/usr/local/lib/lua/5.1/loadall.so'"
    ...


Reply to this email directly or view it on GitHub
#10 (comment).

from memcached.

ekho avatar ekho commented on August 28, 2024

@bigbes , now installed and looks like working =)

from memcached.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.