neon-0.32.5

neon の概要

neon パッケージは、HTTP と WebDAV のクライアントライブラリであり、C 言語によるインターフェースを提供します。

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

  • ダウンロード (HTTP): https://notroj.github.io/neon/neon-0.32.5.tar.gz

  • ダウンロード MD5 sum: 7976b1cd67b7228cddb7eb4f39640ac5

  • ダウンロードサイズ: 876 KB

  • 必要ディスク容量: 8.6 MB (additional 18 MB for tests)

  • 概算ビルド時間: 0.1 SBU (add 0.4 SBU for tests)

neon の依存パッケージ

任意

GnuTLS-3.8.2, libxml2-2.12.3, MIT Kerberos V5-1.21.2, nss-3.96.1 (for some tests), xmlto-0.0.28 (to regenerate the documentation), libproxy, PaKChoiS

neon のインストール

以下のコマンドを実行して neon をビルドします。

./configure --prefix=/usr    \
            --with-ssl       \
            --enable-shared  \
            --disable-static &&
make

ビルド結果をテストする場合は make check を実行します。

If you wish to regenerate the documentation, issue:

make docs

root ユーザーになって以下を実行します。

make install

コマンド説明

--with-ssl: This switch enables SSL support using OpenSSL. GnuTLS can be used instead, by passing --with-ssl=gnutls and --with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt to the configure script.

--disable-static: このスイッチはスタティックライブラリをインストールしないようにします。

パッケージ構成

インストールプログラム: neon-config
インストールライブラリ: libneon.so
インストールディレクトリ: /usr/include/neon, /usr/share/doc/neon-0.32.5

概略説明

neon-config

is a script that provides information about an installed copy of the neon library

libneon.so

一般的な HTTP や WebDAV に対する高レベルインターフェースとして用いられます。