(BIND) Problem with configuration files

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Wed Dec 20 12:16:32 UTC 2000


> >>>>> "Mark" == Mark.Andrews at nominum.com wrote:
> 
>     Mark> Ensure that you have all the latest patches from SCO.  I believe
>     Mark> one of the fixes it.
> 
> I have installed OSS621b, which is as far as I know the latest relevant
> patch. Do you know which patch fixes this problem?
> 
> Eelko
> 
	Unfortunately, no.  The following should demonstrate the problem
	or verify that you have the fix.

	The following has been known to fail (isprint=0) when compiled
	with -fpic (gcc) or -K pic (cc).

	Mark

#include <ctype.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>

int
main() {
	int i;

	for(i='0';i<'9';i++){
		printf("%c: isascii=%d isprint=%d\n",
		       i, isascii(i), isprint(i));
	}
	exit(0);
}
	
--
Mark Andrews, Nominum Inc.
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com



More information about the bind-users mailing list