Asterisk 1.4.18 w/ Realtime MySQL

So, I am doing a little project which requires Asterisk to use a realtime database so that changes made to voicemail boxes via the we interface end are recognized as soon as possible.

The problem I am currently having is installing the MySQL module. I am having trouble finding a good version of the addons. Most that I have tried have produced errors and failed the “MAKE” portion of the install. The only one that didn’t, didn’t end up having the mysql module. :frowning:

Any help would be greatly appreciated. Thanks!

Never had problems in building the asterisk addons, could be you don’t have the mysql delevelopment files installed.
Download the latest stable version of Asterisk and addons, 1.4.19 and 1.4.6, try build them and if you don’t have success post the build logs.

Cheers.

Marco Bruni

Solved this shortly before I noticed the Email notifying me of your post and you my friend are correct. A quick install of the mysql-devel and tada, working!

Thanks!