You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I want to say thanks for your effort :)
I need to connect to a remote Oracle DB, so I tried out your Homestead version. I followed the instructions and updated the config/Homestead.yaml-file (= changing the provider to vmware_fusion & changing the tld to .test). After running vagrant up, it finished with the following warnings:
default: /tmp/vagrant-shell: line 5: /etc/php/mods-available/oci8.ini: No such file or directory
default: WARNING: Module oci8 ini file doesn't exist under /etc/php/7.0/mods-available
default: WARNING: Module oci8 ini file doesn't exist under /etc/php/7.0/mods-available
as soon as I try to connect to an Oracle DB, I get the Call to undefined function Yajra\Pdo\oci_connect()-exception.
changing PHP's CLI version throws the following warning:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/oci8.so' - /usr/lib/php/20160303/oci8.so: cannot open shared object file: No such file or directory in Unknown on line 0
Also:
After running vagrant provision, it exits out with the following statement:
default: Job for nginx.service failed. See "systemctl status nginx.service" and "journalctl -xe" for details.
default: Job for php7.0-fpm.service failed. See "systemctl status php7.0-fpm.service" and "journalctl -xe" for details.
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
Meh :(
Do you have any tips on how to proceed?
Thanks in advance and happy holidays :)
The text was updated successfully, but these errors were encountered:
Hi there,
First of all, I want to say thanks for your effort :)
I need to connect to a remote Oracle DB, so I tried out your Homestead version. I followed the instructions and updated the
config/Homestead.yaml
-file (= changing the provider tovmware_fusion
& changing the tld to.test
). After runningvagrant up
, it finished with the following warnings:Therefore, I changed the
scripts/install-oci8.sh
:Now comes the fun part ;) I checked
phpinfo()
:oci8
-section was missing!php -m | grep 'oci8'
returns nothingCall to undefined function Yajra\Pdo\oci_connect()
-exception.Also:
After running
vagrant provision
, it exits out with the following statement:Meh :(
Do you have any tips on how to proceed?
Thanks in advance and happy holidays :)
The text was updated successfully, but these errors were encountered: