Skip to content

Instantly share code, notes, and snippets.

@densone
Created February 15, 2013 04:31
Show Gist options
  • Save densone/4958586 to your computer and use it in GitHub Desktop.
Save densone/4958586 to your computer and use it in GitHub Desktop.
[root@b1538a7b-249e-4fee-bc14-264a283f4490 ~/haproxy/haproxy-1.5-dev17]# CPPFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib -R/opt/local/lib" gmake TARGET=solaris USE_OPENSSL=1
gcc -Iinclude -Iebtree -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -DFD_SETSIZE=65536 -D_REENTRANT -DTPROXY -DCONFIG_HAP_CRYPT -DNEED_CRYPT_H -DUSE_GETADDRINFO -DENABLE_POLL -DUSE_OPENSSL -DCONFIG_HAPROXY_VERSION=\"1.5-dev17\" -DCONFIG_HAPROXY_DATE=\"2012/12/28\" \
-DBUILD_TARGET='"solaris"' \
-DBUILD_ARCH='""' \
-DBUILD_CPU='"generic"' \
-DBUILD_CC='"gcc"' \
-DBUILD_CFLAGS='"-O2 -g -fno-strict-aliasing -fomit-frame-pointer -DFD_SETSIZE=65536 -D_REENTRANT"' \
-DBUILD_OPTIONS='"USE_OPENSSL=1"' \
-c -o src/haproxy.o src/haproxy.c
In file included from include/types/acl.h:33:0,
from include/types/proxy.h:39,
from include/common/cfgparse.h:29,
from src/haproxy.c:59:
include/types/server.h:29:25: fatal error: openssl/ssl.h: No such file or directory
compilation terminated.
gmake: *** [src/haproxy.o] Error 1
[root@b1538a7b-249e-4fee-bc14-264a283f4490 ~/haproxy/haproxy-1.5-dev17]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment