码迷,mamicode.com
首页 >  
搜索关键字:zlib    ( 1668个结果
CentOS6.5部署SVN1.8.10
一、 安装依赖包 在Linux内核系统中,Subversion编译安装最新版本时,需要安装以下依赖包: apr-1.5.1、apr-util-1.5.4、zlib-1.2.8、openssl、expat-2.1.0、serf-1.2.1 、sqlite-amalgamation-3080700 1、 安装apr模块(1.5.1) 官网URL:http://apr.apache.org/ ...
分类:其他好文   时间:2014-10-23 14:26:47    阅读次数:262
centos 编译安装python2.7.8 带zlib
在后面使用和安装pip时说缺少zlib库,于是,先下载zlibzlib-1.2.8.tar.gztarxfzlib-1.2.8.tar.gzcdzlib-1.2.8./configure--prefix=/usr/localmake&&makeinstall得到/usr/local/include/zconf.h位置2.cd到Python-2.7.8./configure--prefix=/usr/local--with-libs=‘/usr/..
分类:编程语言   时间:2014-10-23 07:02:05    阅读次数:229
服务器篇之 yum安装LAMP环境与管理
【1】、准备环境:yum添加163源:使用yum程序安装所需开发包:[root@nosay yum.repos.d]# yum install gcc gcc-c++ gcc-g77 flex bison autoconf automake bzip2-devel zlib-devel ncurse...
分类:其他好文   时间:2014-10-22 20:03:38    阅读次数:189
SFTP客户端代码示例
SFTP客户端代码示例 环境:libssh2 1.4.3、zlib-1.2.8、openssl-1.0.1g Author: Kagula 最后更新日期:2014-5-18          从http://www.libssh2.org/下载libssh2-1.4.3.tar.gz文件,解压后打开libssh2.dsw文件升级项目到VisualStudio 2013,里面有两个项目,只要...
分类:其他好文   时间:2014-10-21 21:40:43    阅读次数:525
HTTP/HTTPS客户端源码示例
HTTP/HTTPS客户端源码示例 环境:  zlib-1.2.8  openssl-1.0.1g  curl-7.36 Author:  Kagula LastUpdateDate: 2014-04 阅读前提:CMake工具的基本使用、配置openssl-1.0.1g 开发环境   编译zlib库          下载zlib-1.2.8.tar.gz并解压缩到" D:\SDK\...
分类:Web程序   时间:2014-10-21 19:38:10    阅读次数:418
phpize增加php模块
一,phpize的好处什么时候我们要用phpize呢?我们在安装php时:'./configure' '--prefix=/usr/local/php' '--with-mysql=/usr/local/mysql' '--with-zlib-dir' '--with-freetype-dir=/u...
分类:Web程序   时间:2014-10-20 14:41:34    阅读次数:142
ubuntu 12.04 server编译安装nginx
tar -xvf zlib-1.2.8.tar.gzcd zlib-1.2.8./configmakemake installabove is for zlib(refers http://zlib.net/ for zlib),and below is for pcre-develapt-get ...
分类:系统相关   时间:2014-10-20 00:30:56    阅读次数:356
使用zzip和minizip解压缩文件
#include #include #include #include #include #include #ifdef _DEBUG#pragma comment( lib, "zlib_d.lib")#pragma comment( lib, "zzip_d.lib")#pragma comme...
分类:其他好文   时间:2014-10-17 20:12:11    阅读次数:135
部署Ruby服务器
# 创建项目相关目录 /opt/logs/tv-cibn-cms#ruby 用户下安装 rbenv 及 ruby 1.9.3# 安装编译相关包yum install -y gcc openssl-devel libyaml-devel readline-devel zlib-develsu - ru...
分类:其他好文   时间:2014-10-16 23:37:23    阅读次数:212
centos6.5 nginx php配置
1:yum安装php和与之相关的软件包yum install gcc gcc-c++ libxml2 libxml2-devel autoconf libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel zlib zlib-...
分类:Web程序   时间:2014-10-15 19:21:01    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!