[Date Prev][Date Next] [Chronological] [Thread] [Top]

openldap compilation on NSK ( Non stop Kernal tandem) (ITS#1301)



Full_Name: Ravi Tiwari
Version: 2.0.11
OS: nsr-tandem-nsk
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (63.80.155.173)


I am trying to compile openldap source code version 2.0.11 on nsr-tandem-nsk
operating system.I am running configure and getting following error :

$ LD=/usr/bin/nld ./configure --disable-ldbm --enable-sql --host=nsr-tandem-nsk

####################################################################################
Copyright 1998-2001 The OpenLDAP Foundation,  All Rights Reserved.
Restrictions apply, see COPYRIGHT and LICENSE files.
Configuring OpenLDAP 2.0.11-Release ...
checking host system type... nsr-tandem-nsk
checking target system type... nsr-tandem-nsk
checking build system type... nsr-tandem-nsk
checking for a BSD compatible install... build/install-sh -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gnutar... no
checking for gtar... no
checking for tar... tar
checking configure arguments... done
checking for ranlib... :
checking for gcc... /usr/bin/c89
checking whether the C compiler (/usr/bin/c89   ) works... yes
checking whether the C compiler (/usr/bin/c89   ) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether /usr/bin/c89 accepts -g... yes
checking for non-GNU ld... /usr/bin/nld
checking if the linker (/usr/bin/nld) is GNU ld... no
checking for BSD-compatible nm... /usr/bin/nm
checking whether ln -s works... yes
checking whether we are using GNU C... no
checking for object suffix... o
checking for executable suffix... no
checking for /usr/bin/c89 option to produce PIC... none
checking if /usr/bin/c89 supports -c -o file.o... no
checking if we can lock with hard links... yes
checking if /usr/bin/c89 static flag  works... 
checking if the linker (/usr/bin/nld) is GNU ld... no
checking whether the linker (/usr/bin/nld) supports shared libraries... no
checking command to parse /usr/bin/nm output... failed
checking how to hardcode library paths into programs... unsupported
checking for /usr/bin/nld option to reload object files... -r
checking dynamic linker characteristics... no
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
checking for dlopen in -ldl... no
checking for dlopen... yes
checking for dlfcn.h... no
checking whether a program can dlopen itself... no
creating libtool
not updating unwritable cache ./config.cache
checking for mawk... (cached) nawk
checking whether ln works... yes
checking whether ln -s works... (cached) yes
checking for sendmail... /usr/lib/sendmail
checking for vi... /bin/vi
checking for finger... /usr/ucb/finger
checking how to run the C preprocessor... /usr/bin/c89 -E
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... no
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for EMX OS/2 environment... no
checking for executable suffix... no
checking for object suffix... o
checking for be_app in -lbe... no
checking for /usr/bin/c89 option to accept ANSI C... none needed
checking for /usr/bin/c89 depend flag... no
checking for afopen in -ls... no
checking for EBCDIC... no
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking POSIX termios... yes
checking whether use of TIOCGWINSZ requires sys/ioctl.h... no
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for conio.h... no
checking for crypt.h... no
checking for direct.h... no
checking for errno.h... yes
checking for fcntl.h... yes
checking for filio.h... no
checking for getopt.h... no
checking for grp.h... yes
checking for io.h... no
checking for libutil.h... no
checking for limits.h... yes
checking for locale.h... yes
checking for netinet/tcp.h... yes
checking for malloc.h... no
checking for memory.h... yes
checking for psap.h... no
checking for pwd.h... yes
checking for process.h... no
checking for resolv.h... yes
checking for sgtty.h... no
checking for shadow.h... no
checking for stddef.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for sysexits.h... no
checking for sys/file.h... no
checking for sys/filio.h... no
checking for sys/errno.h... no
checking for sys/ioctl.h... yes
checking for sys/param.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... no
checking for sys/socket.h... yes
checking for sys/syslog.h... no
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for syslog.h... yes
checking for termios.h... yes
checking for unistd.h... yes
checking for winsock.h... no
checking for dlopen... yes
checking for sigset in -lV3... no
checking for socket... yes
checking for select... yes
checking types of arguments for select()... int,fd_set *,struct timeval *
checking for regex.h... yes
checking for regfree... yes
checking for compatible POSIX regex... yes
checking for res_query... yes
checking for getaddrinfo... yes
checking for inet_ntop... yes
checking for gai_strerror... yes
checking INET6_ADDRSTRLEN... no
checking for sys/un.h... yes
checking for openssl/ssl.h... no
checking for ssl.h... no
checking for ctime_r... yes
checking for gethostbyname_r... yes
checking for gethostbyaddr_r... yes
checking number of arguments of ctime_r... 0
checking number of arguments of gethostbyname_r... 0
checking number of arguments of gethostbyaddr_r... 0
checking for _beginthread... yes
checking for pthread.h... no
checking for mach/cthreads.h... no
checking for pth.h... no
checking for thread.h... no
checking for synch.h... no
checking for lwp/lwp.h... no
checking for openlog... yes
checking for SQLDriverConnect in -liodbc... no
checking for SQLDriverConnect in -lodbc... LIBS is no
 configure: error: could not locate suitable ODBC library
###################################################################


I have couple of questions on openldap sourcecode compatibility ?
(i) Is it supported on nsr-tandem-nsk operating system or not ?
(ii) If it is supported than what environment setup I have to do for a
successfull intallation.
(iii) In this operating system only one database is suported and that is
"SQL/MP". So is it possible to build ldap server using SQL/MP database ?.

please help me to build ldap server on tandem operating system.