OpenConnect 3.15 Debian Squeeze Issue

Sposato,Vincent vsposato at ufl.edu
Thu Dec 1 13:56:51 EST 2011


Hello everyone!

I am attempting to install the open connect 3.15 software onto a Debian
Squeeze VM for testing purposes. I downloaded the tar file from the FTP,
and followed the very simple instructions for making the program. However,
whenever I attempt to simply get the version 'openconnect ­V' I receive an
error stating that ./openconnect: error while loading shared libraries:
libopenconnect.so.1: cannot open shared object file: No such file or
directory. I have checked my path, and the /usr/local/lib directory is in
there. Can anyone provide assistance as to what I might be doing wrong?
Any assistance would be greatly appreciated!

Uname ­a output
Linux debiangrails 2.6.32-5-amd64 #1 SMP Mon Oct 3 03:59:20 UTC 2011
x86_64 GNU/Linux

./Configure output
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking whether to disable maintainer-specific portions of Makefiles...
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to
x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports
shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for msgfmt... /usr/bin/msgfmt
checking for functional NLS support... yes
configure: Applying feature macros for Linux build
checking for supported compiler flags...  -Wall -Wextra
-Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter
-Werror=pointer-to-int-cast -Wdeclaration-after-statement
-Werror-implicit-function-declaration -Wformat-nonliteral
-Wformat-security -Winit-self -Wmissing-declarations
-Wmissing-include-dirs -Wnested-externs -Wpointer-arith -Wwrite-strings
checking for OPENSSL... yes
checking for LIBXML2... yes
checking for ZLIB... yes
checking for LIBPROXY... no
checking proxy.h usability... no
checking proxy.h presence... no
checking for proxy.h... no
checking libproxy.h usability... no
checking libproxy.h presence... no
checking for libproxy.h... no
checking if_tun.h usability... no
checking if_tun.h presence... no
checking for if_tun.h... no
checking linux/if_tun.h usability... yes
checking linux/if_tun.h presence... yes
checking for linux/if_tun.h... yes
checking for ENGINE_by_id in -lssl... yes
checking for dtls1_stop_timer in -lssl... yes
checking for python... /usr/bin/python
configure: creating ./config.status
config.status: creating Makefile
config.status: creating openconnect.pc
config.status: creating po/Makefile
config.status: creating www/Makefile
config.status: creating www/styles/Makefile
config.status: creating www/inc/Makefile
config.status: creating www/images/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands

