From deepak.joshi at impetus.co.in Mon Mar 2 07:23:58 2009 From: deepak.joshi at impetus.co.in (Deepak Joshi) Date: Mon, 2 Mar 2009 12:53:58 +0530 Subject: [ldns-users] no message compression In-Reply-To: <49A67837.7050009@NLnetLabs.nl> References: <49A67837.7050009@NLnetLabs.nl> Message-ID: Hi Jelete, Is there any plan to schedule this compression fix, in near future. Thanks, Deepak -----Original Message----- From: Jelte Jansen [mailto:jelte at NLnetLabs.nl] Sent: Thursday, February 26, 2009 4:39 PM To: Deepak Joshi Cc: ldns-users at open.nlnetlabs.nl Subject: Re: [ldns-users] no message compression Deepak Joshi wrote: > Hello Everyone, > > I am using ldns-1.3.0 and I am creating an ldns_pkt packet and > using ldns_pkt2wire() to create buffer, but it does not apply the > message compression as defined in rfc-1035 (section 4.1.4). > > I am unable to find any documentation for the same. Am I missing > something to enable the compression. > you are not missing anything, message compression is just not implemented in the ldns 2wire functions. I could put it on the todo list as a feature request. Jelte * Meet us at Booth 6344, at the CTIA, Las Vegas, Mar 31-Apr 3, 2009. * Attend the iLabs webinar on High Performance Computing on Mar 13, 2009. Visit www.impetus.com for details. Impetus is the winner of the GSMA's 2009 Mobile Innovation Global Award and the Economic Times Intel Smart Workplace Awards 2008. NOTE: This message may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee. If received in error, please destroy and notify the sender. Any use of this email is prohibited when received in error. Impetus does not represent, warrant and/or guarantee, that the integrity of this communication has been maintained nor that the communication is free of errors, virus, interception or interference. From jelte at NLnetLabs.nl Mon Mar 2 08:22:20 2009 From: jelte at NLnetLabs.nl (Jelte Jansen) Date: Mon, 02 Mar 2009 09:22:20 +0100 Subject: [ldns-users] no message compression In-Reply-To: References: <49A67837.7050009@NLnetLabs.nl> Message-ID: <49AB973C.8060302@NLnetLabs.nl> Not in the near-as-in-weeks future, but I think i can make it for ldns 1.6, though there is no release scheduled yet. It will most probably be a new function though (ldns_pkt2wire_compressed or something like that) Jelte Deepak Joshi wrote: > Hi Jelete, > Is there any plan to schedule this compression fix, in near future. > Thanks, > Deepak > > -----Original Message----- > From: Jelte Jansen [mailto:jelte at NLnetLabs.nl] > Sent: Thursday, February 26, 2009 4:39 PM > To: Deepak Joshi > Cc: ldns-users at open.nlnetlabs.nl > Subject: Re: [ldns-users] no message compression > > Deepak Joshi wrote: >> Hello Everyone, >> >> I am using ldns-1.3.0 and I am creating an ldns_pkt packet and >> using ldns_pkt2wire() to create buffer, but it does not apply the >> message compression as defined in rfc-1035 (section 4.1.4). >> >> I am unable to find any documentation for the same. Am I missing >> something to enable the compression. >> > > you are not missing anything, message compression is just not implemented in the ldns 2wire functions. > > I could put it on the todo list as a feature request. > > Jelte > > > > * Meet us at Booth 6344, at the CTIA, Las Vegas, Mar 31-Apr 3, 2009. > * Attend the iLabs webinar on High Performance Computing on Mar 13, 2009. Visit www.impetus.com for details. > > Impetus is the winner of the GSMA's 2009 Mobile Innovation Global Award and the Economic Times Intel Smart Workplace Awards 2008. > > NOTE: This message may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee. If received in error, please destroy and notify the sender. Any use of this email is prohibited when received in error. Impetus does not represent, warrant and/or guarantee, that the integrity of this communication has been maintained nor that the communication is free of errors, virus, interception or interference. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 260 bytes Desc: OpenPGP digital signature URL: From Puneet.Gupta at pwav.com Mon Mar 2 10:12:30 2009 From: Puneet.Gupta at pwav.com (Puneet Gupta) Date: Mon, 2 Mar 2009 15:42:30 +0530 Subject: [ldns-users] cross compiler issues Message-ID: When I compile my c code..makefile using... A cross compiler... Follwing error comes... /opt/mtwk/usr/local/gcc-3.4.3-glibc-2.3.6-1/powerpc-603e-linux/lib/gcc/powerpc-603e-linux/3.4.3/../../../../powerpc-603e-linux/bin/ld: libusb-1.0.a(libusb_1_0_la-core.o): Relocations in generic ELF (EM: 3) libusb-1.0.a: could not read symbols: File in wrong format collect2: ld returned 1 exit status make: *** [usbmon] Error 1 how to get rid of this error.... And why this error comes.. What config statement should I use.. Thanks Puneet -------------- next part -------------- An HTML attachment was scrubbed... URL: From jelte at NLnetLabs.nl Mon Mar 2 10:44:49 2009 From: jelte at NLnetLabs.nl (Jelte Jansen) Date: Mon, 02 Mar 2009 11:44:49 +0100 Subject: [ldns-users] cross compiler issues In-Reply-To: References: Message-ID: <49ABB8A1.4080600@NLnetLabs.nl> Puneet Gupta wrote: > > /opt/mtwk/usr/local/gcc-3.4.3-glibc-2.3.6-1/powerpc-603e-linux/lib/gcc/powerpc-603e-linux/3.4.3/../../../../powerpc-603e-linux/bin/ld: > libusb-1.0.a(libusb_1_0_la-core.o): Relocations in generic ELF (EM: 3) > > libusb-1.0.a: could not read symbols: File in wrong format > > collect2: ld returned 1 exit status > > make: *** [usbmon] Error 1 > I am not sure what you are building here, but I have a feeling that it doesn't have anything to do with the DNS library ldns, and you may have found the wrong list to ask. My apologies if i am wrong. I cannot tell from this information what would be the right place. it would appear that libusb which your environment is trying to link in has not been crosscompiled correctly. Jelte -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 260 bytes Desc: OpenPGP digital signature URL: