Program on Lazarus does not run with . Shared OS

Asked

Viewed 122 times

1

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

https://stackoverflow.com/questions/480764/linux-error-while-loading-shared-libraries-cannot-open-shared-object-file-no-s

After running the above guidelines my application started to work, however I can not run it by Lazarus (compiles normal, but does not open and displays error message), managing to run only by terminal.

I believe the problem is related to the call from the OS, because when I withdraw this call, the application works normally.

I use version 1.2.6 of Lazarus and 32-bit Debian Linux.

1 answer

2


In case anyone has the same doubt 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 no further configuration needed.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.