Make output
Making all in www
make[1]: Entering directory `/home/vsposato/openconnect-3.15/www'
Making all in styles
make[2]: Entering directory `/home/vsposato/openconnect-3.15/www/styles'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/vsposato/openconnect-3.15/www/styles'
Making all in inc
make[2]: Entering directory `/home/vsposato/openconnect-3.15/www/inc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/vsposato/openconnect-3.15/www/inc'
Making all in images
make[2]: Entering directory `/home/vsposato/openconnect-3.15/www/images'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/vsposato/openconnect-3.15/www/images'
make[2]: Entering directory `/home/vsposato/openconnect-3.15/www'
/usr/bin/python "./html.py" -d . csd.xml > csd.html || (rm csd.html; exit
1)
/usr/bin/python "./html.py" -d . features.xml > features.html || (rm
features.html; exit 1)
/usr/bin/python "./html.py" -d . gui.xml > gui.html || (rm gui.html; exit
1)
/usr/bin/python "./html.py" -d . nonroot.xml > nonroot.html || (rm
nonroot.html; exit 1)
/usr/bin/python "./html.py" -d . building.xml > building.html || (rm
building.html; exit 1)
/usr/bin/python "./html.py" -d . connecting.xml > connecting.html || (rm
connecting.html; exit 1)
groff -t -K UTF-8 -mandoc -Txhtml ../openconnect.8 | sed -e '1,/<body>/d'
-e '/<\/body>/,$d' > openconnect.8.inc
groff: can't find `DESC' file
groff:fatal error: invalid device `html' (try installing the `groff'
package?)
/usr/bin/python "./html.py" -d . manual.xml > manual.html || (rm
manual.html; exit 1)
/usr/bin/python "./html.py" -d . started.xml > started.html || (rm
started.html; exit 1)
/usr/bin/python "./html.py" -d . vpnc-script.xml > vpnc-script.html || (rm
vpnc-script.html; exit 1)
/usr/bin/python "./html.py" -d . changelog.xml > changelog.html || (rm
changelog.html; exit 1)
/usr/bin/python "./html.py" -d . download.xml > download.html || (rm
download.html; exit 1)
/usr/bin/python "./html.py" -d . index.xml > index.html || (rm index.html;
exit 1)
/usr/bin/python "./html.py" -d . packages.xml > packages.html || (rm
packages.html; exit 1)
/usr/bin/python "./html.py" -d . platforms.xml > platforms.html || (rm
platforms.html; exit 1)
/usr/bin/python "./html.py" -d . contribute.xml > contribute.html || (rm
contribute.html; exit 1)
/usr/bin/python "./html.py" -d . mail.xml > mail.html || (rm mail.html;
exit 1)
/usr/bin/python "./html.py" -d . technical.xml > technical.html || (rm
technical.html; exit 1)
make[2]: Leaving directory `/home/vsposato/openconnect-3.15/www'
make[1]: Leaving directory `/home/vsposato/openconnect-3.15/www'
Making all in po
make[1]: Entering directory `/home/vsposato/openconnect-3.15/po'
rm -f  && /usr/bin/msgfmt -o ar.mo ar.po
rm -f  && /usr/bin/msgfmt -o ast.mo ast.po
rm -f  && /usr/bin/msgfmt -o bg_BG.mo bg_BG.po
rm -f  && /usr/bin/msgfmt -o bn_IN.mo bn_IN.po
rm -f  && /usr/bin/msgfmt -o bn.mo bn.po
rm -f  && /usr/bin/msgfmt -o bs.mo bs.po
rm -f  && /usr/bin/msgfmt -o ca.mo ca.po
rm -f  && /usr/bin/msgfmt -o ca at valencia.mo ca at valencia.po
rm -f  && /usr/bin/msgfmt -o cs.mo cs.po
rm -f  && /usr/bin/msgfmt -o da.mo da.po
rm -f  && /usr/bin/msgfmt -o de.mo de.po
rm -f  && /usr/bin/msgfmt -o el.mo el.po
rm -f  && /usr/bin/msgfmt -o en_GB.mo en_GB.po
rm -f  && /usr/bin/msgfmt -o en_US.mo en_US.po
rm -f  && /usr/bin/msgfmt -o eo.mo eo.po
rm -f  && /usr/bin/msgfmt -o es_CR.mo es_CR.po
rm -f  && /usr/bin/msgfmt -o es_MX.mo es_MX.po
rm -f  && /usr/bin/msgfmt -o es.mo es.po
rm -f  && /usr/bin/msgfmt -o et.mo et.po
rm -f  && /usr/bin/msgfmt -o eu.mo eu.po
rm -f  && /usr/bin/msgfmt -o fa.mo fa.po
rm -f  && /usr/bin/msgfmt -o fi.mo fi.po
rm -f  && /usr/bin/msgfmt -o fr.mo fr.po
rm -f  && /usr/bin/msgfmt -o gd.mo gd.po
rm -f  && /usr/bin/msgfmt -o gl.mo gl.po
rm -f  && /usr/bin/msgfmt -o gu.mo gu.po
rm -f  && /usr/bin/msgfmt -o he.mo he.po
rm -f  && /usr/bin/msgfmt -o hi_IN.mo hi_IN.po
rm -f  && /usr/bin/msgfmt -o hi.mo hi.po
rm -f  && /usr/bin/msgfmt -o hu.mo hu.po
rm -f  && /usr/bin/msgfmt -o id.mo id.po
rm -f  && /usr/bin/msgfmt -o it.mo it.po
rm -f  && /usr/bin/msgfmt -o ja.mo ja.po
rm -f  && /usr/bin/msgfmt -o km.mo km.po
rm -f  && /usr/bin/msgfmt -o ko.mo ko.po
rm -f  && /usr/bin/msgfmt -o lo.mo lo.po
rm -f  && /usr/bin/msgfmt -o lt.mo lt.po
rm -f  && /usr/bin/msgfmt -o ml.mo ml.po
rm -f  && /usr/bin/msgfmt -o ms.mo ms.po
rm -f  && /usr/bin/msgfmt -o nb.mo nb.po
rm -f  && /usr/bin/msgfmt -o nl.mo nl.po
rm -f  && /usr/bin/msgfmt -o no.mo no.po
rm -f  && /usr/bin/msgfmt -o pa.mo pa.po
rm -f  && /usr/bin/msgfmt -o pl.mo pl.po
rm -f  && /usr/bin/msgfmt -o pt_BR.mo pt_BR.po
rm -f  && /usr/bin/msgfmt -o pt.mo pt.po
rm -f  && /usr/bin/msgfmt -o pt_PT.mo pt_PT.po
rm -f  && /usr/bin/msgfmt -o ro.mo ro.po
rm -f  && /usr/bin/msgfmt -o ru.mo ru.po
rm -f  && /usr/bin/msgfmt -o sk.mo sk.po
rm -f  && /usr/bin/msgfmt -o sl.mo sl.po
rm -f  && /usr/bin/msgfmt -o sq.mo sq.po
rm -f  && /usr/bin/msgfmt -o sv.mo sv.po
rm -f  && /usr/bin/msgfmt -o ta.mo ta.po
rm -f  && /usr/bin/msgfmt -o th.mo th.po
rm -f  && /usr/bin/msgfmt -o tl.mo tl.po
rm -f  && /usr/bin/msgfmt -o tr.mo tr.po
rm -f  && /usr/bin/msgfmt -o uk.mo uk.po
rm -f  && /usr/bin/msgfmt -o ur_PK.mo ur_PK.po
rm -f  && /usr/bin/msgfmt -o vi.mo vi.po
rm -f  && /usr/bin/msgfmt -o wa.mo wa.po
rm -f  && /usr/bin/msgfmt -o zh_CN.mo zh_CN.po
rm -f  && /usr/bin/msgfmt -o zh_TW.mo zh_TW.po
make[1]: Leaving directory `/home/vsposato/openconnect-3.15/po'
make[1]: Entering directory `/home/vsposato/openconnect-3.15'
  CC     libopenconnect_la-version.lo
  CC     libopenconnect_la-ssl.lo
  CC     libopenconnect_la-http.lo
  CC     libopenconnect_la-auth.lo
  CC     libopenconnect_la-library.lo
  CCLD   libopenconnect.la
  CC     openconnect-xml.o
  CC     openconnect-main.o
  CC     openconnect-dtls.o
  CC     openconnect-cstp.o
  CC     openconnect-mainloop.o
  CC     openconnect-tun.o
  CCLD   openconnect
make[1]: Leaving directory `/home/vsposato/openconnect-3.15'


