iDroid Forum
Support => OpeniBoot => Client Tools (Linux & OSX) => Topic started by: scottsational on January 27, 2012, 08:15:31 AM
-
When running the ./loadibec from my Linux Mint Desktop I get this. What I enter then follows the results:
sudo ./loadibec openiboot.img3
./loadibec: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory
I further researched and thought I may not have the correct libreadline5-dev
Again when trying to install it I receive this:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libreadline5-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libreadline-gplv2-dev:i386 lib64readline-gplv2-dev:i386
libreadline-gplv2-dev
E: Package 'libreadline5-dev' has no installation candidate
Any ideas?
-
You need to install curl, the clue is in the error message ;)
-
Duh, thanks. Much appreciated.