Fedora14下httpd常用模块安装

    技术2025-08-16  25

    在YiiFramework下面,需要安装几个模块,通过运行requirements可以查看需要安装哪些

    本机需要:

     

    1、DOM扩展模块未通过

    CHtmlPurifier, CWsdlGenerator

    2、Mcrypt扩展模块未通过CSecurityManagerThis is required by encrypt and decrypt methods.

    3、SOAP扩展模块未通过CWebService, CWebServiceAction 4、GD extension withFreeType support未通过CCaptchaActionGD not installed

     

    安装方式:

    1、yum install php-dom

    2、yum install php-mcrypt

    3、yum install php-soap

    4、yum install php-gd

     

    经常需要的库还有mb_string

     

    yum install php-mbstring 

     

    参考博客:

    http://kwj.javaeye.com/blog/516947

     

     

     

     

    最新回复(0)