I'm trying to install the ssh2 module.
I've tried installing via pear with:
pear install ssh2-beta
and the results are:
downloading ssh2-0.9.tgz ...
Starting to download ssh2-0.9.tgz (21,872 bytes)
........done: 21,872 bytes
5 source files, building
running: phpize
Configuring for:
PHP Api Version: 20031224
Zend Module Api No: 20041030
Zend Extension Api No: 220040412
Provide an AUTOMAKE_VERSION environment variable, please
Provide an AUTOCONF_VERSION environment variable, please
Provide an AUTOCONF_VERSION environment variable, please
building in /var/tmp/pear-build-root/ssh2-0.9
running: /tmp/tmpNCnUec6441/ssh2-0.9/configure
sh: /tmp/tmpNCnUec6441/ssh2-0.9/configure: not found
`/tmp/tmpNCnUec6441/ssh2-0.9/configure' failed
Since configure isn't found I figured I'd try manually. I downloaded the tgz file, decompressed it and cd into the new directory. Then I run 'phpize', which generates various files, none of which are 'configure'. the files I get are:
Makefile.global
acinclude.m4
build
config.guess
config.m4
config.sub
configure.in
install-sh
ltmain.sh
missing
mkinstalldirs
php_ssh2.h
ssh2.c
ssh2_fopen_wrappers.c
ssh2_sftp.c
Ideas? I've tried a couple of lower versions, but the results were identical.
I'm on OpenBSD 3.7 with php5 installed from ports.