On Fri, 27 May 2016 19:29:43 +0200
Tomasz Sterna <to...@xiaoka.com> wrote:

> W dniu 27.05.2016, pią o godzinie 00∶09 -0700, użytkownik
> li...@lazygranch.com napisał:
> > Actually I had downloaded  jabberd-2.4.0.tar.gz. [...]
> > Doing some internet search, it is suggested the procedure should be:
> > aclocal
> > automake --add-missing
> > autoconf
> > ./configure
> 
> Using jabberd-2.4.0.tar.gz you do not need to do autotools stuff.
> Just:
> 
> ./configure
> make
> sudo make install
> 
> 
> > I get this error message:
> > ------------------------------------------
> > checking for XML_ParserCreate in -lexpat... no
> > configure: error: Expat not found
> 
> configure cannot find Expat [1].
> Do you have both expat and its headers installed?
> 
> [1] http://www.libexpat.org/
> 

Verify headers:
-----------------------------
# pwd
/usr/local/include
# ls expat*
expat.h                 expat_config.h          expat_external.h
--------------------------------

Verify expat:
-----------------------------
# pwd
/usr/local/lib
# ls libexpat*
libexpat.a              libexpat.so.1           libexpat.so.6
libexpat.so             libexpat.so.1.6.0
----------------------

So is this a flag or environment variable I need to set?



Reply via email to