[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Missing step in compile/make/install


When building Gambas from source, at the [sudo] make install step, it's possible users may see errors like: 
 
/usr/bin/gbi3: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory
...
/usr/bin/gbi3: error while loading shared libraries: libpoppler.so.118: cannot open shared object file: No such file or directory
 
Often all that's needed is:
 
[sudo] ldconfig
 
before running [sudo] make install again.
 
Kind regards,
YoungJules
P.S. I've tried to join the Gambas wiki so I could perhaps edit the guide myself, but until now did not get the confirmation mail to Gambas@xxxxxxxxxxxxxx mailto:Gambas@xxxxxxxxxxxxxx.