Reputation: 21
When I tried to rebuild Lazarus (because is a requirement if you want to have the LAMW components), I got this error
can't open object file ldResourceStringsOpenSSL.o
and this error
can't open object file ldResourceStringsSSPI.o
How can I fix this?
⚠ lazarus.pp(171,1) Warning: Object IdResourceStringsSSPI.o not found, Linking may fail !
⚠ lazarus.pp(171,1) Warning: Object IdResourceStringsOpenSSL.o not found, Linking may fail !
!⃝ lazarus.pp(171,1) Error: Can’t open object file: IdResourceStringsOpenSSL.o
⚠ lazarus.pp(171,1) Warning: Object IdResourceStringsOpenSSL.o not found, Linking may fail !
!⃝ lazarus.pp(171,1) Error: Can’t open object file: IdResourceStringsSSPI.o
Screenshot of errors and warnings.
Upvotes: 2
Views: 259