Re: Package shared library with application

2018-10-24 Thread Damir Porobic
> It is difficult to help without the complete picture. Can you please > provide the complete build output from when you built the package and > the complete console output from the package installation and the fail > launch attempt? Here is the installation and the failed launch: https://pasteb

Re: Package shared library with application

2018-10-24 Thread Damir Porobic
> It looks like your build does not actually create/install a library > called libkImageAnnotator.so.0.0.1. That would be why it cannot be > found by the application binary. Is the source package available online > somewhere I can take a look? It does create and install the library on the docker

Re: Package shared library with application

2018-10-23 Thread Damir Porobic
> > > Hi All, > > > > > > > > > I'm trying to package my application together with a shared library that > > > I have written but run now into following error: > > > > > > > > > dpkg-shlibdeps: error: no dependency information found for > > > /usr/lib/x86_64-linux-gnu/libkImageAnnotator.so.0.0.1

Package shared library with application

2018-10-23 Thread Damir Porobic
Hi All, I'm trying to package my application together with a shared library that I have written but run now into following error: dpkg-shlibdeps: error: no dependency information found for /usr/lib/x86_64-linux-gnu/libkImageAnnotator.so.0.0.1 (used by debian/ksnip/bin/ksnip) Hint: check if t