tarantool / nginx_upstream_module

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

Unable to locate package #54

Closed monopolly closed 8 years ago

monopolly commented 8 years ago

apt-get install libpcre-dev zlib1-dev

E: Unable to locate package libpcre-dev
E: Unable to locate package zlib1-dev

can't build without this libraries how to solve it?

dedok commented 8 years ago

@monopollly which OS do you use? I have those packages under the latest version of Ubuntu.

$> apt-cache search libpcre3-*
libpcre3 - Perl 5 Compatible Regular Expression Library - runtime files
libpcre3-dbg - Perl 5 Compatible Regular Expression Library - debug symbols
libpcre3-dev - Perl 5 Compatible Regular Expression Library - development files
libpcre32-3 - Perl 5 Compatible Regular Expression Library - 32 bit runtime files
$> apt-cache search libz1
zlib1g - compression library - runtime
monopolly commented 8 years ago

debian jessie I installed this one apt-get install libpcre++-dev libpcre++0

now its work