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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
6 + 31 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Mar 29 04:01:29 2024 UTC