Chris Allermann wrote:
Has anybody here gotten arpd running?
I'm using the package supplied by dag and every time I try to start the
daemon I get the following error:
arpd: error while loading shared libraries: arpd: undefined symbol:
event_sigcb
This is on a minimal install FC2 box running kernel 2.6.10-1.9_FC.
Any suggestions would be appreciated.
Run "ldd" against the file, and it will bring back a list of shared
libraries that this program depends on. From there, you can use a
number of tools, inluding http://rpmfind.net, to discover which packages
are needed, and which contain said library that cannot be found.
Hope that helps
-dant