Venkatesh,
The easiest way to do this is by using make menuconfig (make menuconfig) and select your options via the menu. You may also edit the makefile and pass arguments to include those modules "make prefix=/ all include_modules="db_mysql aaa_radius" " "make prefix=/ install include_modules="db_mysql aaa_radius" " you must make sure you have all the dependencies at this moment to evade any build errors. Thanks, Tito On Sat, May 10, 2014 at 4:29 AM, Venkatesh Macha <[email protected]>wrote: > Hello list, > > I installed opensips from debian package,. Now I want to include an extra > module like Freeradius, how can I include an extra module for Opensips > package.. > I know that if we installed from source we can enable any module by editing > Makefile or by using Make menuconfig... > But i really don't have any idea about how to enable Extra modules for > Debian package.. > can anyone help me. > Thanks in Advance.. > > Venkatesh Macha. > blog : Learn Programming <http://sillycodes4u.blogspot.in/> > > > > -- > View this message in context: > http://opensips-open-sip-server.1449251.n2.nabble.com/How-to-enable-extra-modules-in-opensips-Package-tp7591322.html > Sent from the OpenSIPS - Users mailing list archive at Nabble.com. > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users >
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
