Elektrine lite

← Feed

@koex@chaos.social

Post #3898264

2026-07-13 05:39 UTC

@tay@transfem.social @RegularRaptor@mk.absturztau.be i'm not sure i follow, care to elaborate? please?

Replies (1)

  • @tay@transfem.social 2026-07-13 07:18

    @koex@chaos.social @RegularRaptor@mk.absturztau.be it's computer stuff. Libraries (short: libs) are software components reused by other programs, and they are often installed on multiuser systems by their admin and made read-only for all users. The linker the the program that "links together" libraries and the programs that use them. It throwing permission denied errors indicates that my user does not have the permissions to read the library files, which could be fixed by my user owning said library files. (although usually the sysadmin should just change the file permissions)

    Open ##3898266