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

[fpc-pascal] fppkg

2012-09-03 Thread Mattias Gaertner
Hi, I removed my .fppkg directory, installed fpc 2.7.1 (22294) and called "fppkg -v update". I get a strange error: The FPC Package tool encountered the following error: Could not find a fpc executable in the PATH fpc is in the normal Linux PATH. What PATH does fppkg use? How to get the versio

Re: [fpc-pascal] Re: Identifier not found "result"

2012-09-03 Thread Giuliano Colla
Il 02/09/2012 18:26, Sven Barth ha scritto: On 02.09.2012 12:39, Giuliano Colla wrote: Il 31/08/2012 13:48, leledumbo ha scritto: I question your assumption that "Result" is specifically more important than the other incompatibilities among different modes (i.e. your statement that it "will h