Linked by Thom Holwerda on Fri 25th May 2007 21:51 UTC
Thread beginning with comment 243283
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: how to know i'm using hoard?
by Doc Pain on Sat 26th May 2007 15:59
in reply to "RE: how to know i'm using hoard?"




Member since:
2006-09-22
On Solaris, just run: pldd <pid>
Where <pid> is the PID of the process you want to make sure is runing with the Horde library. pldd is just like ldd, but is for use against running processes rather than just binaries.
I don't know if Linux or other OSes provide a tool for doing this.
Edited 2007-05-26 14:46