php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58626 Make failed
Submitted: 2009-04-08 22:02 UTC Modified: 2011-09-21 15:15 UTC
From: qx9650 at hotmail dot fr Assigned:
Status: Closed Package: ssh2 (PECL)
PHP Version: 5.2.6 OS: Debian lenny
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: qx9650 at hotmail dot fr
New email:
PHP Version: OS:

 

 [2009-04-08 22:02 UTC] qx9650 at hotmail dot fr
Description:
------------
Compilation failed

Reproduce code:
---------------
I type :
cd /home
wget http://pecl.php.net/get/ssh2-0.11.0.tgz
tar xzf ssh2-0.11.0.tgz
rm ssh2-0.11.0.tgz
cd ssh2-0.11.0/
phpize && ./configure --with-ssh2 && make


I have installed : apt-get install libssh2-1-dev ssh


error :

ssh2_fopen_wrappers.c:49: error: 'LIBSSH2_ERROR_EAGAIN' undeclared (first use in this function)

/home/ssh2-0.11.0/ssh2_fopen_wrappers.c:49: error: (Each undeclared identifier is reported only once

/home/ssh2-0.11.0/ssh2_fopen_wrappers.c:49: error: for each function it appears in.)

make: *** [ssh2_fopen_wrappers.lo] Erreur 1


Sorry for my bad english, I'm french.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-09-21 15:15 UTC] bjori@php.net
This bug has been fixed in SVN.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.

See bug#15329, fixed long long time ago
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 13:01:31 2024 UTC