$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Linux Qt Creator Build Error/Issue Cannot Find -lGLU

August 23, 2012 | By Duchateaux.

This Article Represents a Troubleshooting of Qt Creator Building Issue/Error:

“cannot Find -lGLU”.

The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.

Linux Qt Creator Build Error/Issue Cannot Find -lGLU
  1. Open Terminal Window
    (Press “Enter” to Execute Commands)

  2. Make a Symbolic Link

    • For 32 bit Systems

      ln -s /usr/lib/libGLU.so.1 /usr/lib64/libGLU.so

    • For 64 bit Systems

      ln -s /usr/lib64/libGLU.so.1 /usr/lib/libGLU.so