tarantool / nginx_upstream_module

Tarantool NginX upstream module (REST, JSON API, websockets, load balancing)
Other
174 stars 18 forks source link

The build instruction doesn't work #83

Closed rtsisyk closed 7 years ago

rtsisyk commented 7 years ago
$ sudo apt-get install libpcre-dev zlib1-dev # install dependencies to build nginx
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package zlib1-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Unable to locate package libpcre-dev
E: Package 'zlib1-dev' has no installation candidate
make build-all
[CUT]
Scanning dependencies of target perftest
make[4]: Leaving directory '/home/roman/tarantool/nginx_upstream_module/third_party/yajl/build'
make[4]: Entering directory '/home/roman/tarantool/nginx_upstream_module/third_party/yajl/build'
[ 93%] Building C object perf/CMakeFiles/perftest.dir/perftest.c.o
[ 96%] Building C object perf/CMakeFiles/perftest.dir/documents.c.o
[100%] Linking C executable perftest
make[4]: Leaving directory '/home/roman/tarantool/nginx_upstream_module/third_party/yajl/build'
[100%] Built target perftest
make[3]: Leaving directory '/home/roman/tarantool/nginx_upstream_module/third_party/yajl/build'
make[2]: Leaving directory '/home/roman/tarantool/nginx_upstream_module/third_party/yajl/build'
make[1]: Leaving directory '/home/roman/tarantool/nginx_upstream_module/third_party/yajl'
make: *** No rule to make target 'configure', needed by 'build-all'.  Stop.
dedok commented 7 years ago

Development Makefile has been fixed