tarantool / nginx_upstream_module

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

Can't build module with readme script #62

Closed jonywtf closed 7 years ago

jonywtf commented 8 years ago

Hi! I have problems with building nginx_upstream_module on Ubuntu 16.04

sudo apt-get install libpcre-dev zlib1-dev
E: Unable to locate package libpcre-dev
E: Package 'zlib1-dev' has no installation candidate

i have used this command:

sudo apt install libpcre3-dev zlib1g-dev build-essential cmake

but after make build-all i can't find ngx_http_tnt_module.so

dedok commented 7 years ago

The fix can be found in latest version or master