Make Install output
Making install in www
make[1]: Entering directory `/home/vsposato/openconnect-3.15/www'
Making install in styles
make[2]: Entering directory `/home/vsposato/openconnect-3.15/www/styles'
make[3]: Entering directory `/home/vsposato/openconnect-3.15/www/styles'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/openconnect/styles" || /bin/mkdir -p
"/usr/local/share/openconnect/styles"
 /usr/bin/install -c -m 644 main.css '/usr/local/share/openconnect/styles'
make[3]: Leaving directory `/home/vsposato/openconnect-3.15/www/styles'
make[2]: Leaving directory `/home/vsposato/openconnect-3.15/www/styles'
Making install in inc
make[2]: Entering directory `/home/vsposato/openconnect-3.15/www/inc'
make[3]: Entering directory `/home/vsposato/openconnect-3.15/www/inc'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/openconnect/inc" || /bin/mkdir -p
"/usr/local/share/openconnect/inc"
 /usr/bin/install -c -m 644 ./content.tmpl ./footer.tmpl ./header.tmpl
'/usr/local/share/openconnect/inc'
make[3]: Leaving directory `/home/vsposato/openconnect-3.15/www/inc'
make[2]: Leaving directory `/home/vsposato/openconnect-3.15/www/inc'
Making install in images
make[2]: Entering directory `/home/vsposato/openconnect-3.15/www/images'
make[3]: Entering directory `/home/vsposato/openconnect-3.15/www/images'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/openconnect/images" || /bin/mkdir -p
"/usr/local/share/openconnect/images"
 /usr/bin/install -c -m 644 ./left2.png ./left.png ./leftsel2.png
./leftsel.png ./openconnect.png ./right2.png ./right.png ./rightsel2.png
./rightsel.png ./openconnect.svg '/usr/local/share/openconnect/images'
make[3]: Leaving directory `/home/vsposato/openconnect-3.15/www/images'
make[2]: Leaving directory `/home/vsposato/openconnect-3.15/www/images'
make[2]: Entering directory `/home/vsposato/openconnect-3.15/www'
make[3]: Entering directory `/home/vsposato/openconnect-3.15/www'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/openconnect" || /bin/mkdir -p
"/usr/local/share/openconnect"
 /usr/bin/install -c -m 644 csd.html features.html gui.html nonroot.html
building.html connecting.html manual.html started.html vpnc-script.html
changelog.html download.html index.html packages.html platforms.html
contribute.html mail.html technical.html '/usr/local/share/openconnect'
make[3]: Leaving directory `/home/vsposato/openconnect-3.15/www'
make[2]: Leaving directory `/home/vsposato/openconnect-3.15/www'
make[1]: Leaving directory `/home/vsposato/openconnect-3.15/www'
Making install in po
make[1]: Entering directory `/home/vsposato/openconnect-3.15/po'
make[2]: Entering directory `/home/vsposato/openconnect-3.15/po'
make[2]: Nothing to be done for `install-exec-am'.
make  install-data-hook
make[3]: Entering directory `/home/vsposato/openconnect-3.15/po'
linguas="ar ast bg_BG bn_IN bn bs ca ca at valencia cs da de el en_GB en_US
eo es_CR es_MX es et eu fa fi fr gd gl gu he hi_IN hi hu id it ja km ko lo
lt ml ms nb nl no pa pl pt_BR pt pt_PT ro ru sk sl sq sv ta th tl tr uk
ur_PK vi wa zh_CN zh_TW"; \
	for l in $linguas; do \
	  dir="/usr/local/share/locale/$l/LC_MESSAGES"; \
	  /bin/mkdir -p $dir; \
	  echo Installing $l.mo to $dir/openconnect.mo ; \
	  /usr/bin/install -c -m 644 $l.mo $dir/openconnect.mo; \
	done
