search for: libdnet

Displaying 2 results from an estimated 2 matches for "libdnet".

Did you mean: libdmnet
2004 Jun 22
8
Don''t know how to compile tc
...stead of playing I try to understand what does the following mean (from the README file): ADDLIB should contain inet_* functions, if your libc contains obsolete resolver library (<4.9.4) and you have no correct libresolv. ADDLIB should also contain dnet_* functions if you don''t have a libdnet with support for them. If your libdnet does have support, then comment out that line and uncomment the line to add -ldnet to LDLIBS. So I have some questions as, for example, what means "ADDLIB should contain inet_* functions"? and how do I know what is a correct libresolv or if my lib...
2001 Jun 01
0
R-1.2.3 OSF precompiled binary doesn't run under DU4.0D (PR#964)
...uot;osf4.0" distributed via CRAN does not run under Digital Unix 4.0. The error given is: Fatal error: The X11 shared library could not be loaded. The error was dlopen: cannot load /usr/local/lib/R/bin/R_X11.so Subsequent investigation actually reveals that the R_X11.so was linked against libdnet.so, which is not present on standard Digital Unix 4.0D systems. The error is triggered by an inability to load the libdnet.so shared library. As I understand it, libdnet provides DECnet support. Digital Unix 4.0D systems ship with libdnet_stub.so, which is a library of empty stub functions. Is...