Hi,
The problem is with your "-l" argument to xgawk. You are trying
to load the wrong library. If xgawk was installed properly, then there
should be no need to specify a path. Please try "-l xml" instead.
For example:
bash-3.1$ xgawk 'BEGIN {print XMLMODE}'
bash-3.1$ xgawk -l xml 'BEGIN {print XMLMODE}'
-1
bash-3.1$ strace -eopen xgawk -l xml 'BEGIN...
2009-05-26 13:12:28 UTC in Extensible GNU Awk, with XML, PostgreSQL