Hi
Nope!
Your problem lies in 'Access Rights', most Linux/Unix OS' install apps & programs in 'ReadOnly' Root-space, i.e.: Administrator / SuperUser restricted.
You can probably read and execute in 'root-space', as a normal user, but not much more. This is safety, for the system and for you.
Lazarus tries to circumvent this by creating a 'shadow-path' in your /home/you/.lazarus/ directory, where it (and you) has /write-rights/, in the case of recompiling etc...
>> It does not always work as advertized <<

There are 3 possible ways to solve this:
- Install FPC & Lazarus from source in your /home/you/ directory
- Use 'FpcUpDeluxe' to install both in your /home/you/ directory
- In commandprompt
--> su to root
--> cd into /usr/lib64/
--> chmod 777 -R lazarus
----> in lazarus -> recompile lazarus itself
--> chmod 644 -R lazarus
(!) DO NOT LEAVE LAZARUS DIR 777 (!) It's unsafe!!!
Sometimes I've had luck with creating an 'alias' file for the uses clause, but this approach is more like a 'crap-shoot'

Regards Benny