zoukankan      html  css  js  c++  java
  • centos 下安装pdo_pgsql 只需一个命令_______yum install php56w-pgsql

    [root@localhost ~]# yum install php56w-pgsql
    Loaded plugins: fastestmirror, langpacks
    Repository pgdg95 is listed more than once in the configuration
    Repository pgdg95-source is listed more than once in the configuration
    Loading mirror speeds from cached hostfile
     * base: mirrors.sohu.com
     * epel: mirror.premi.st
     * extras: mirrors.sohu.com
     * updates: mirrors.sohu.com
     * webtatic: sp.repo.webtatic.com
    Resolving Dependencies
    --> Running transaction check
    ---> Package php56w-pgsql.x86_64 0:5.6.30-1.w7 will be installed
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ================================================================================
     Package              Arch           Version             Repository        Size
    ================================================================================
    Installing:
     php56w-pgsql         x86_64         5.6.30-1.w7         webtatic         107 k
    
    Transaction Summary
    ================================================================================
    Install  1 Package
    
    Total download size: 107 k
    Installed size: 378 k
    Is this ok [y/d/N]: y
    Downloading packages:
    php56w-pgsql-5.6.30-1.w7.x86_64.rpm                        | 107 kB   00:02     
    Running transaction check
    Running transaction test
    Transaction test succeeded
    Running transaction
      Installing : php56w-pgsql-5.6.30-1.w7.x86_64                              1/1
      Verifying  : php56w-pgsql-5.6.30-1.w7.x86_64                              1/1
    
    Installed:
      php56w-pgsql.x86_64 0:5.6.30-1.w7                                             
    
    Complete!

    如果根本没有pdo_pgsql   https://superuser.com/questions/475842/install-pdo-driver-for-postgresql

    yum 也无法找到package那么你需要(centos7)https://webtatic.com/packages/php56/

    rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
    rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm

    有不懂得或者不明确的地方可以关注我的v信号:whenDreams

    回复"博客"即可

    或扫码:

     

    或加我们的Symfony Q裙:

     

    php -m|grep -i pdo
    
  • 相关阅读:
    监控里的主码流和子码流是什么意思
    监控硬盘容量计算
    一个能让你了解所有函数调用顺序的Android库
    电工选线
    oracle linux dtrace
    list all of the Oracle 12c hidden undocumented parameters
    Oracle Extended Tracing
    window 驱动开发
    win7 x64 dtrace
    How to Use Dtrace Tracing Ruby Executing
  • 原文地址:https://www.cnblogs.com/Amos-Turing/p/6875564.html
Copyright © 2011-2022 走看看