Add new comment

Permalink

Hi Edward,

All the messages you say you don't understand are in fact the plain output of the build and compilation process, so it's considered quite normal behavior. No worries about that, assuming the whole process ended with no errors.

I guess the main problem you're facing is that you're building and installing from source and the default installation target directory is /usr/local instead of the standard /usr. What happens is that the linker (ld) cache doesn't know whether to look into this directory, yet.

Maybe this will do it: as root, edit /etc/ld.so.conf, add a new line with just /usr/local/lib, save and still as root run ldconfig. That's it: from now on, all shared libraries (.so) installed under /usr/local should be found when running your applications, so that you may proceed to the next problem... sure, don't despair, they'll come :)

Cheers
--
rncbc aka Rui Nuno Capela

The content of this field is kept private and will not be shown publicly.

Markdown

  • Parses markdown and converts it to HTML.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type='1 A I'> <li> <dl> <dt> <dd> <h2 id='jump-*'> <h3 id> <h4 id> <h5 id> <h6 id> <img src alt height width> <strike> <pre> <p> <br>
  • Lines and paragraphs break automatically.

Filtered HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <b> <i> <pre> <img src alt height width> <strike>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.
File attachments
Unlimited number of files can be uploaded to this field.
2 MB limit.
Allowed types: jpg jpeg gif png txt doc docx xls xlsx pdf ppt pps odt ods odp zip gz bz2 xz patch diff wav ogg flac ogv mp4 qtz.
CAPTCHA
Enter the characters shown in the image.