From: MATSUURA Takanori (t-matsuu@protein.osaka-u.ac.jp)
Date: Wed Mar 22 2000 - 07:58:13 EST
Hi.
I built rpmfind and rpm2html from cvs tree in 21 March.
Using with the latest rpm from RedHat Raw Hide.
librpm from this rpm package needs libpopt.
Both rpmfind and rpm2html needs this patch.
--- rpm2html-1.3/configure.in.orig Tue Mar 21 09:34:02 2000
+++ rpm2html-1.3/configure.in Tue Mar 21 09:38:10 2000
@@ -32,6 +32,7 @@
AC_CHECK_LIB(db, dbopen, [],
AC_MSG_ERROR([*** db lib not found])))
)
+AC_CHECK_LIB(popt, poptParseArgvString,,AC_MSG_ERROR(*** popt lib not found))
AC_CHECK_LIB(rpm, rpmReadConfigFiles,,AC_MSG_ERROR(*** rpm lib not found))
dnl
MATSUURA Takanori @ Division of Protein Chemistry,
Institute for Protein Research, Osaka University, Japan
E-Mail: t-matsuu@protein.osaka-u.ac.jp
Web Page: http://www.protein.osaka-u.ac.jp/chemistry/matsuura/
This archive was generated by hypermail 2b29 : Thu May 10 2001 - 18:40:12 EDT