Hello, what is the proper name for dbtext module? There is this line in Makefile:
MODULE_DBTEXT_INCLUDED=$(shell echo $(modules)| grep db_text ) but I think, this module is never defined, because it's name is dbtext. Can it be fixed? Also can you fix possible other module problems? =================== For perl 5.10 this patch is required: --- openser-1.3.0-tls/modules/perl/perl.c.BAD 2008-03-07 13:28:51.000000000 -0 500 +++ openser-1.3.0-tls/modules/perl/perl.c 2008-03-07 13:28:58.000000000 -0 500 @@ -322,7 +322,7 @@ static int mod_init(void) { return -1; } - PERL_SYS_INIT3(NULL, NULL, &environ); + PERL_SYS_INIT3_BODY(NULL, NULL, &environ); if ((my_perl = parser_init())) { ret = 0; I am not an perl expert. Can it be used for all versions of perl? Can you include this in trunk? =================== SAL On Tue, Mar 11, 2008 at 06:47:09PM +0200, Bogdan-Andrei Iancu wrote: > Hi everybody, > > OpenSER 1.3.1, the first patch release from the 1.3 seria, is out - it > is a minor release, including only bug fixes - no new features or > functionalities. > > V1.3.1 brings some important fixes in critical modules (like TM and > USRLOC), so update is recommended. > > To read more about this release, see > http://www.openser.org/mos/view/News/NewsItem/OpenSER-1.3.1-is-released/ > > Best regards, > Bogdan > > _______________________________________________ > Users mailing list > [EMAIL PROTECTED] > http://lists.openser.org/cgi-bin/mailman/listinfo/users _______________________________________________ Devel mailing list Devel@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/devel