Installing ar.mo to /usr/local/share/locale/ar/LC_MESSAGES/openconnect.mo
Installing ast.mo to /usr/local/share/locale/ast/LC_MESSAGES/openconnect.mo
Installing bg_BG.mo to
/usr/local/share/locale/bg_BG/LC_MESSAGES/openconnect.mo
Installing bn_IN.mo to
/usr/local/share/locale/bn_IN/LC_MESSAGES/openconnect.mo
Installing bn.mo to /usr/local/share/locale/bn/LC_MESSAGES/openconnect.mo
Installing bs.mo to /usr/local/share/locale/bs/LC_MESSAGES/openconnect.mo
Installing ca.mo to /usr/local/share/locale/ca/LC_MESSAGES/openconnect.mo
Installing ca at valencia.mo to
/usr/local/share/locale/ca at valencia/LC_MESSAGES/openconnect.mo
Installing cs.mo to /usr/local/share/locale/cs/LC_MESSAGES/openconnect.mo
Installing da.mo to /usr/local/share/locale/da/LC_MESSAGES/openconnect.mo
Installing de.mo to /usr/local/share/locale/de/LC_MESSAGES/openconnect.mo
Installing el.mo to /usr/local/share/locale/el/LC_MESSAGES/openconnect.mo
Installing en_GB.mo to
/usr/local/share/locale/en_GB/LC_MESSAGES/openconnect.mo
Installing en_US.mo to
/usr/local/share/locale/en_US/LC_MESSAGES/openconnect.mo
Installing eo.mo to /usr/local/share/locale/eo/LC_MESSAGES/openconnect.mo
Installing es_CR.mo to
/usr/local/share/locale/es_CR/LC_MESSAGES/openconnect.mo
Installing es_MX.mo to
/usr/local/share/locale/es_MX/LC_MESSAGES/openconnect.mo
Installing es.mo to /usr/local/share/locale/es/LC_MESSAGES/openconnect.mo
Installing et.mo to /usr/local/share/locale/et/LC_MESSAGES/openconnect.mo
Installing eu.mo to /usr/local/share/locale/eu/LC_MESSAGES/openconnect.mo
Installing fa.mo to /usr/local/share/locale/fa/LC_MESSAGES/openconnect.mo
Installing fi.mo to /usr/local/share/locale/fi/LC_MESSAGES/openconnect.mo
Installing fr.mo to /usr/local/share/locale/fr/LC_MESSAGES/openconnect.mo
Installing gd.mo to /usr/local/share/locale/gd/LC_MESSAGES/openconnect.mo
Installing gl.mo to /usr/local/share/locale/gl/LC_MESSAGES/openconnect.mo
Installing gu.mo to /usr/local/share/locale/gu/LC_MESSAGES/openconnect.mo
Installing he.mo to /usr/local/share/locale/he/LC_MESSAGES/openconnect.mo
Installing hi_IN.mo to
/usr/local/share/locale/hi_IN/LC_MESSAGES/openconnect.mo
Installing hi.mo to /usr/local/share/locale/hi/LC_MESSAGES/openconnect.mo
Installing hu.mo to /usr/local/share/locale/hu/LC_MESSAGES/openconnect.mo
Installing id.mo to /usr/local/share/locale/id/LC_MESSAGES/openconnect.mo
Installing it.mo to /usr/local/share/locale/it/LC_MESSAGES/openconnect.mo
Installing ja.mo to /usr/local/share/locale/ja/LC_MESSAGES/openconnect.mo
Installing km.mo to /usr/local/share/locale/km/LC_MESSAGES/openconnect.mo
Installing ko.mo to /usr/local/share/locale/ko/LC_MESSAGES/openconnect.mo
Installing lo.mo to /usr/local/share/locale/lo/LC_MESSAGES/openconnect.mo
Installing lt.mo to /usr/local/share/locale/lt/LC_MESSAGES/openconnect.mo
Installing ml.mo to /usr/local/share/locale/ml/LC_MESSAGES/openconnect.mo
Installing ms.mo to /usr/local/share/locale/ms/LC_MESSAGES/openconnect.mo
Installing nb.mo to /usr/local/share/locale/nb/LC_MESSAGES/openconnect.mo
Installing nl.mo to /usr/local/share/locale/nl/LC_MESSAGES/openconnect.mo
Installing no.mo to /usr/local/share/locale/no/LC_MESSAGES/openconnect.mo
Installing pa.mo to /usr/local/share/locale/pa/LC_MESSAGES/openconnect.mo
Installing pl.mo to /usr/local/share/locale/pl/LC_MESSAGES/openconnect.mo
Installing pt_BR.mo to
/usr/local/share/locale/pt_BR/LC_MESSAGES/openconnect.mo
Installing pt.mo to /usr/local/share/locale/pt/LC_MESSAGES/openconnect.mo
Installing pt_PT.mo to
/usr/local/share/locale/pt_PT/LC_MESSAGES/openconnect.mo
Installing ro.mo to /usr/local/share/locale/ro/LC_MESSAGES/openconnect.mo
Installing ru.mo to /usr/local/share/locale/ru/LC_MESSAGES/openconnect.mo
Installing sk.mo to /usr/local/share/locale/sk/LC_MESSAGES/openconnect.mo
Installing sl.mo to /usr/local/share/locale/sl/LC_MESSAGES/openconnect.mo
Installing sq.mo to /usr/local/share/locale/sq/LC_MESSAGES/openconnect.mo
Installing sv.mo to /usr/local/share/locale/sv/LC_MESSAGES/openconnect.mo
Installing ta.mo to /usr/local/share/locale/ta/LC_MESSAGES/openconnect.mo
Installing th.mo to /usr/local/share/locale/th/LC_MESSAGES/openconnect.mo
Installing tl.mo to /usr/local/share/locale/tl/LC_MESSAGES/openconnect.mo
Installing tr.mo to /usr/local/share/locale/tr/LC_MESSAGES/openconnect.mo
Installing uk.mo to /usr/local/share/locale/uk/LC_MESSAGES/openconnect.mo
Installing ur_PK.mo to
/usr/local/share/locale/ur_PK/LC_MESSAGES/openconnect.mo
Installing vi.mo to /usr/local/share/locale/vi/LC_MESSAGES/openconnect.mo
Installing wa.mo to /usr/local/share/locale/wa/LC_MESSAGES/openconnect.mo
Installing zh_CN.mo to
/usr/local/share/locale/zh_CN/LC_MESSAGES/openconnect.mo
Installing zh_TW.mo to
/usr/local/share/locale/zh_TW/LC_MESSAGES/openconnect.mo
make[3]: Leaving directory `/home/vsposato/openconnect-3.15/po'
make[2]: Leaving directory `/home/vsposato/openconnect-3.15/po'
make[1]: Leaving directory `/home/vsposato/openconnect-3.15/po'
make[1]: Entering directory `/home/vsposato/openconnect-3.15'
make[2]: Entering directory `/home/vsposato/openconnect-3.15'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
 /bin/bash ./libtool   --mode=install /usr/bin/install -c
libopenconnect.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libopenconnect.so.1.2.0
/usr/local/lib/libopenconnect.so.1.2.0
libtool: install: (cd /usr/local/lib && { ln -s -f libopenconnect.so.1.2.0
libopenconnect.so.1 || { rm -f libopenconnect.so.1 && ln -s
libopenconnect.so.1.2.0 libopenconnect.so.1; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libopenconnect.so.1.2.0
libopenconnect.so || { rm -f libopenconnect.so && ln -s
libopenconnect.so.1.2.0 libopenconnect.so; }; })
libtool: install: /usr/bin/install -c .libs/libopenconnect.lai
/usr/local/lib/libopenconnect.la
libtool: install: /usr/bin/install -c .libs/libopenconnect.a
/usr/local/lib/libopenconnect.a
libtool: install: chmod 644 /usr/local/lib/libopenconnect.a
libtool: install: ranlib /usr/local/lib/libopenconnect.a
libtool: finish: 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11
R6/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/sbin" || /bin/mkdir -p "/usr/local/sbin"
  /bin/bash ./libtool   --mode=install /usr/bin/install -c openconnect
'/usr/local/sbin'
libtool: install: /usr/bin/install -c .libs/openconnect
/usr/local/sbin/openconnect
test -z "/usr/local/include" || /bin/mkdir -p "/usr/local/include"
 /usr/bin/install -c -m 644 openconnect.h '/usr/local/include'
test -z "/usr/local/share/man/man8" || /bin/mkdir -p
"/usr/local/share/man/man8"
 /usr/bin/install -c -m 644 openconnect.8 '/usr/local/share/man/man8'
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p
"/usr/local/lib/pkgconfig"
 /usr/bin/install -c -m 644 openconnect.pc '/usr/local/lib/pkgconfig'
make[2]: Leaving directory `/home/vsposato/openconnect-3.15'
make[1]: Leaving directory `/home/vsposato/openconnect-3.15'



Thanks,

Vincent Sposato
Technical Lead & Sr. Software Engineer
Clinical and Translational Research Informatics Program
Systems Development
University of Florida Academic Health Center
 
UF HSC Communicore, Room C3-037A
PO Box 100152
Gainesville, Fl 32611




More information about the openconnect-devel mailing list