I installed Yaz 3.0.34 today and I got the following configuration: YAZ Package: yaz YAZ Version: 3.0.34 Bugreport: [EMAIL PROTECTED] Source code location: . C Preprocessor: gcc -E C Preprocessor flags: C Compiler: gcc C Compiler flags: -g -O2 Linker flags: Linked libs: -L/usr/lib -lxslt -lxml2 -lz -lpthread -lm Host System Type: i686-pc-linux-gnu Install path: /usr/local Automake: ${SHELL} /home/webadmin/yaz-3.0.34/config/missing --run automake-1.10 Archiver: ar Ranlib: ranlib
However, I got this error message: configure: WARNING: libEXSLT development libraries not found. Since I want to try installing pazpar2 -- and I believe these libraries are necessary to do that --(?), I uninstalled Yaz using "make uninstall", removed the remaining yaz directories, and then tried installing libxslt-devel and libxml2-devel via rpms, but was unable to. libxml2 seemed to install correctly, for example, but libxml2-devel wouldn't install, complaining that I hadn't installed libxml2 (!) When I tried to reinstall Yaz, I got this error message during make: marcdump.o(.text+0x12d): In function `marcdump_read_xml': /home/webadmin/yaz-3.0.34/util/marcdump.c:112: undefined reference to `xmlReaderForFile' collect2: ld returned 1 exit status make[1]: *** [yaz-marcdump] Error 1 make[1]: Leaving directory `/home/webadmin/yaz-3.0.34/util' make: *** [all-recursive] Error 1 I suspect something got corrupted, so I am going to reset the VPS and try again. Does anyone have any suggestions about which development libraries to install before installing Yaz, if you plan to install pazpar2? Are there any tarballs of the libraries available online rather than rpms? I'm also not clear about which versions of the development libraries to install -- there are many different versions available. Thanks! - Chris Morgan