Created
November 6, 2011 14:28
-
-
Save robap/1342946 to your computer and use it in GitHub Desktop.
Install uuid pecl exension on Ubuntu
This file contains hidden or 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
sudo apt-get install uuid-dev | |
sudo pecl install uuid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If using the
http://ppa.launchpad.net/ondrej/php/ubuntu
as remote mirror for installing PHP versions and extensions, it has already includes this extension.Just use following command to install this instead: