Ben XAMPP PHP 5.3.1 ile CentOS 5 çalıştırıyorum
Ben PHP için SSH desteği yapılandırma istiyorum.
Ben ilk libssh2 yüklü,
sonra http://pecl.php.net/package/ssh2 adlı ssh2-0.11.0 indir
Aşağıdaki commards sorunları ve 'make' sonra hata yanıtını almak
#/opt/lampp/bin/phpize
#./configure –with-ssh2 –with-php-config=/opt/lampp/bin/php-config-5.3.1
#make
....
/root/tmp/ssh2-0.11.0/ssh2.c: At top level:
/root/tmp/ssh2-0.11.0/ssh2.c:1336: error: 'ZEND_DEBUG' undeclared here (not in a function)
/root/tmp/ssh2-0.11.0/ssh2.c:1353: error: expected '=', ',', ';', 'asm' or 'attribute' before 'zend_module_entry'
make: * [ssh2.lo] Error 1
Herkes burada Can?
Teşekkürler!