Created
October 11, 2012 04:57
-
-
Save sharl/3870264 to your computer and use it in GitHub Desktop.
PHP5.4.7/pear install Auth_RADIUS problem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# see https://bugs.php.net/bug.php?id=61983 | |
### START HERE | |
pecl download radius | |
tar xf radius-1.2.5.tgz | |
cp package.xml radius-1.2.5 | |
sed -ie 's/^function_entry radius_functions/static zend_function_entry radius_functions/' radius-1.2.5/radius.c | |
(cd radius-1.2.5; pecl package) | |
mv -f radius-1.2.5/radius-1.2.5.tgz . | |
pecl install radius-1.2.5.tgz | |
### END | |
pear install Auth_RADIUS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment