php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58740 Install (make) fails
Submitted: 2009-06-26 20:51 UTC Modified: 2009-06-30 07:34 UTC
From: arnaud dot meunier at twitoaster dot com Assigned:
Status: Closed Package: oauth (PECL)
PHP Version: 5.2.6 OS: Debian Lenny
Private report: No CVE-ID: None
 [2009-06-26 20:51 UTC] arnaud dot meunier at twitoaster dot com
Description:
------------
Hi,

I just can't manage to compile, make & install oauth on my system (debian Lenny, AMD64). Here is what the "make" outputs:

/bin/sh /home/testing/builds/oauth-0.99.9/libtool --mode=compile gcc  -I. -I/home/testing/builds/oauth-0.99.9 -DPHP_ATOM_INC -I/home/testing/builds/oauth-0.99.9/include -I/home/testing/builds/oauth-0.99.9/main -I/home/testing/builds/oauth-0.99.9 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib  -DHAVE_CONFIG_H  -g -O2 -Wall -g   -c /home/testing/builds/oauth-0.99.9/oauth.c -o oauth.lo
mkdir .libs
 gcc -I. -I/home/testing/builds/oauth-0.99.9 -DPHP_ATOM_INC -I/home/testing/builds/oauth-0.99.9/include -I/home/testing/builds/oauth-0.99.9/main -I/home/testing/builds/oauth-0.99.9 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -Wall -g -c /home/testing/builds/oauth-0.99.9/oauth.c  -fPIC -DPIC -o .libs/oauth.o
/home/testing/builds/oauth-0.99.9/oauth.c:45:23: error: curl/curl.h: Aucun fichier ou r?pertoire de ce type
In file included from /home/testing/builds/oauth-0.99.9/oauth.c:47:
/home/testing/builds/oauth-0.99.9/php_oauth.h:144: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'make_req'
/home/testing/builds/oauth-0.99.9/oauth.c:601: error: expected ')' before '*' token
/home/testing/builds/oauth-0.99.9/oauth.c:763: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'make_req'
/home/testing/builds/oauth-0.99.9/oauth.c: In function 'oauth_fetch':
/home/testing/builds/oauth-0.99.9/oauth.c:1166: warning: implicit declaration of function 'make_req'
/home/testing/builds/oauth-0.99.9/oauth.c: In function 'zm_startup_oauth':
/home/testing/builds/oauth-0.99.9/oauth.c:2047: warning: implicit declaration of function 'curl_global_init'
/home/testing/builds/oauth-0.99.9/oauth.c:2047: error: 'CURL_GLOBAL_DEFAULT' undeclared (first use in this function)
/home/testing/builds/oauth-0.99.9/oauth.c:2047: error: (Each undeclared identifier is reported only once
/home/testing/builds/oauth-0.99.9/oauth.c:2047: error: for each function it appears in.)
/home/testing/builds/oauth-0.99.9/oauth.c:2047: error: 'CURLE_OK' undeclared (first use in this function)
/home/testing/builds/oauth-0.99.9/oauth.c: In function 'zm_shutdown_oauth':
/home/testing/builds/oauth-0.99.9/oauth.c:2092: warning: implicit declaration of function 'curl_global_cleanup'
make: *** [oauth.lo] Erreur 1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-06-30 07:34 UTC] arnaud dot meunier at twitoaster dot com
My mistake, sorry.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 13:01:28 2024 UTC