I installed Postgres 7.1.3, following the directions on the link I
posted above. I also got Aolserver working by editing the
Makefile, as described by Andreas.
I'm now trying to compile nsxml, and it doesn't seem to work. I
copied the nsxml directory into the root directory, which is
created by Aolserver. I followed the directions and edited the
Makefile. On attempting to compile, here's what I get:
bash-2.05a# cd nsxml/
bash-2.05a# ls
Copyright LICENCSE Makefile Makefile~ README ns_xml.c
bash-2.05a# make
cc -I../aolserver/include -D_REENTRANT=1 -DNDEBUG=1 -g -
fPIC -Wall -Wno-unused -dynamic -traditional-cpp -
DHAVE_CMMSG=1 -DUSE_DYLD=1 -DUSE_DLSYMPREFIX=1 -
DNO_RAND48=1 -DNO_TIMEZONE=1 -DMACOSX=1 -c -o
ns_xml.o ns_xml.c
ns_xml.c:40: libxml/parser.h: No such file or directory
ns_xml.c:41: libxml/xmlmemory.h: No such file or directory
make: *** [ns_xml.o] Error 1
Any ideas?