Thanks, Tom,

I figured it was failing one of the tests but wasn't sure if I could safely ignore it 
or not.  I patched it and it worked fine - XML::LibXSLT is now installed, according to 
the CPAN shell.

I moved onto installing Sablot (used latest version 1.0.1 instead of 0.98 mentioned on 
the site) and it fails on ./configure because it can't find expat.  I definitely 
installed expat seemingly without any problems (including the patch as documented on 
http://www.axkit.org/wiki/view/AxKit/AxKitRedHat9#) and I can see the related files in 
/usr/local/include, /usr/local/lib and /usr/local/bin.

I've messed with the environment variables as mentioned in the INSTALL file of Sablot 
but, again, to no avail.  :(

I'm REALLY sorry for being a total newbie here (I know I'm no linux guru but this is 
proving far more challenging than I ever imagined!) but if you can shed any light on 
why it's not finding expat in /usr/local/include I'd be grateful again!

Peter.

sams:/home/samwise/Documents/src/sablot/Sablot-1.0.1 # echo $LD_LIBRARY_PATH
/usr/local/include:/usr/local/include/libxml2:/usr/local/include/libxml2/libxml:/usr/local/lib:
sams:/home/samwise/Documents/src/sablot/Sablot-1.0.1 # echo $LIBRARY_PATH
/usr/local/include
sams:/home/samwise/Documents/src/sablot/Sablot-1.0.1 # echo $CPLUS_INCLUDE_PATH
/usr/local/include
sams:/home/samwise/Documents/src/sablot/Sablot-1.0.1 # echo $CPPFLAGS
-I/usr/local/include
sams:/home/samwise/Documents/src/sablot/Sablot-1.0.1 # ./configure 
--includedir=/usr/local/include
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for ld used by GCC... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... 
yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
checking for perl... /usr/bin/perl
checking XML::Parser perl module... yes
configure: Setting html dir to ${prefix}/share/doc/html
checking whether to build under GPL... no
checking whether to build the debugger... no
checking where to find xml parser... ./configure: line 9329: 0: command not found
not found (panic)
configure: error: Couldn't find the expat libraries
sams:/home/samwise/Documents/src/sablot/Sablot-1.0.1 #

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to