Re: [fpc-pascal] Issue with deploying linux application in /opt directory

2012-09-03 Thread Bernd
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

Re: [fpc-pascal] Issue with deploying linux application in /opt directory

2012-09-03 Thread 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/lib/tls/x86_64/libpthread.so.0", O

Re: [fpc-pascal] Issue with deploying linux application in /opt directory

2012-09-03 Thread Michael Van Canneyt
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

[fpc-pascal] Issue with deploying linux application in /opt directory

2012-09-03 Thread Krzysztof
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