|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-06-17 20:46 UTC] datibbaw@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 23:00:01 2025 UTC |
Description: ------------ Every time I attempt to install oauth as a pecl extension: pecl install oauth It bombs out with the following error: /private/tmp/pear/temp/oauth/oauth.c: In function 'ZEND_GET_MODULE': /private/tmp/pear/temp/oauth/oauth.c:2861: error: expected '{' at end of input make: *** [oauth.lo] Error 1 ERROR: `make' failed I've included the full output in the pastie link. Reproduce code: --------------- http://pastie.org/1009410 Expected result: ---------------- oauth installed Actual result: -------------- fails