Page 1 of 1

ssh2-0.7 ./configure error

Posted: Sun Mar 13, 2005 3:23 am
by cyball
Hi,

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

Posted: Sun Mar 13, 2005 3:44 am
by feyd
Moved to Linux.

Posted: Fri Mar 25, 2005 1:04 pm
by Pyrite
When you add --with-php-config=path that means the path to php-config, specifiy it on the configure line.