简体   繁体   English

PHP 启动:无法加载动态库“oci8_12c”

[英]PHP Startup: Unable to load dynamic library 'oci8_12c'

I have a problem.我有个问题。 I've installed last secure PHP 8.0.1, Laravel through Composer.我已经通过 Composer 安装了最后一个安全 PHP 8.0.1、Laravel。 Updated Composer to 2.0.9.将作曲家更新到 2.0.9。 And now every php/composer command continues with warnings like this:现在每个 php/composer 命令都会继续发出如下警告:

Warning: PHP Startup: Unable to load dynamic library 'oci8_12c'

Warning: PHP Startup: Unable to load dynamic library 'pdo_firebird'

Warning: PHP Startup: Unable to load dynamic library 'pdo_oci'

And my project on the welcome.blade.php says:我在welcome.blade.php 上的项目说:

Unchecked runtime.lastError: The message port closed before a response was received.

Failed to load resource: the server responded with a status of 500 (Internal Server Error)

What should I do to fix this problem?我应该怎么做才能解决这个问题?

For the oci8 and pdo_oci errors, start by installing the Oracle Instant Client 'Basic' package as shown in the PHP manual, or shown on the relevant operating system Instant Client Download page .对于 oci8 和 pdo_oci 错误,首先安装 Oracle Instant Client 'Basic' package,如 Z2FEC392304A5C23AC138DA22847F9B7 下载页面中所示,或操作系统Instant Client 下载页面上所示。 I'm assuming you want to use Oracle.我假设您想使用 Oracle。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM