Andrew J. Schorr

Show:

What's happening?

  • Followup: RE: Can xgawk run on ubuntu

    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

About Me

  • 2005-03-04 (5 years ago)
  • 1232767
  • ajschorr (My Site)
  • Andrew J. Schorr

Send me a message