禅道bug安装报错

[[email protected] src]# grep "session.save" /etc/php.ini
; http://php.net/session.save-handler
session.save_handler = files
;     session.save_path = "N;/path"
;     session.save_path = "N;MODE;/path"
; http://php.net/session.save-path
session.save_path = "/tmp"
;       (see session.save_path above), then garbage collection does *not*

PHP中PDO_MYSQL扩展安装

[[email protected] PDO_MYSQL-1.0.2]# ls
config.m4  mysql_driver.c     pdo_mysql.c      php_pdo_mysql_int.h
CREDITS    mysql_statement.c  php_pdo_mysql.h  php_pdo_mysql_sqlstate.h

http://pecl.php.net/package/PDO_MYSQL

[[email protected] PDO_MYSQL-1.0.2]# /app/server/php/bin/phpize
Configuring for:
PHP Api Version:         20121113
Zend Module Api No:      20121212
Zend Extension Api No:   220121212
[[email protected] PDO_MYSQL-1.0.2]# ./configure --with-php-config=/app/server/php/bin/php-config --with-pdo-mysql=/app/server/mysql

在make之前还要做一个mysql的header文件的软连接。因为mysql安装的时候指定了目录,不做软连接的话,还是找不到header文件。

[[email protected] PDO_MYSQL-1.0.2]# ln -s /app/server/mysql/include/* /usr/local/include/
[[email protected] PDO_MYSQL-1.0.2]# make && make install

生成如下堤示:

Build complete.
Don‘t forget to run ‘make test‘.

Installing shared extensions:     /app/server/php/lib/php/extensions/no-debug-non-zts-20121212/
[[email protected] extensions]# ls /app/server/php/lib/php/extensions/no-debug-non-zts-20121212/
opcache.a  opcache.so  pdo_mysql.so

时间: 2024-11-05 12:15:58

禅道bug安装报错的相关文章

使用树莓派部署禅道bug管理系统  

使用树莓派部署禅道管理系统 apt-get install apache2 apt-get install php5 apt-get install mysql-server apt-get install mysql-client apt-get install php5-mysql 上述完成后,重启你的系统,reboot 这样可以看见详细的过程...测试下Apache服务器,你输入自己树莓派的ip地址可以看见. cd /var/www/html wget http://dl.cnezsoft

jira安装报错 Unknown system variable 'default_storage_engine'

公司要使用BUG管理系统,所以对比了一下,最后决定安装jira. 安装后要在网页端,配置数据库,本地数据库是5.1的版本,一直有报错Unknown system variable 'default_storage_engine',在往上查询无果,my.ini设置也没用.把数据库远程连接到一个linux下的5.6版本就正常,最后决定安装5.6版本数据库. 问题解决.有些也是没办法的事情. jira安装报错 Unknown system variable 'default_storage_engin

MSSQL 2012安装报错之0x858C001B

之前安装 Microsoft Sql Server 2012 R2 的时候总是报这样的错误: SQL Server Setup has encountered the following error: The SQL Server license agreement cannot be located for the selected edition, enterprise. This could be a result of corrupted media or the edition bei

mysql安装报错

如果编译时出现了以下错误:checking for tgetent in -ltermcap- nochecking for termcap functions library- configure: error: No curses/termcap library found说明 curses/termcap 库没有安装去下载一个ncurses-5.6.tar.gz,wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gztar zx

rlwrap安装报错You need the GNU readline 解决方法

首先大家肯定知道rlwrap是干什么的? 在linux以及unix中,sqlplus的上下左右.回退无法使用,会出现乱码情况.而rlwrap这个软件就是用来解决这个的. 这个错误曾经困扰我很久很久!下载readline 安装,安装好readline 还是无法运行rlwrap的安装程序 在网上搜寻很久才找到一个靠谱的解决方法 原来rlwrap这个程序的安装,需要依赖两个包, 一个是readline,这个readline在RHEL中已经集成了.不需要去专门下载 另外一个包 libtermcap-de

PHP编译安装报错: mcrypt.h not found. Please reinstall libmcrypt.

PHP编译安装报错: mcrypt.h not found. Please reinstall libmcrypt. 转载2016-04-25 12:40:44 标签:linuxitphp 解决方法: 1.为系统安装perl-Geo-IP,默认yum源中没有这个包,特意安装epel第三方yum源[[email protected] ~] rpm -Uvh http://mirrors.sohu.com/fedora-epel/6/x86_64/epel-release-6-8.noarch.rp

DirectX 安装报错: 不能信任一个安装所需的压缩文件,请检查加密服务是否启用并且cabinet文件证书是否有效

DirectX 安装报错 不能信任一个安装所需的压缩文件,请检查加密服务是否启用并且cabinet文件证书是否有效 是直播软件open broadcaster software,这个软件安装的时候提示"your system is missing DirectX components that Open Broadcaster Software requires.Would you like to download them?"然后点是,就跳转微软的官方下载页面了. 下载dxwebse

Oracle 安装报错 [INS-06101] IP address of localhost could not be determined 解决方法

出现这种错误是因为主机名和/etc/hosts 文件不一致,只需要把主机名和其IP 写入/etc/hosts 文件,就ok了. 注意名字不能有下划线 修改network 文件之外,再使用hostname 命令指定一下主机名,就不用重启OS了. 1.     修改/etc/sysconfig/network 文件 [[email protected]~]# cat /etc/sysconfig/network NETWORKING=yes NETWORKING_IPV6=no HOSTNAME=s

Redis 2.8.18 安装报错 error: jemalloc/jemalloc.h: No such file or directory

Redis是一个开源的使用ANSI C语言编写.支持网络.可基于内存亦可持久化的日志型.Key-Value数据库,并提供多种语言的API. 本文为大家讲解的是Redis 2.8.18 安装报错 error: jemalloc/jemalloc.h: No such file or directory解决方法,感兴趣的同学参考下. 错误描述 安装Redis 2.8.18时报错: zmalloc.h:50:31: error: jemalloc/jemalloc.h: No such file or