/[monit]/monit/FAQ.txt
ViewVC logotype

Diff of /monit/FAQ.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by chopp, Tue Jul 8 14:36:24 2003 UTC revision 1.10 by chopp, Thu Sep 18 12:24:24 2003 UTC
# Line 130  Short FAQ: Line 130  Short FAQ:
130  8. Q: Why is monit not able to gather process data of 64bit applications  8. Q: Why is monit not able to gather process data of 64bit applications
131        on Solaris?        on Solaris?
132    
133     A: Most probably monit was compiled as a 32bit application.  In 32bit     A: Most probably monit was compiled as a 32bit application.  In
134        mode programs are not able to read /proc data of 64bit applications.        32bit mode programs are not able to read /proc data of 64bit
135        Thus, you have to compile it with 64bit support.  You do need a gcc        applications.  Furthermore, the access to procfs is not supported
136        version at least greater or equal 3.0.  We have successfully tested        in long file environments.  Thus, you have to compile it with 64bit
137        it with version 3.1.  Do the following,        support.  You do need a gcc version at least greater or equal 3.0.
138          We have successfully tested it with version 3.1.  Do the following,
139                
140        * "configure" monit as usual        * "configure" monit as usual
141        * "make" it the option "CFLAGS='-m64 -mcpu=v9'".          * "make" it the option "CFLAGS='-m64 -mcpu=v9'".  

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26