dictionary.cablelabs[168]: dict_addvalue: value name too long

Ryan Melendez rmelendez at wayport.net
Thu Feb 16 19:48:47 CET 2006


Hello,

In order to correctly link to libssl.so.0.9.7 and libcrypto.so.0.9.7 at run time.  I set LDFLAGS="-R/usr/local/openssl-0.9.7/lib" at compile time.  When I execute the bin I get the following error:

Thu Feb 16 18:39:40 2006 : Debug: read_config_files:  reading dictionary
Thu Feb 16 18:39:40 2006 : Error: Errors reading dictionary: dict_init: //usr/local/share/freeradius/dictionary.cablelabs[168]: dict_addvalue: value name too long
Thu Feb 16 18:39:40 2006 : Error: Errors reading radiusd.conf


If I remove line 168 in the cablelabs dictionary file everything loads fine:

Thu Feb 16 18:43:14 2006 : Debug:  security: reject_delay = 1
Thu Feb 16 18:43:14 2006 : Debug:  security: status_server = no
Thu Feb 16 18:43:14 2006 : Debug:  main: debug_level = 0
Thu Feb 16 18:43:14 2006 : Debug: read_config_files:  reading dictionary
Thu Feb 16 18:43:14 2006 : Debug: read_config_files:  reading naslist
Thu Feb 16 18:43:14 2006 : Debug: read_config_files:  reading clients

This is the line I removed.

dictionary.cablelabs[168]
VALUE   CableLabs-QoS-Release-Reason    Inactivity-Resource-Recovery-Timer-Expiration 2


Alternativly, if I do not set LDFLAGS when I compile and set LD_LIBRARY_PATH at runtime (which I don't want to do) I do not get an error.  Am I doing something wrong or is the dictionary file malformed?  Please let me know if I can provide any other information.


Thanks,
Ryan

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20060216/8fc6b5f8/attachment.html>


More information about the Freeradius-Users mailing list