Additional dependancies missing.

I have started building my project but it requires libnetfilter_queue and libnfnetlink I have both along with there devel packages in rpm format provided by Emerging Threats. How can I get these into the build environment so my package can compile?

I tried to branch from openSUSE:11.4 for the packages libnetfilter_queue and libnfnetlink but I still needed libnetfilter_queue-devel and libnfnetlink-devel. None of the packages were avalialbe for CentOS my primary target platform so I am left trying to use these other rpms or hope that someone else would package them. Is there any way to upload these packages or do I have to also build them myself?

Thanks.

Hi
If you link and then modify the spec file for your target OS, so
basically building yourself…


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.5-desktop
up 1 day 1:49, 4 users, load average: 0.15, 0.08, 0.06
GPU GeForce 8600 GTS Silent - Driver Version: 270.41.06

Fair enough. What’s the solution for the devel packages though? If the devel packages are not available in the build environment my source won’t compile. Will creating the package make it available in the build environment?

Hi
Yes, anything in the repo will be used first, as long as you use BuildRequires.