This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP] openldap-devel: Lightweight Directory Access Protocolclients and libraries


>>>>> "Stipe" == Stipe Tolj <tolj@wapme-systems.de> writes:

    Stipe> Volker,
    Stipe> trying to reproduce your issue I run into:

    Stipe> ...
    Stipe> checking to see if -lrpcrt4 is needed for win32 UUID support... no
    Stipe> checking for res_query... no
    Stipe> checking for __res_query... no
    Stipe> checking for res_query in -lbind... no
    Stipe> checking for __res_query in -lbind... no
    Stipe> checking for res_query in -lresolv... no
    Stipe> checking for __res_query in -lresolv... no
    Stipe> configure: error: DNSSRV requires res_query()

Do you have minires and minires-devel installed. The postinstall script
of minires-devel sets up a symbolic link libresolv.a:

#! /bin/sh
set -e
if [ ! -e /usr/lib/libresolv.a ]
  then
  if [ -L /usr/lib/libresolv.a ]
    then
    /bin/rm -f /usr/lib/libresolv.a
  fi
  ln -s /usr/lib/libminires.dll.a /usr/lib/libresolv.a
fi

    Stipe> while configure runs. So I'm wondering which resolver lib you have
    Stipe> been using?!

    Stipe> Stipe

Ciao
  Volker

PS: By the way ..... apache .....


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]