dpkg-shlibdeps: error: no dependency information found for

前端 未结 8 1618
有刺的猬
有刺的猬 2020-12-13 09:05

I\'m compiling a deb package and when I run dpkg-buildpackage I get:

dpkg-shlibdeps: error: no dependency information found for /usr/local/lib/libopencv_high         


        
8条回答
  •  旧巷少年郎
    2020-12-13 09:14

    You've just misspelled your export. It should be like this:

    export DEB_DH_SHLIBDEPS_ARGS_ALL=--dpkg-shlibdeps-params=--ignore-missing-info
    

提交回复
热议问题