I was trying to install PECL
extension, and required phpize
. But when I ran phpize
it displayed:
ps@ubuntu:~$ phpize
No command 'phpize' found, did you mean:
Command 'phpize5' from package 'php5-dev' (main)
phpize: command not found
My current php
version is : PHP Version 5.4.6-1ubuntu1.2
Should I install the php5-dev
version? Will it have any conflicting issues? What are other alternative methods?
What should I do to resolve my issue?
I'm running ubuntu 12.10