Bug 19753
| Summary: | Wrong path in config + Problems with db3 | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Matthias Saou <matthias.saou> |
| Component: | rpm2html | Assignee: | Jeff Johnson <jbj> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | CC: | dr |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-01-06 21:51:34 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
You need to get versions of rpm2html and rpm that are in sync with each other. I'd suggest installing the Red Hat 7.0 packages. All this seems fixed in recent releases, let's close this bug. Daniel |
Just like in webalizer, the path where the created pages should go in the default config file is still /home/httpd/html instead of /var/www/html. This shouldn't be too long to fix ;) One other problem is the non-critical "rpm2html: Symbol `rpmTagTable' has different size in shared object, consider re-linking" message when rpm2html starts... And the last one is that the [localbase] part in the default config file doesn't work. Here is the error message I get : [dude@marmotte dude]$ rpm2html /etc/rpm2html.config rpm2html: Symbol `rpmTagTable' has different size in shared object, consider re-linking Created directory "/var/www/html/rpms/local" Scanning the database of installed RPMs cannot open Packages index using db3 - No such file or directory (2) --> The rpm database cannot be opened in db3 format. If you have just upgraded the rpm package you need to convert your database to db3 format by running "rpm --rebuilddb" as root. Could it be that the rpm database has changed places? format? The default config file searches for the rpm database in /usr/lib/rpm Matthias