Program in Lazarus does not run with shared .SO

1

I had a problem with OS shared in a project on Linux with Lazarus, I found the solution in:

a>

After running the above guidelines my application started to work, however I can not run it through the lazarus (compila normal, but does not open and does not display error message), being able to run only through the terminal.

I think the problem is related to OS calling, because when I take this call off, the application works normally.

I use version 1.2.6 of Lazarus and Linux Debian 32 bits.

    
asked by anonymous 20.01.2015 / 13:02

1 answer

2

If someone has the same question I had, I'll leave the solution I found:

I moved the libs that were in the project directory to the / usr / lib directory and gave read and write permission, so I did not have to do any more configuration.

    
10.04.2015 / 14:39