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

(unsupported?) web500gw app needs UFN (ITS#1307)



Full_Name: Jim Dutton
Version: 2.0.12
OS: (Amiga) NetBSD-1.4.2
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (131.230.179.116)


  Entering subdirectory web500gw-2.1b3
gcc -lcompat -o web500gw web500gw.o read.o search.o bind.o modify.o add.o
delete.o modrdn.o  navigation.o util.o web_util.o dir_util.o ldap2html.o
messages.o  init.o config.o detach.o setproctitle.o gwversion.o 
-L../../libraries -lldap -llber -L/usr/lib -lcompat -L/usr/local/ssl/lib -lssl
-lcrypto   
read.c:335: warning: tempnam() possibly used unsafely, use mkstemp() or
mkdtemp()
search.c:125: Undefined symbol `_ldap_ufn_setprefix' referenced from text
segment
search.c:128: Undefined symbol `_ldap_ufn_timeout' referenced from text segment
search.c:134: Undefined symbol `_ldap_ufn_search_s' referenced from text
segment
collect2: ld returned 1 exit status
*** Error code 1

====== search.c =======
    /* A simple filter (not starting with '(') with a comma in it
     *  -> UFN assumed */
    if (ufnsearch && search_filter[0] != '(' &&
        strchr(search_filter, ',') != NULL && strlen(search_filter) > 3) {
        if (strlen(base_dn) > 0)
            ldap_ufn_setprefix(r->r_ld, base_dn);
        timeout.tv_sec = timelimit;
        timeout.tv_usec = 0;
        ldap_ufn_timeout((void *) &timeout);
        r->r_ld->ld_deref = LDAP_DEREF_FINDING;


= = = =  = = = = = = = = = = = = = = = = = = =
Got any suggestions for suitable UFN replacement?