Robert Petkus writes: > What are the permissions on: > /dev/ksyms > /devices/pseudo/[EMAIL PROTECTED]:ksyms > gmond > > Did you check if your compiled gmond binary 64-bit?
Turns out it is not - it looks like the compiler options are ordering dependent. The correct order appears to be "-fast -native -xarch=v9", i.e. -fast first, not last. > Why didn't you specify "-xarch=v9" in CXXFLAGS as well? Because no C++ compiler is involved ... The next problem now is that I need a 64bit version of rrdtools, but it doesn't compile. Will check on the rrdtools-users list, and post an update here.

