2012/9/3 Krzysztof :
> Hmm problem is that I'm trying deploy libQt4Pas with my application (I
> have run.sh script which do "export
> LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/myapp/lib" before running
> application) and I see that this library trying do something in /opt
> folder:
> open("/opt/myapp/l
Hmm problem is that I'm trying deploy libQt4Pas with my application (I
have run.sh script which do "export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/myapp/lib" before running
application) and I see that this library trying do something in /opt
folder:
open("/opt/myapp/lib/tls/x86_64/libpthread.so.0", O
On Mon, 3 Sep 2012, Krzysztof wrote:
Hi,
I have script which install my application in /opt/myapp directory.
This script check if user is root so it can set permissions to read
and access as executable. Everything works fine. After installation I
can run this application, but It doesn't has a
Hi,
I have script which install my application in /opt/myapp directory.
This script check if user is root so it can set permissions to read
and access as executable. Everything works fine. After installation I
can run this application, but It doesn't has access to the internet. I
must manually set