during the ./configure --with-php-config=/path/to/php-config of ssh2-0.7 i get this error:
configure: error: libssh2 version >= 0.4 not found
but i've allready ./configure && make install with libssh2-0.7 so i don't understant it.
so next step i've tried was:
./configure --with-ssh2=/path/to/ssh
this time i get the error:
php-config command not found Please use --with-php-config=PATH
so i do this too and use both --with-php-config and --with-ssh2 but this brings me again the first error:
configure: error: libssh2 version >= 0.4 not found
THX Frank