Cara Mengatasi Error "Unable to Load Dynamic Library php_oci8.dll" di Apache
Ketika melakukan start Apache service, ada error waktu loading oracle extension sebagai berikut:
Cara mengatasinya adalah sebagai berikut:
- Instal Visual C++ Redistributable for Visual Studio 2008 SP1 (for VC9).
Install versi x64 di Windows 64 bit
Contoh errornya: cannot find msvcr71.dll Kemudian lakukan pencarian di google :D
Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_oci8.dll'
The specified module could not be found in Unknown on line 0
The specified module could not be found in Unknown on line 0
Cara mengatasinya adalah sebagai berikut:
- Instal Visual C++ Redistributable for Visual Studio 2008 SP1 (for VC9).
Install versi x64 di Windows 64 bit
- Copy file orannzsbb11.dll , oci.dll and oraociei11.dll ke
C:\windows\system32
atau
Install oracle instant client on C:\instant_client dan tambahkan path C:\instant_client di setting
C:\windows\system32
atau
Install oracle instant client on C:\instant_client dan tambahkan path C:\instant_client di setting
environment variable
- Jalankan command php.exe dari command prompt untuk mengetahu detail error kenapa apache
tidak bisa startup.
Contoh errornya: cannot find msvcr71.dll