Satish Maurya <[email protected]> writes: > Hi, > > I am a new comer in Haskell. I want to try out its possibilities in Web > Development. > I installed 'snap-server' successfully on my Lucid machine but I am facing > errors while installing 'heist'. > It says c library expat is missing. > > Though it was installed already i did a re-install with apt-get install > expat, but still its the same. > I tried to provide the library path with --extra-lib-dirs=/lib and > --extra-include-dirs=/lib but with no success.
You likely need "expat-dev" or its equivalent in your distro. I think in Ubuntu it's "libexpat1-dev". Good luck! G -- Gregory Collins <[email protected]> _______________________________________________ Snap mailing list [email protected] http://mailman-mail5.webfaction.com/listinfo/snap
