码迷,mamicode.com
首页 >  
搜索关键字:mcrypt    ( 289个结果
centos编译安装php7
环境说明 工具下载 编译环境:libmcrypt2.5.7下载、mhash-0.9.9.9下载、mcrypt-2.6.8下载 PHP安装包:php 7下载 用xftp把所有的工具上传到/root/目录中 创建php用户和用户组 首先创建一个名为php且没有登录权限的用户和一个名为php的用户组 1 ...
分类:Web程序   时间:2017-06-09 22:31:26    阅读次数:381
yum安装时出现:Cannot retrieve metalink for repository: epel. Please verify its path and try again
在CentOS 6.3 x86_64下安装php-mcrypt的时候出现了问题:Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again,需要安装epel源。 解决方法: 一句 ...
分类:Web程序   时间:2017-06-08 22:32:12    阅读次数:191
如何在Ubuntu 14.04上利用jexus搭建支持php+mysql数据库的网站服务
如何在Ubuntu 14.04上利用jexus搭建支持php+mysql数据库的网站服务 ...
分类:数据库   时间:2017-05-30 12:15:50    阅读次数:216
Laravel基本使用
laravel一.简介二.运行环境要求 1.php 版本>=5.5.9 2.Mcrypt PHP扩展 php的加密扩展,提供多种加密算法 3.openssl扩展 对传输的数据进行加密 4.mbstring扩展 提供了针对多字节字符串的函数,能够帮助处理php多字节编码 5.Tokenizer PHP ...
分类:其他好文   时间:2017-05-15 22:29:36    阅读次数:264
Ubuntu16下安装lamp
1、安装php7 sudo apt-get install php7.0 php7.0-mcrypt 2、安装MySQL sudo apt-get install mysql-server 输入 sudo netstat -tap | grep mysql 显示监听的端口即表示安装成功 1、启动My ...
分类:系统相关   时间:2017-05-03 22:00:24    阅读次数:254
Linux 下 YUM 安装 PHP 5.5
系统环境:CentOS6.4x86_64Fedora20x86_64Fedora20源中已经有了PHP的源,直接可以使用以下命令安装即可:#yuminstallphp-fpmphp-commonphp-develphp-mysqlndphp-mbstringphp-mcrypt以下为CentOS下安装PHP方法:添加epel源#rpm-Uvhhttp://download.fedoraproject.org/pub/epel/6..
分类:Web程序   时间:2017-04-20 12:09:48    阅读次数:216
编译mcrypt时,报错:You need at least libmhash 0.8.15
执行./configure编译源码,报错如下:checkingwhethermhash>=0.8.15...noconfigure:error:"Youneedatleastlibmhash0.8.15tocompilethisprogram.http://mhash.sf.net/"奇怪,libmhash安装的是mhash-0.9.9.9.tar.gz,怎么会报这样的错误呢,难道是没找到?[plain]viewplaincop..
分类:其他好文   时间:2017-04-14 10:41:31    阅读次数:330
编译安装PHP-5.4.29环境
一、部署编译PHP环境,提前需要安装依赖包模块:libmcrypt、libmcrypt-devel、mhash、mhash-devel、mcrypt通过rpm-qa|grep如检查没有安装,则进行安装备注:以下的安装方式都已经写成了简易脚本,安装起来比较方便二、编译PHP环境所需模块#!/bin/bash #------------------insta..
分类:Web程序   时间:2017-04-10 13:46:35    阅读次数:192
linux-centos7-yum安装mcrypt**
yum安装libmcryptmcrypt有时候会提示没有这时候先更新一下yuminstallepel-releaseyumupdate更新yum源然后就可以安装yum-yinstalllibmcryptlibmcrypt-develmcryptmhashcentos7不想编译安装这几个PHP需要的包,直接yum方便点
分类:系统相关   时间:2017-03-31 13:58:14    阅读次数:357
centos7安装php7
准备工作:Yumupdate&yumupgrade Yum–yinstallgcc* yum-yinstalllibevent-devel yum-yinstallgperftools编译安装libmcrypt,mhash,mcrypt二进制源码包这里之所以编译安装libmcrypt,原因是yum安装的貌似会报错######编译安装libmcrypt-2.5.7[root@vm172-31-48-28soft]#tar..
分类:Web程序   时间:2017-03-24 14:32:33    阅读次数:957
289条   上一页 1 ... 8 9 10 11 12 ... 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!