[Nagiosplug-help] Solaris 10 x86 => pst3.c:1: sorry, unimplemented: 64-bit mode not compiled in
Michael Prochaska
michael at prochas.net
Thu Jun 25 10:11:49 CEST 2009
Hi all!
I've tried to compile the nagios plugins 1.4.13 on a solaris 10 x86 system
and got the the following error:
pst3.c:1: sorry, unimplemented: 64-bit mode not compiled in
i think this means that the code isn't 64 bit ready, right?
the following workaround works for me:
vi plugins-root/Makefile
and change
# -m64 needed at compiler and linker phase
pst3_CFLAGS = -m64
pst3_LDFLAGS = -m64
to
# -m64 needed at compiler and linker phase
pst3_CFLAGS = -m32
pst3_LDFLAGS = -m32
would it be the right fix to adapt the configure script to set 32 bit for
pst3 on solaris 10 x86?
best regards,
michael
More information about the Help
mailing list