Hi Paul, thanks for the fix, I jhust tried it out (had to wait for the CVS to be updated), but it seems that there is another occurrence of the problem:
gcc -I./../mmlib -g -O2 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -I/home/tom/mbuni/kannel/include/kannel -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -I/usr/include/libxml2 -I/usr/local/ssl/include -rdynamic -o mmsrelay mmsglobalsender.o mmsmobilesender.o mmsrelay.o -L/home/tom/mbuni/mbuni-src/mmlib -lmms -lwap -ldl -L/home/tom/mbuni/kannel/lib/kannel -lgwlib -lrt /usr/lib/libbind.so -L/usr/kerberos/lib -lresolv -lnsl -L/usr/lib /usr/lib/libxml2.so -lz -lpthread -lm -L/usr/local/ssl/lib -lcrypto -lssl /home/tom/mbuni/mbuni-src/mmlib/libmms.a(mms_uaprof.o)(.text+0x147c): In function `mktmpfname': /home/tom/mbuni/mbuni-src/mmlib/mms_uaprof.c:620: undefined reference to `tmpname' /home/tom/mbuni/mbuni-src/mmlib/libmms.a(mms_mm7soap.o)(.text+0x1381): In function `mm7_soapmsg_to_httpmsg': /home/tom/mbuni/mbuni-src/mmlib/mms_mm7soap.c:611: undefined reference to `mime_entity_body_and_headers' collect2: ld returned 1 exit status make[2]: *** [mmsrelay] Error 1 make[2]: Leaving directory `/home/tom/mbuni/mbuni-src/mmsc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/tom/mbuni/mbuni-src' make: *** [all] Error 2 Hope this helps to fix it In any way thank You a lot for the support and the great product You did :) Btw the other problem about the crash was due to a non presence of a basic authentification, now it proceeds a bit further but still crashes ? I will post further details about this problem after I've tried out the latest CVS version. Thanks, Tom -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Bagyenda Sent: Wednesday, 01 June 2005 7:21 To: Mbuni MMS Gateway Users List Subject: Re: [Users] MM7 request results in Crash / Compilation Problems usinglatest CVS Version Tom, I have posted a fix for this to cvs. The function does not exist on linux. I have posted a fix to cvs... On May 31, 2005, at 14:34, Tom Weber wrote: > Hi, > > I am trying the .tar.gz version of Mbuni, compiled it, no problem, > but while trying some MM7 Traffic (from a real MM7 VASP > request) it is crashing: > > 2005-05-31 13:27:43 [15065] [4] DEBUG: HTTP: Resetting HTTPClient for > `127.0.0.1'. > 2005-05-31 13:27:43 [15065] [4] PANIC: gwlib/octstr.c:2330: > seems_valid_real: Assertion `ostr->len >= 0' failed. (Called from > gwlib/octstr.c:317:octstr_destroy.) > 2005-05-31 13:27:43 [15065] [4] PANIC: ./mmsproxy(gw_panic+0x174) > [0x8085310] > 2005-05-31 13:27:43 [15065] [4] PANIC: ./mmsproxy [0x808c628] > 2005-05-31 13:27:43 [15065] [4] PANIC: ./mmsproxy(octstr_destroy > +0x23) [0x8087856] > 2005-05-31 13:27:43 [15065] [4] PANIC: ./mmsproxy [0x805343d] > 2005-05-31 13:27:43 [15065] [4] PANIC: ./mmsproxy [0x80572bf] > 2005-05-31 13:27:43 [15065] [4] PANIC: ./mmsproxy [0x807aeb4] > 2005-05-31 13:27:43 [15065] [4] PANIC: /lib/tls/libpthread.so.0 > [0xb7e38341] > 2005-05-31 13:27:43 [15065] [4] PANIC: /lib/tls/libc.so.6(__clone > +0x5e) [0xb7c8efee] > > I read about a similar problem, where somebody quoted, it is > fixed in the CVS version, but while trying to compile the latests, I > have the following error during compile: > > gcc -I./../mmlib -g -O2 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -I/home/ > tom/mbuni/kannel//include/kannel -D_XOPEN_SOURCE=600 -D_BSD_SOURCE > -I/usr/include/libxml2 -I/usr/local/ssl/include -rdynamic -o > mmsrelay mmsglobalsender.o mmsmobilesender.o mmsrelay.o > -L/home/tom/mbuni/mbuni-src/mmlib -lmms -ldl -L/home/tom/mbuni/ > kannel//lib/kannel -lwap -lgwlib -lrt /usr/lib/libbind.so > -L/usr/kerberos/lib -lresolv -lnsl -L/usr/lib /usr/lib/libxml2.so - > lz -lpthread -lm -L/usr/local/ssl/lib -lcrypto -lssl > /home/tom/mbuni/mbuni-src/mmlib/libmms.a(mms_uaprof.o)(.text > +0x147c): In function `mktmpfname': > /home/tom/mbuni/mbuni-src/mmlib/mms_uaprof.c:620: undefined > reference to `tmpname' > collect2: ld returned 1 exit status > make[2]: *** [mmsrelay] Error 1 > make[2]: Leaving directory `/home/tom/mbuni/mbuni-src/mmsc' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/tom/mbuni/mbuni-src' > make: *** [all] Error 2 > > > Anybody an idea either about the MM7 problem, or about the > compile problem ? > > Would be great, > > Thanks a lot > > Tom Weber > > > _______________________________________________ > Users mailing list > [email protected] > http://mbuni.org/mailman/listinfo/users_mbuni.org > _______________________________________________ Users mailing list [email protected] http://mbuni.org/mailman/listinfo/users_mbuni.org _______________________________________________ Users mailing list [email protected] http://mbuni.org/mailman/listinfo/users_mbuni.org
