Description of problem: No libpcap support included in the ulogd-rpm Packet. Version-Release number of selected component (if applicable): 1.24-5 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: The libary /usr/lib64/ulogd_PCAP.so is missing. Expected results: Additional info: I solved problem by doing the following steps: 1. Install the source rpm: # rpm -ivh ulogd-1.24-5.fc8.src.rpm 2. Coping the attached, modified spec-File to the /usr/src/redhat/SPEC directory: # cp -f ulogd.spec /usr/src/redhat/SPEC/ 3. do a: # rpmbuild -ba /usr/src/redhat/SPEC/ulogd.spec
Created attachment 291246 [details] Modified ulogd.spec to get support for ulogd-pcap
There are still some little mistakes in my ulogd.spec file: You get an ulogd-pcap rpm-packet but it is in the wrong group, and requirements are not complete correct. To solve the problem, change the following part in the spec file: %package pcap Summary: PCAP output plugin for ulogd Group: Network Requires: libpcap to: %package pcap Summary: PCAP output plugin for ulogd Group: System Environment/Daemons Requires: libpcap Requires: %{name} = %{version}
ulogd-1.24-8.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update ulogd'
ulogd-1.24-8.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.