Christian Bolstad

Some kind of web stuff, yeah.

How to compile xml2sql on Mac OSX Tiger with FINK

16 January, 2007 By Christian Bolstad

  1. Install FINK
  2. Install expat (“sudo apt-get install expat”)
  3. Download XML2SQL
  4. Unzip XML2SQL (“tar xvfz xml2sql-0.5.tar.gz“)
  5. Run configure (“./configure –with-expat=/sw/”)
  6. Compile (“make”)
  7. Install (“make install”)
  8. ???
  9. Profit!!

Filed Under: expat, fink, osx, wikipedia, xml2sql