in reply to Re^2: make fails during XML::Parser installation
in thread make fails during XML::Parser installation

Please also show complete output from perl Makefile.PL ... and make

Replies are listed 'Best First'.
Re^4: make fails during XML::Parser installation
by Anonymous Monk on Apr 28, 2009 at 13:29 UTC
  • Output of make install for expat 2.0.1
  • # make install /bin/sh ./conftools/mkinstalldirs /usr/local/lib /usr/local/in +clude mkdir /usr/local/lib mkdir /usr/local/include /bin/sh ./libtool --mode=install conftools/install-sh -c libex +pat.la /usr/local/lib/libexpat.la conftools/install-sh -c .libs/libexpat.a /usr/local/lib/libexpat.a conftools/install-sh -c .libs/libexpat.lai /usr/local/lib/libexpat.la ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LIBPATH' environment variable during execution - use the `-Wl,-blibpath:LIBDIR:/usr/vac/lib:/usr/lib:/lib ' linker + flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- for FN in ./lib/expat.h ./lib/expat_external.h ; do conftools/ +install-sh -c -m 644 $FN /usr/local/include ; done /bin/sh ./conftools/mkinstalldirs /usr/local/bin /usr/local/ma +n/man1 mkdir /usr/local/man mkdir /usr/local/man/man1 /bin/sh ./libtool --mode=install conftools/install-sh -c xmlwf +/xmlwf /usr/local/bin/xmlwf conftools/install-sh -c xmlwf/.libs/xmlwf /usr/local/bin/xmlwf conftools/install-sh -c -m 644 ./doc/xmlwf.1 /usr/local/man/ma +n1
  • Output of Perl Makefile
  • # perl Makefile.PL EXPATLIBPATH=/usr/local/lib EXPATINCPATH=/usr/local +/include Warning: prerequisite LWP 0 not found. Writing Makefile for XML::Parser::Expat Writing Makefile for XML::Parser
      output from perl `make'?