t1:host$ host -c ch -t txt authors.bind reedmedia.net   
Using domain server:
Name: reedmedia.net
Address: 64.85.162.118#53
Aliases: 

authors.bind descriptive text "Kevin Dunlap"
authors.bind descriptive text "Mark Painter"
authors.bind descriptive text "Douglas Terry"
authors.bind descriptive text "Songnian Zhou"
authors.bind descriptive text "Ralph Campbell"
authors.bind descriptive text "Jim Bloom"
authors.bind descriptive text "David Riggle"

-=-=-=-=

 host -a reedmedia.net   
loops are shows multiple queries
also says TYPE255 instead of ANY in output

-=-=-=-=

t1:host$ ./host -c txt isc.org
terminate called after throwing an instance of 'isc::dns::InvalidRRClass'
  what():  Unrecognized RR parameter string
Abort (core dumped) 


[b10-auth] error: Server configuration failed: Parse failure for a valid RR at line 1

Error: Server configuration failed: Parse failure for a valid RR at line 1
Configuration not committed


-=-=-=

not a host problem, but:

host.cc:73: error: reference to 'OutputBuffer' is ambiguous
../../../src/lib/util/buffer.h:282: error: candidates are: class isc::util::Outp
utBuffer
../../../src/lib/dns/rrclass.h:37: error:                 struct isc::dns::Outpu
tBuffer

host.cc:73: error: expected `;' before 'obuffer'
host.cc:74: error: 'obuffer' was not declared in this scope

lib/dns out of date and no versioning for library


-=-=-=-

before make clean for lib/dns

host.cc:73: error: reference to 'OutputBuffer' is ambiguous
../../../src/lib/util/buffer.h:282: error: candidates are: class isc::util::OutputBuffer
../../../src/lib/dns/rrclass.h:37: error:                 struct isc::dns::OutputBuffer

host.cc:73: error: expected `;' before 'obuffer'
host.cc:74: error: 'obuffer' was not declared in this scope



