Openldap (neko mips4)
From Nekoware
| neko_openldap | |
| Packaged by: | Joerg Behrens |
|---|---|
| Internal Version: | 3 |
| Download: | neko_openldap-2.3.26.tardist |
| Current release: | 2.3.26 / August 20 2006 |
| Use: | Unknown |
| Licence: | Unknown |
| Website: | www.openldap.org/ |
The Lightweight Directory Access Protocol (LDAP) is a protocol for accessing online directory services. It runs directly over TCP, and can be used to access a standalone LDAP directory service or to access a directory service that is back-ended by X.500.
For more information visit http://www.openldap.org/ .
Contents |
[edit] Installing the package
Download and install the neko_openldap-2.3.26 (version 3) tardist package from the Nekoware repository.
Installation of the precompiled binary package can be achieved using either Software Manager or inst: In the case of inst, all that's required is the command:
~ $ inst -f /path/to/neko_openldap-2.3.26.tardist install all keep *.opt.src go quit
You will need "root" privileges to install the software.
A list of all files is installed by this package is available.
[edit] Package Dependencies
The following additional packages are required to run this software correctly:
[edit] Package Incompatibilities
The following packages are marked as incompatible.
- No incompatibilities.
[edit] Package Layout
Default indicates whether the subsystem will be installed if "install standard" (or similar) is used. Order is used if any given subsystem must be installed before others.
| Name | Size [Kbytes] | Default | Order | Description |
|---|---|---|---|---|
| neko_openldap.sw.eoe | 4,413 | Yes | 9999 | execution only env |
| neko_openldap.sw.lib | 2,050 | Yes | 9999 | shared libraries |
| neko_openldap.sw.hdr | 128 | Yes | 9999 | header |
| neko_openldap.man.manpages | 510 | Yes | 9999 | man Pages |
| neko_openldap.opt.relnotes | 2 | No | 9999 | release notes |
| neko_openldap.opt.src | 2,834 | No | 9999 | original source code |
| neko_openldap.opt.dist | 42 | No | 9999 | distribution files |
[edit] Compiling
As for the majority of Nekoware packages, the 7.4.x release of SGI's MIPSpro Compiler suite has been used to build this package.
[edit] Environment
export CC=c99 export CFLAGS='-O3 -mips4 -I/usr/nekoware/include -OPT:Olimit=0:roundoff=3 -TARG:platform=IP27:proc=r10000' export CXXFLAGS=$CFLAGS export CPPFLAGS='-I/usr/nekoware/include' export CXX=CC export F77=f77 export CFLAGS='-O3' export LDFLAGS='-L/usr/nekoware/lib -L/usr/nekoware/lib/perl5/5.8.8/irix-n32/CORE -Wl,-rpath -Wl,/usr/nekoware/lib' export PKG_CONFIG=/usr/nekoware/bin/pkg-config export PKG_CONFIG_PATH='/usr/nekoware/lib/pkgconfig' export PKG_CONFIG_LIBDIR='/usr/nekoware/lib' export LD_LIBRARY_PATH='/usr/nekoware/lib' export LD_LIBRARYN32_PATH='/usr/nekoware/lib' export LD_LIBRARY64_PATH='/usr/nekoware/lib64' export GNOME2_DIR='/usr/nekoware' export GNUMAKE='/usr/nekoware/bin/make' export PATH=/usr/nekoware/bin:$PATH
[edit] Configure
./configure --with-mp=gmp --with-tls --enable-modules --enable-bdb=yes --enable-hdb=yes --enable-ldbm --enable-passwd --enable-perl --enable-sql --enable-ldap --enable-spasswd --enable-crypt --enable-ipv6 --enable-debug=no --prefix=/usr/nekoware gmake depend gmake gmake test gmake install
[edit] Release Notes
Click on the "show" link to expand the contents of the package's 'relnotes' file.
| The original "relnotes" File. |
|---|
PACKAGE NAME: neko_openldap SOURCE/VERSION: openldap-2.3.26 DESCRIPTION: The Lightweight Directory Access Protocol (LDAP) is a protocol for accessing online directory services. It runs directly over TCP, and can be used to access a standalone LDAP directory service or to access a directory service that is back-ended by X.500. For more information visit http://www.openldap.org/ . ENVIRONMENT VARIABLES: export CC=c99 export CFLAGS='-O3 -mips4 -I/usr/nekoware/include -OPT:Olimit=0:roundoff=3 -TARG:platform=IP27:proc=r10000' export CXXFLAGS=$CFLAGS export CPPFLAGS='-I/usr/nekoware/include' export CXX=CC export F77=f77 export CFLAGS='-O3' export LDFLAGS='-L/usr/nekoware/lib -L/usr/nekoware/lib/perl5/5.8.8/irix-n32/CORE -Wl,-rpath -Wl,/usr/nekoware/lib' export PKG_CONFIG=/usr/nekoware/bin/pkg-config export PKG_CONFIG_PATH='/usr/nekoware/lib/pkgconfig' export PKG_CONFIG_LIBDIR='/usr/nekoware/lib' export LD_LIBRARY_PATH='/usr/nekoware/lib' export LD_LIBRARYN32_PATH='/usr/nekoware/lib' export LD_LIBRARY64_PATH='/usr/nekoware/lib64' export GNOME2_DIR='/usr/nekoware' export GNUMAKE='/usr/nekoware/bin/make' export PATH=/usr/nekoware/bin:$PATH CONFIGURE FLAGS: ./configure --with-mp=gmp --with-tls --enable-modules --enable-bdb=yes --enable-hdb=yes --enable-ldbm --enable-passwd --enable-perl --enable-sql --enable-ldap --enable-spasswd --enable-crypt --enable-ipv6 --enable-debug=no --prefix=/usr/nekoware gmake depend gmake gmake test gmake install KNOWN DEPENDANCIES: neko_gmp.sw.lib 1 maxint neko_cyrus_sasl.sw.lib 1 maxint neko_db4.sw.lib 4 maxint neko_libiconv.sw.lib 2 maxint neko_libtool.sw.lib 2 maxint neko_openssl.sw.lib 7 maxint neko_perl.sw.common 3 maxint neko_unixodbc.sw.lib 1 maxint ERRORS/MISCELLANEOUS: Without the '-L/usr/nekoware/lib/perl5/5.8.8/irix-n32/CORE' in the LDFLAG i get problem with unresolvable symbols from libperl.so. The linker line already contains the right path and also a -lperl. So i dont understand why it isnt works out of the box. Maybe the linker picks up the libperl which comes with the IRIX OS? PACKAGED BY: Joerg Behrens (behrens@takenet.de) |
[edit] Errors/Miscellaneous
Without the '-L/usr/nekoware/lib/perl5/5.8.8/irix-n32/CORE' in the LDFLAG i get problem with unresolvable symbols from libperl.so. The linker line already contains the right path and also a -lperl. So i dont understand why it isnt works out of the box. Maybe the linker picks up the libperl which comes with the IRIX OS?
[edit] Older Versions
- neko_openldap-2.2.23.tardist (version 2), February 15 2005
