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

nginx Troubleshooting “/bin/sh: Line 2: ./configure: No Such File Or Directory”

July 18, 2013 | By Duchateaux.

The Tip presents a Possible Troubleshooting for NGINX Installation from Source on Linux Distros.

.

The Issue is Manifested by an Error Message Like: “/bin/sh: line 2: ./configure: No such file or directory”.

Linux GNOME Penguin NGINX

Solution:

Install Pcre-Devel & Zlib-Devel.