[Freeswitch-users] mod_perl mod_lua
Paul Cupis
paul at cupis.co.uk
Wed Feb 2 19:41:54 MSK 2011
On 02/02/11 16:26, deniro wrote:
> All I am loooking for is, if there is any way, to install new modules
> without re-installig from source and recompile from the scratch with
> existing freeswitch install.
Yes, you can do this.
Go into the source directory and there is a modules.conf which specifies
which modules will be compiled/installed. Edit this to uncomment the
modules you want. lua is enabled by default.
~/src/freeswitch$ grep -E lua\|perl modules.conf
languages/mod_lua
#languages/mod_perl
~/src/freeswitch$
Then you can run the following to compile install a single module and
add to your existing install:
make mod_lua-install
make mod_perl-install
Regards,
More information about the FreeSWITCH-users
mailing list