Hi Bogdan. I confirm the successful compilation of the new release on Solaris 10 x86, both, simple and with TLS enabled.
I used the same patches I submitted. My setup is: Solaris 10 on i386 GCC 3.4.3 MySQL 5.0.22 Openssl-0.9.8g Radiusclient 0.5.2 You can find attached; they match mostly with the ones reported in SPARC. I used the same gmake command, excluded the same modules. There are a couple tips I have used on Solaris whenever I have compiled and used OpenSER: 1. Built-in perl can not be used when compiling OpenSER with GCC; it is necessary to compile another version, using the same GCC. 2. For running OpenSER, it is necessary to define the environment variable pointing to the libraries located at LOCALBASE/lib 3. It is mandatory to use GNU make; compilation fails with make included into SUNWsprot. The package SUNWgmake can be used, but the directory /usr/sfw/bin has to be set before than /usr/ccs/bin at PATH Please let me know if there is something else I can help. Best regards: Sergio Gutierrez EPM Telecomunicaciones Medellin Colombia Tel: +574 3802947 On Dec 13, 2007 7:26 AM, Bogdan-Andrei Iancu <[EMAIL PROTECTED]> wrote: > Hi, > > please let me know if there are any other pending changes on SVN - I > plan to create a new branch for 1.3 in approximately one hour (14:30 > CET -> 13:30 GMT) > > Regards, > Bogdan > > > > Bogdan-Andrei Iancu wrote: > > CODE > > ===== > > > > As far as I checked the lists and tracker, all the critical and > > important bugs were fixed. No pending issues, as far as I know. > > > > Tomorrow I will run some compiling tests on several arch and OS to see > > if any warning is reported. > > PS: does anybody offer some access on SUN+SOLARIS ? > > > > As there are only a small number of pending changes on SVN (warnings and > > docs), probably in the afternoon, the 1.3 branch will be created. > > > > > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.openser.org/cgi-bin/mailman/listinfo/users >
Makefile:390: warning: overriding commands for target `/toip/' Makefile:381: warning: ignoring old commands for target `/toip/' "cfg.y", line 391: warning: redeclaration of precedence of SLASH. Makefile:390: warning: overriding commands for target `/toip/' Makefile:381: warning: ignoring old commands for target `/toip/' db/db_ut.c:100: warning: implicit declaration of function `snprintf' /usr/ccs/bin/yaccpar:5: warning: ignoring #pragma ident /usr/ccs/bin/yaccpar:164: warning: label `yynewstate' defined but not used /usr/ccs/bin/yaccpar:374: warning: label `yyerrlab' defined but not used benchmark.c:471: warning: implicit declaration of function `strndup' benchmark.c:471: warning: assignment makes pointer from integer without a cast benchmark.c:500: warning: assignment makes pointer from integer without a cast benchmark.c:507: warning: assignment makes pointer from integer without a cast benchmark.c:537: warning: assignment makes pointer from integer without a cast benchmark.c:567: warning: assignment makes pointer from integer without a cast route_fifo.c:448: warning: implicit declaration of function `strsep' route_fifo.c:448: warning: assignment makes pointer from integer without a cast encode_allow.c:71: warning: implicit declaration of function `dprintf' encode_contact.c:168: warning: implicit declaration of function `dprintf' encode_content_length.c:72: warning: implicit declaration of function `dprintf' encode_content_type.c:171: warning: implicit declaration of function `dprintf' encode_cseq.c:91: warning: implicit declaration of function `dprintf' encode_digest.c:162: warning: implicit declaration of function `dprintf' encode_expires.c:67: warning: implicit declaration of function `dprintf' encode_header.c:342: warning: implicit declaration of function `dprintf' encode_msg.c:316: warning: implicit declaration of function `dprintf' encode_parameters.c:217: warning: implicit declaration of function `dprintf' encode_route.c:134: warning: implicit declaration of function `dprintf' encode_to_body.c:112: warning: implicit declaration of function `dprintf' encode_uri.c:248: warning: implicit declaration of function `dprintf' encode_via.c:159: warning: implicit declaration of function `dprintf' openserunix.c:75: warning: int format, pid_t arg (arg 3)
Makefile:390: warning: overriding commands for target `/toip/' Makefile:381: warning: ignoring old commands for target `/toip/' db/db_ut.c:100: warning: implicit declaration of function `snprintf' /usr/ccs/bin/yaccpar:5: warning: ignoring #pragma ident /usr/ccs/bin/yaccpar:164: warning: label `yynewstate' defined but not used /usr/ccs/bin/yaccpar:374: warning: label `yyerrlab' defined but not used benchmark.c:471: warning: implicit declaration of function `strndup' benchmark.c:471: warning: assignment makes pointer from integer without a cast benchmark.c:500: warning: assignment makes pointer from integer without a cast benchmark.c:507: warning: assignment makes pointer from integer without a cast benchmark.c:537: warning: assignment makes pointer from integer without a cast benchmark.c:567: warning: assignment makes pointer from integer without a cast route_fifo.c:448: warning: implicit declaration of function `strsep' route_fifo.c:448: warning: assignment makes pointer from integer without a cast encode_allow.c:71: warning: implicit declaration of function `dprintf' encode_contact.c:168: warning: implicit declaration of function `dprintf' encode_content_length.c:72: warning: implicit declaration of function `dprintf' encode_content_type.c:171: warning: implicit declaration of function `dprintf' encode_cseq.c:91: warning: implicit declaration of function `dprintf' encode_digest.c:162: warning: implicit declaration of function `dprintf' encode_expires.c:67: warning: implicit declaration of function `dprintf' encode_header.c:342: warning: implicit declaration of function `dprintf' encode_msg.c:316: warning: implicit declaration of function `dprintf' encode_parameters.c:217: warning: implicit declaration of function `dprintf' encode_route.c:134: warning: implicit declaration of function `dprintf' encode_to_body.c:112: warning: implicit declaration of function `dprintf' encode_uri.c:248: warning: implicit declaration of function `dprintf' encode_via.c:159: warning: implicit declaration of function `dprintf' openserunix.c:75: warning: int format, pid_t arg (arg 3)
_______________________________________________ Users mailing list [email protected] http://lists.openser.org/cgi-bin/mailman/listinfo/users
