-
Notifications
You must be signed in to change notification settings - Fork 178
Q9709
Nigel Metheringham edited this page Nov 29, 2012
·
2 revisions
When I try to compile Exim 4.x on Solaris 2.5.1 I get an error along the lines of no such field in struct as 'value.ui32**.
Look in the Exim file***OS/os.h-SunOS5.h* *for the line
::
#define LOAD_AVG_FIELD value.ui32
and change* ui32
to ul
*(that's u followed by the letter ell,
not the digit one). Solaris 2.5.1 is getting very old now...
- Exim builds fine with gcc on SunOS 4 but crashes inside sscanf().
- How can I get rid of spurious
^M
(carriage return) characters in - On SunOS 4 Exim crashes when looking up domains in the DNS that have
- I am experiencing mailbox locking problems with Sun's mailtool used
- Exim has been crashing on my Solaris x86 system, apparently while
- The exiwhat utility isn't working for me on a Solaris 2 system.
- How do I stop Sun's dtcm from hanging?
- I want Exim to use only the resolver (i.e. ignore /etc/hosts), but
- When I try to compile Exim 4.x on Solaris 2.5.1 I get an error along the