Hi,

I've been updating my .spec file to work with the latest module groups and other changes and I've noticed that app_perl and db_perlvdb aren't building now.

Is this a problem with the Makefiles or the make commands I am using?

The make commands from my .spec are:
make FLAVOUR=kamailio cfg prefix=/usr cfg_prefix=$RPM_BUILD_ROOT\
        basedir=$RPM_BUILD_ROOT cfg_target=/%{_sysconfdir}/kamailio/\
        modules_dirs="modules" SCTP=1 STUN=1
make
make every-module skip_modules="db_cassandra iptrtpproxy db_oracle memcached \
        mi_xmlrpc osp" \
        group_include="kstandard kmysql kpostgres kcpl kxml kradius kunixodbc \
        kperl ksnmpstats kxmpp kcarrierroute kberkeley kldap kutils kpurple \
        ktls kwebsocket kpresence klua kpython kgeoip ksqlite kjson kredis \
        kmono kims koutbound"
make utils
make install
make install-modules-all skip_modules="db_cassandra iptrtpproxy db_oracle \
        memcached mi_xmlrpc osp" \
        group_include="kstandard kmysql kpostgres kcpl kxml kradius kunixodbc \
        kperl ksnmpstats kxmpp kcarrierroute kberkeley kldap kutils kpurple \
        ktls kwebsocket kpresence klua kpython kgeoip ksqlite kjson kredis \
        kmono kims koutbound"

Thanks,

Peter