set the environment variables

hi

I try to install vmware-view-open-client according to:

http://code.google.com/p/vmware-view-open-client/wiki/Compiling

and get this problem:
Code:
# tar xfz VMware-view-open-client-source-4.5.0-297975.tar.gz
# cd VMware-view-open-client-source-4.5.0-297975
# ./configure --with-boost-libdir=/usr/lib64 && make
Configuring VMware-view-open-client 4.5.0-297975
checking build system type... i386-unknown-freebsd8.1
checking host system type... i386-unknown-freebsd8.1
checking which interface to build... Gtk+
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GTK... yes
checking for XML... yes
checking for CURL... yes
checking for SSL... gnome-config: not found
configure: error: Package requirements (openssl >= 0.9.8) were not met:

No package 'openssl' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

[color="Red"][B]Alternatively, you may set the environment variables SSL_CFLAGS
and SSL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.[/B][/color]

Howto set these environment variables SSL_CFLAGS and SSL_LIBS?
 
You most likely need to add a few flags/options to the configure script.
 
Back
Top