Bug 391

Summary: missing Requires: popt
Product: [Retired] Red Hat Linux Reporter: R P Herrold <herrold>
Component: chkconfigAssignee: David Lawrence <dkl>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1998-12-11 19:42:46 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:

Description R P Herrold 1998-12-11 19:18:28 UTC
chkconfig-0.9.6-1.src.rpm

... will not build without popt

(particularly, -lpopt)

...
cc -g -o chkconfig chkconfig.o leveldb.o -lpopt
...

Comment 1 Bill Nottingham 1998-12-11 19:42:59 UTC
Requires: are run-time requirements, not build-time requirements.
Otherwise everything would have Requires: compiler...