[OpenSER-Devel] [OpenSER-Users] Preparing the release of OpenSER 1.3 "BlackCat"

Bogdan-Andrei Iancu bogdan at voice-system.ro
Wed Dec 12 21:22:32 UTC 2007


Hi Sergio,

Thanks for the feedback - I'm glad we were able to catch this issue in 
last minutes before release :). I also applied your patch for the 
Makefile of the carrierroute module.

Regards,
Bogdan

Sergio Gutierrez wrote:
> Hi Bogdan.
>
> The compilation so far is going right, with no warnings;
>
> A modification I did is I installed libconfuse, because for our 
> particular setup we are interested in exploring the carrierroute 
> module; I installed at my LOCALBASE, and at compiling the module, it 
> failed; trying to fix it I added a couple lines to the Makefile of the 
> module as indicated at the following diff; I am not sure if they are 
> required, but they fixed my problem:
>
>
> ------------------------- BEGIN DIFF
> --- Makefile    Wed Dec 12 16:05:06 2007
> +++ Makefile.saguti     Wed Dec 12 16:04:58 2007
> @@ -8,7 +8,8 @@
>  include ../../Makefile.defs
>  auto_gen=
>  NAME=carrierroute.so
> -LIBS=-lconfuse
> +LIBS+=-L$(LOCALBASE)/lib -lconfuse
> +DEFS+=-I$(LOCALBASE)/include
>
>  include ../../Makefile.modules
>
> ------------------------ END DIFF
>
> I will try again the compilation, and I hope to test it too on Solaris 
> x86.
>
> Best regards.
>
> Sergio.
>




More information about the Devel mailing list