ubuntu下怎么安装mcrypt php extension

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu下怎么安装mcrypt php extension相关的知识,希望对你有一定的参考价值。

参考技术A sybase_connect
连上数据库。
语法: int sybase_connect(string [servername], string [username], string [password]);
返回值: 整数
函数种类: 数据库功能
本函数用来打开与 Sybase 数据库的连接。参数 servername 为欲连上的数据库服务器名称。参数 username 及 password 可省略,分别为连接使用的帐号及密码。使用本函数需注意早点关闭数据库,以减少系统的负担。连接成功则返回数据库的连接代号,失败返回 false 值。本回答被提问者和网友采纳

ubuntu安装php mcrypt扩展

1、安装扩展

sudo apt-get install php5-mcrypt

 

2、添加扩展配置文件

apt-get没有在/etc/php5/cli/conf.d/和/etc/php5/fpm/conf.d/下面建立mcrypt.in的符号链接。

所以需要分别进入二个目录,进行手动建立符号链接:

sudo ln -s  ../../mods-available/mcrypt.ini 20-mcrypt.ini

3、检查是否安装成功

php  -m

 

以上是关于ubuntu下怎么安装mcrypt php extension的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu下完全安装mcrypt

ubuntu下加载mcypt

ubuntu安装php mcrypt扩展

Laravel Composer 更新失败 Ubuntu

缺少 mcrypt 扩展。请检查 PHP 配置。

php5 Mcrypt 拒绝为 Ubuntu 安装