It's possible you've fixed this already, but my version of libcgicc5-dev installs cgicc.pc into the wrong directory. $ dpkg -L libcgicc5-dev | grep cgicc.pc /usr/lib/cgicc.pc
This is the only .pc file in /usr/lib/. The majority of .pc files on my system are installed to /usr/lib/pkgconfig/ I'm using version 3.2.8-1 on karmic. I don't see a version 3.2.10 listed at http://packages.ubuntu.com/source/lucid/libcgicc, but I do see 3.2.9. I looked at libcgicc_3.2.9-1.debian.tar.gz, specifically the file libcgicc5-dev.install. It contains this line: usr/lib/pkgconfig/* usr/lib I'm not variable with deb packaging, but it seems like this should be change to: usr/lib/pkgconfig/* usr/lib/pkgconfig -- libcgicc5-dev still missing cgicc.pc https://bugs.launchpad.net/bugs/219307 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
