Ken Fry wrote:
> I'm unable to compile exim4.60 on Solaris9 box, tried searching through
> archives, without any luck
...
> Undefined first referenced
> symbol in file
> kstat_data_lookup os.o
> kstat_lookup os.o
> kstat_read os.o
> kstat_open os.o
> kstat_close os.o
I don't have a Solaris 9 box available, but based on the man page of
kstat_lookup on Solaris 10/Sparc, I'd suggest you try to add -lkstat to
LDFLAGS somewhere in Local/Makefile.
Bob