Hello,
I successfully compiled Sablotron-0.51, but trying to install the
Perl-Module XML::Sablotron on my Windows, I get the following error (se
below). My
expat lives under c:\expat\expat-1.95.1. XML::Parser works allready. How do
i set this library search path??
Sorry, this is obviously a newbie question. I tried everything I can think
of:
specifying LIBS-value for the Makefile.PL, -d option like specified in the
README,copying paths into PATH-Env-variables etc.
I really would appreciate an example.
Thanks in advance,
Gerd
C:\sablotron\Sablot-0.51\XML-Sablotron-0.51>perl Makefile.pl
checking for main() in -lexpat... You do not appear to have libexpat in the
libr
ary search path.
Either install expat from http://expat.sourceforge.net/ or
re-run as:
$ C:\Perl\5.6.0\bin\MSWin32-x86\perl.exe Makefile.PL
LIBS='-L/path/to/expat/li
b -lexpat -lsablot'
no