This is a discussion on Re: Problem building rpms for Net-SNMP 5.4 within the SNMP Users forums, part of the Networking and Network Related category; Mike Schmidt wrote: > I've been trying to build the rpms for net-snmp 5.4 on a rh8 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Mike Schmidt wrote:
> I've been trying to build the rpms for net-snmp 5.4 on a rh8 system. > net-snmp compiles and links fine (so I have all the prerequisites > installed) [...] > Processing files: net-snmp-perlmods-5.4-1 > error: File not found by glob: /tmp/net-snmp-root/usr/share/man/man3/*::* > error: File not found by glob: /tmp/net-snmp-root/usr/share/man/man3/SNMP* > > Now, it happens that these man pages are in /tmp/net-snmp-root/usr/man/man3 > (note the missing /share) although net-snmp's own man pages are in the > /share directory. If your (custom?) version of Perl has the man pages installed under /usr/man, then please change the above globs like this: /tmp/net-snmp-root/usr/man/man3/*::* /tmp/net-snmp-root/usr/man/man3/SNMP* +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?p...rge&CID=DEVDEV _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |