ismeth
ismeth
When configured nginx like this: ./configure --add-module=../nginx-gridfs/ --with-http_geoip_module compiling nginx ends with an error: ``` -o objs/src/http/modules/ngx_http_split_clients_module.o \ src/http/modules/ngx_http_split_clients_module.c ``` src/http/modules/ngx_http_geoip_module.c:173: error: 'GeoIPRecord' has no member named 'dma_code' make[1]: **\*...
Mysql version: 5.5.20 NodeJS version 6.6.7 Centos: 5 gdb backtrace is: 0x00002aaaab136a67 in my_real_read (net=0xcc7ed0, complen=0x41504e80) at /pb2/build/sb_0-4575859-1324066572.98/rpm/BUILD/mysql-5.5.20/mysql-5.5.20/sql/net_serv.cc:833 833 /pb2/build/sb_0-4575859-1324066572.98/rpm/BUILD/mysql-5.5.20/mysql-5.5.20/sql/net_serv.cc: No such file or directory. in /pb2/build/sb_0-4575859-1324066572.98/rpm/BUILD/mysql-5.5.20/mysql-5.5.20/sql/net_serv.cc (gdb) backtrace #0...
I've added very simple .sub format parsing. It doesn't include any text formating in sub files though...
docker-compose v1.28.0 or newer doesn't allow to have both port bindings and network_mode = "host" As network_mode="host" doesn't need any port_bindings, removed ports