I=B4m trying to install ziproxy on freebsd 4,5 but I=B4m having =
troubles. I receive a message that it can=B4t find libConfuse :
./configure --with-gif=3D/usr/local --with-confuse=3D/usr/local
...
hecking dependency style of gcc... gcc
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for libraries containing socket functions... -lc
checking for gzopen in -lz... yes
checking for pow in -lm... yes
checking for library containing DGifSlurp... -lungif
checking for jpeg_start_decompress in -ljpeg... yes
checking for cfg_free_value in -lconfuse... no
checking for cfg_free_val in -lconfuse... no
configure: error: libConfuse not found.
I=B4ve installed libConfuse 2.1 without any problem :=20
./configure
make
make install=20
n/sh ../support/mkinstalldirs /usr/local/lib
/bin/sh ../libtool --mode=3Dinstall /usr/bin/install -c libconfuse.la =
/usr/local/lib/libco
nfuse.la
/usr/bin/install -c .libs/libconfuse.lai /usr/local/lib/libconfuse.la
/usr/bin/install -c .libs/libconfuse.a /usr/local/lib/libconfuse.a
ranlib /usr/local/lib/libconfuse.a
chmod 644 /usr/local/lib/libconfuse.a
----------------------------------------------------------------------
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.
----------------------------------------------------------------------
/bin/sh ../support/mkinstalldirs /usr/local/include
/usr/bin/install -c -m 644 confuse.h /usr/local/include/confuse.h
May someone know how to do and help me?
Thanks.
|