Skip to content

Instantly share code, notes, and snippets.

@d4rkstar
Created September 17, 2017 06:18
Show Gist options
  • Save d4rkstar/66ad379e07c29868b27e3baa11d2fdf0 to your computer and use it in GitHub Desktop.
Save d4rkstar/66ad379e07c29868b27e3baa11d2fdf0 to your computer and use it in GitHub Desktop.
Install pecl oci8 extension on OSX
#!/usr/bin/expect
set timeout 60
spawn /usr/local/bin/pecl install oci8
expect "Please provide the path to the ORACLE_HOME directory"
send "instantclient,/usr/local/lib/instantclient_12_1/\n"
interact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment