symfony - composer安装程序报错,PDO我已经装了,在php.ini中也配置好了,为什么安装还报错呢?
PHPz
PHPz 2017-04-11 09:10:26
[PHP讨论组]

composer require sonata-project/admin-bundle
PHP Warning: PHP Startup: PDO: Unable to initialize module
Module compiled with module API=20121212
PHP compiled with module API=20100525
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php/lib/php/extensions/pdo/pdo_mysql.so' - /usr/local/php/lib/php/extensions/pdo/pdo_mysql.so: undefined symbol: pdo_parse_params in Unknown on line 0
Using version ^3.4 for sonata-project/admin-bundle
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1

  • The requested package doctrine/orm (installed at v2.4.8, required as ^2.5) is satisfiable by doctrine/orm[v2.4.8] but these conflict with your requirements or minimum-stability.
    Problem 2

  • doctrine/orm v2.5.4 requires ext-pdo * -> the requested PHP extension pdo is missing from your system.

  • doctrine/orm v2.5.3 requires ext-pdo * -> the requested PHP extension pdo is missing from your system.

  • doctrine/orm v2.5.2 requires ext-pdo * -> the requested PHP extension pdo is missing from your system.

  • doctrine/orm v2.5.1 requires ext-pdo * -> the requested PHP extension pdo is missing from your system.

  • doctrine/orm v2.5.0 requires ext-pdo * -> the requested PHP extension pdo is missing from your system.

  • Installation request for doctrine/orm ^2.5 -> satisfiable by doctrine/orm[v2.5.0, v2.5.1, v2.5.2, v2.5.3, v2.5.4].

To enable extensions, verify that they are enabled in those .ini files:

  • /etc/php.ini

  • /etc/php.d/curl.ini

  • /etc/php.d/fileinfo.ini

  • /etc/php.d/json.ini

  • /etc/php.d/phar.ini

  • /etc/php.d/zip.ini
    You can also run php --ini inside terminal to see which files are used by PHP in CLI mode.

Installation failed, reverting ./composer.json to its original content

lamp高手请看一下这个问题怎么解决?我只想安装一下这个程序 composer require sonata-project/admin-bundle

PHPz
PHPz

学习是最好的投资!

全部回复(2)
巴扎黑

/etc/php.ini 看下扩展有没有开启

ringa_lee

错误提示很明显了:

PHP Warning: PHP Startup: PDO: Unable to initialize module
Module compiled with module API=20121212

PHP compiled with module API=20100525
These options need to match
in Unknown on line 0

你的 PDO 扩展无法加载,请重新下载对应你的PHP版本的 PDO 扩展。

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号