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 Roberto C . Sánchez
On Wed, Oct 24, 2018 at 07:10:06PM +, Damir Porobic wrote: >> 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 >>

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-24 Thread Roberto C . Sánchez
On Wed, Oct 24, 2018 at 06:34:16PM +, Damir Porobic wrote: >> 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 >

Re: Package shared library with application

2018-10-23 Thread deloptes
Damir Porobic wrote: > 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 > d

Re: Package shared library with application

2018-10-23 Thread Roberto C . Sánchez
On Tue, Oct 23, 2018 at 06:42:40PM +, Damir Porobic wrote: >Even with this option set, I'm still failing failing to start the >application after installing from package, I get an error saying: error >while loading shared libraries: libkImageAnnotator.so.0.0.1: cannot open >share

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

Re: Package shared library with application

2018-10-23 Thread Dan Ritter
On Tue, Oct 23, 2018 at 08:36:37AM +, Damir Porobic wrote: > 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-g

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