nickma wrote:It was unclear to me too in the beginning. I would expect to post the path but before you past it you actually have to tell it that you want to past the path.
1) type 1 - press Return on Apple keyboard.
2) paste the path and press Retun.
The prompt is as clear as mud. Anyway, followed your advice and it went through and created the module. However, it created it in /usr/lib/php/extensions/no-debug-non-zts-20060613/ and ZendServer wasn't picking it up.
Copied it to the ZendServer extensions directory and restarted
- Code: Select all
sudo cp /usr/lib/php/extensions/no-debug-non-zts-20060613/oci8.so /Applications/ZendServer/lib/php_extensions/
sudo /Applications/ZendServer/bin/zendctl.sh restart-apache
Then went into the Admin interface and enabled it as usual.
Thanks for your help. I can now FINALLY get rid of my virtual machine. Would be nice if handling of vhosts was included in the interface too. Just have a look at MAMP Pro and steal their ideas :-)