BamzeGnutls
ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/libgpg-error-1.6.tar.bz2 ~/src/libgpg-error$ ./configure --prefix=$HOME ~/src/libgpg-error$ make ~/src/libgpg-error$ make install
ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/libgcrypt-1.4.1.tar.bz2 ~/src/libgcrypt$ ./configure --prefix=$HOME --with-gpg-error-prefix=$HOME ~/src/libgcrypt$ make ~/src/libgcrypt$ make install
ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/gnutls-2.4.1.tar.bz2 ~/src/gnutls$ ./configure --prefix=$HOME --with-libgcrypt=$HOME ~/src/gnutls$ make ~/src/gnutls$ make install
set path= ( /sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin /home/poller/bin /home/poller/lib )
~/src/inspircd$ ./configure
> ln -s extra/m_ssl_gnutls.cpp
> ln -s extra/m_ssl_oper_cert.cpp
> ln -s extra/m_sslinfo.cpp
Libraries have been installed in:
/home/poller/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