Asterisk-Addons Prerequisite

Hi,

First I want to apologize for this very noobie question.

I haven’t encountered this problem but it just crossed my mind. I usually install apps using source. Every tutorial that I have found uses yum to install asterisk-addons’ prerequisites. Does installing mysql from source satisfies the prerequisites of asterisk-addons (mysql and mysql-devel)?

If you know a tutorial/link which installs mysql from source for asterisk-addons please kindly post it.

Thanks in advance! :smiley:

yum -y install mysql
yum -y install mysql-server

The two above should do the trick. You don’t need to build it from t he source.