Re: [PHP] PHP ssh2 problem

2008-04-07 Thread Michael Stroh
Thanks so much! That seems to have done the trick. I commented out those files in my php.ini file and then a reinstallation of ssh2 worked. Zend must have been installed by some default setting. Thanks again for your help Daniel! Cheers, Michael On Mon, April 7, 2008 11:29 am, Daniel Brown wro

Re: [PHP] PHP ssh2 problem

2008-04-07 Thread Daniel Brown
On Mon, Apr 7, 2008 at 11:25 AM, Michael Stroh <[EMAIL PROTECTED]> wrote: > Thanks for your advice Daniel. > > > I checked the Zend forums and it is believed that they will not support > Mac OS 10.5 and thus the error. Is there another package I can use to > replace Zend for the purpose of ssh2?

Re: [PHP] PHP ssh2 problem

2008-04-07 Thread Michael Stroh
Thanks for your advice Daniel. I installed the new version of Zend Optimizer but then received the following error: dyld: NSLinkModule() error dyld: Symbol not found: _zend_extensions Referenced from: /usr/local/Zend/lib/ZendExtensionManager.so Expected in: flat namespace Trace/BPT trap I c

Re: [PHP] PHP ssh2 problem

2008-04-07 Thread Daniel Brown
On Mon, Apr 7, 2008 at 10:16 AM, Michael Stroh <[EMAIL PROTECTED]> wrote: > Hello, I have run into a problem when trying to get the ssh2 bindings to > run on PHP. I have successfully installed libssh2 and have gotten version > 0.11 of ssh2 to compile correctly using the patch obtained through the