sebastiandev / zipper

C++ wrapper around minizip compression library
MIT License
515 stars 123 forks source link

update ld cache after install #116

Closed patcmorneau closed 2 years ago

patcmorneau commented 2 years ago

after following your instructions i was getting this error : ./a.out: error while loading shared libraries: libZipper.so.1: cannot open shared object file: No such file or directory

although the file was there and pkg-config was giving the right output

turned out i had to update the linker cache

Lecrapouille commented 2 years ago

@patcmorneau Thank you I did not know this command.