debuild -i -us -uc -b

But I have an error message compiling folder ibrdtn-1.0.1, which says ibrcommon library was not installed.
This happens even thow I previously install ibrcommon-1.0.1 with same command, without errors.
I install it with ./confugure , make and make install sequence instead, and see no errors. Is there a problem in the commpile?
Hi Leonel,

You need to set PKG_CONFIG_PATH to an appropriate value. On my CentOS7 it points to /usr/local/lib/pkgconfig.

Best regards,
Thomas