ssh2-0.7 ./configure error

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
cyball
Forum Newbie
Posts: 4
Joined: Sat Mar 12, 2005 7:58 am
Location: Germany
Contact:

ssh2-0.7 ./configure error

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Moved to Linux.
User avatar
Pyrite
Forum Regular
Posts: 769
Joined: Tue Sep 23, 2003 11:07 pm
Location: The Republic of Texas
Contact:

Post by Pyrite »

When you add --with-php-config=path that means the path to php-config, specifiy it on the configure line.
Post Reply