HP3000-L Archives

April 2002, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Rose, Robert" <[log in to unmask]>
Reply To:
Rose, Robert
Date:
Sun, 21 Apr 2002 18:23:55 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (1290 lines)
I'm running Apache 1.3.14 on MPE/iX 7.0.  I'm trying to build a DSO for LDAP
authentication and am getting the following errors when starting apache.

 :JOB JHTTPD,WWW.APACHE,PUB.
 Priority = DS; Inpri = 8; Time = UNLIMITED seconds.
 Job number = #j491.
 SUN, APR 21, 2002,  5:40 PM.
 HP3000  Release: C.70.01   User Version: C.70.01
 MPE/iX  HP31900 C.39.06  Copyright Hewlett-Packard 1987.
 All rights reserved.

 :setvar TZ 'EST5EDT'
 :run HTTPD;info='-f /APACHE/PUB/conf/httpd.conf'


 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_err_print  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_printf  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_free  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_put_seq  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_peek_tag  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_scanf  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_bvfree  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_next_element  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_get_option  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_flatten  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_first_element  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_bvecfree  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_set_option  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_sockbuf_get_option  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_dup  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_sockbuf_free  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_sockbuf_alloc  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: sysconf  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_init  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_get_int  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_dump  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_sockbuf_set_option  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_flush  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_alloc_t  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_write  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_get_next  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_reset  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_skip_tag  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ber_get_stringal  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ldap_unbind  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ldap_msgfree  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ldap_simple_bind_s  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ldap_first_entry  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ldap_unbind_s  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ldap_compare_s  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ldap_search_s  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ldap_count_entries  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ldap_err2string  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ldap_get_dn  ( LDRERR 103)
 DYNAMIC LOADING UNRESOLVED EXTERNAL: ldap_open  ( LDRERR 103)

 Syntax error on line 211 of /APACHE/PUB/conf/httpd.conf:
 Can't locate API module structure `ldap_auth_module' in file
/APACHE/PUB/libexe
c/mod_auth_ldap.so: HPGETPROCPLABEL() failed on data item ldap_auth_module
 Attempting to bind a function pointer imported by a data symbol causes
 unresolved code symbol(s) during a dynamic load of a data symbol. (LDRERR
720)

 END OF PROGRAM
 :eoj

I've tried several ldap DSOs and have received the same errors.  I've built
them against the LDAP-C SDK libraries included with the system and the
openldap libraries from Lars Appel's site.  I'm using GCC 3.0.4, just
downloaded this weekend.  I was using 3.0.3, and got the same errors.  This
system also has C/iX on it.  The build line for the DSO looks like this:

apxs \
-I/usr/local/ldapsdk/include \
-L/usr/local/ldapsdk/lib \
-lldap \
-llber \
-c mod_auth_ldap.c

I've built mod_example with this environment and that worked fine, so I
think the problem is in trying to use these LDAP libraries.  Looking at the
archive libraries with LINKEDIT, all the routines are present, so I checked
my .so to see what was in that.  This is what that looks like:

LinkEd> listxl xl=./mod_auth_ldap.so

LIBRARY NAME   : ./mod_auth_ldap.so
XL LIST        :
VERSION        : 85082112
MODULE COUNT   : 3
MODULE LIMIT   : 500

MODULE NAME                                     START     LENGTH
-----------                                     -----     ------
SSICSOCN                                      00129000   0011E2B0
decode.c                                      00248000   00016B1C
mod_auth_ldap.c                               0025F000   00004FD8

MODULE NAME    : SSICSOCN
TEXT SIZE      : 0002EC44
DATA SIZE      : 00003000
VERSION        : 87102412
LENGTH         : 0011E2B0
SHARED DATA    : YES


Sym                       C H X P Sym    Sym        Sym     Lset
Name                              Type  Scope      Value    Name
----                      - - - - ----  -----      -----    ----
accept                    0   3 3 entry univ       0012DC5C
add_to_pollfds            0   3 3 entry local      0014421B
attrkey_clearnode         0   3 3 entry local      001413D3
attrkey_getdata           0   3 3 entry local      00141223
attrkey_hashf             0   3 3 entry local      001410F3
attrkey_putdata           0   3 3 entry local      0014115B
attrkey_removedata        0   3 3 entry local      001412CB
bind                      0   3 3 entry univ       0012DAEC
break_into_words          0   3 3 entry local      0013A1A3
build_result_ber          0   3 3 entry local      0014BD93
bytes_remaining           0   3 3 entry local      001377B3
chase_one_referral        0   3 3 entry local      001491C3
check_base_match          0   3 3 entry local      0013B433
check_for_refs            0   3 3 entry local      0014B99B
check_lang_match          0   3 3 entry local      0013B12B
chset                     0   3 3 entry local      00144E83
clear_from_pollfds        0   3 3 entry local      00144483
connect                   0   3 3 entry univ       0012DD44
count_tokens              0   3 3 entry local      001518DB
crc32_convert             0   3 3 entry local      00141443
do_abandon                0   3 3 entry local      0012FA2B
do_entry2text             0   3 3 entry local      001530D3
do_entry2text_search      0   3 3 entry local      00153F83
do_vals2text              0   3 3 entry local      0015451B
et_cmp                    0   3 3 entry local      00150CF3
filter_add_strn           0   3 3 entry local      00139913
filter_add_value          0   3 3 entry local      001399EB
find_connection           0   3 3 entry local      00147F33
find_in_pollfds           0   3 3 entry local      0014459B
find_right_paren          0   3 3 entry local      0014E85B
find_star                 0   3 3 entry local      0014F25B
free_disptmpl             0   3 3 entry local      00133A63
free_searchobj            0   3 3 entry local      0015241B
free_servers              0   3 3 entry local      00148C1B
gethostbyaddr             0   3 3 entry univ       0012F6C8
gethostbyname             0   3 3 entry univ       0012F660
gethostname               0   3 3 entry univ       0012E740
getpeername               0   3 3 entry univ       0012E5C8
getsockname               0   3 3 entry univ       0012E684
getsockopt                0   3 3 entry univ       0012E7B0
gtime                     0   3 3 entry local      00155663
hexchar2int               0   3 3 entry local      0014F963
htable_calculate_size     0   3 3 entry local      0014033B
htable_create             0   3 3 entry local      0014084B
htable_free               0   3 3 entry local      00140983
htable_get                0   3 3 entry local      0014055B
htable_misc               0   3 3 entry local      00140613
htable_put                0   3 3 entry local      0014049B
htable_remove             0   3 3 entry local      001406E3
htable_removeall          0   3 3 entry local      001407B3
htable_sizeinbytes        0   3 3 entry local      0014044B
internal_ldap_get_lang_values
                          0   3 3 entry local      0013B563
internal_ldap_get_values  0   3 3 entry local      0013AAA3
is_valid_attr             0   3 3 entry local      0014F12B
isattrdescchar            0   3 3 entry local      001519C3
ldap_abandon              0   3 3 entry univ       0012F744
ldap_abandon_ext          0   3 3 entry univ       0012F83C
ldap_abandoned            0   3 3 entry local      0014C3CB
ldap_add                  0   3 3 entry univ       0012FF14
ldap_add_ext              0   3 3 entry univ       0012FFEC
ldap_add_ext_s            0   3 3 entry univ       0013059C
ldap_add_result_entry     0   3 3 entry univ       00149DE4
ldap_add_s                0   3 3 entry univ       00130524
ldap_ber_free             0   3 3 entry univ       00137174
ldap_bind                 0   3 3 entry univ       0013069C
ldap_bind_s               0   3 3 entry univ       0013078C
ldap_build_filter         0   3 3 entry univ       0013A11C
ldap_build_search_req     0   3 3 entry univ       0014E5BC
ldap_cache_flush          0   3 3 entry univ       00130A7C
ldap_charray_add          0   3 3 entry univ       00130FEC
ldap_charray_dup          0   3 3 entry univ       0013144C
ldap_charray_free         0   3 3 entry univ       001312D4
ldap_charray_inlist       0   3 3 entry univ       00131374
ldap_charray_merge        0   3 3 entry univ       0013113C
ldap_charray_position     0   3 3 entry univ       001317E4
ldap_compare              0   3 3 entry univ       00131894
ldap_compare_ext          0   3 3 entry univ       001319A4
ldap_compare_ext_s        0   3 3 entry univ       00131E3C
ldap_compare_s            0   3 3 entry univ       00131D94
ldap_control_copy_contents
                          0   3 3 entry local      00132C23
ldap_control_dup          0   3 3 entry local      00132B83
ldap_control_free         0   3 3 entry univ       00132814
ldap_controls_count       0   3 3 entry univ       00132944
ldap_controls_free        0   3 3 entry univ       001328A4
ldap_count_entries        0   3 3 entry univ       00138C3C
ldap_count_messages       0   3 3 entry univ       0014168C
ldap_count_references     0   3 3 entry univ       00144BEC
ldap_count_values         0   3 3 entry univ       00132F34
ldap_count_values_len     0   3 3 entry univ       00132FBC
ldap_create_filter        0   3 3 entry univ       00139C64
ldap_create_persistentsearch_control
                          0   3 3 entry univ       0014464C
ldap_create_sort_control  0   3 3 entry univ       0015132C
ldap_create_sort_keylist  0   3 3 entry univ       00151DBC
ldap_create_virtuallist_control
                          0   3 3 entry univ       0015944C
ldap_delete               0   3 3 entry univ       0013301C
ldap_delete_ext           0   3 3 entry univ       001330EC
ldap_delete_ext_s         0   3 3 entry univ       001334CC
ldap_delete_result_entry  0   3 3 entry univ       00149D0C
ldap_delete_s             0   3 3 entry univ       0013345C
ldap_dn2ufn               0   3 3 entry univ       00137CF4
ldap_entry2html           0   3 3 entry univ       00152FC4
ldap_entry2html_search    0   3 3 entry univ       00153E84
ldap_entry2text           0   3 3 entry univ       00152ECC
ldap_entry2text_search    0   3 3 entry univ       00153D8C
ldap_err2string           0   3 3 entry univ       00135884
ldap_explode              0   3 3 entry local      001383AB
ldap_explode_dn           0   3 3 entry univ       0013897C
ldap_explode_dns          0   3 3 entry univ       001381D4
ldap_explode_rdn          0   3 3 entry univ       001389E4
ldap_extended_operation   0   3 3 entry univ       001366B4
ldap_extended_operation_s 0   3 3 entry univ       001369F4
ldap_first_attribute      0   3 3 entry univ       0013780C
ldap_first_disptmpl       0   3 3 entry univ       00133CE4
ldap_first_entry          0   3 3 entry univ       00138AF4
ldap_first_message        0   3 3 entry univ       001415AC
ldap_first_reference      0   3 3 entry univ       00144AA4
ldap_first_searchobj      0   3 3 entry univ       00152634
ldap_first_tmplcol        0   3 3 entry univ       0013409C
ldap_first_tmplrow        0   3 3 entry univ       00133FEC
ldap_free_friendlymap     0   3 3 entry univ       001376EC
ldap_free_searchprefs     0   3 3 entry univ       00152394
ldap_free_sort_keylist    0   3 3 entry univ       00151F54
ldap_free_templates       0   3 3 entry univ       001339DC
ldap_free_urldesc         0   3 3 entry univ       001581A4
ldap_friendly_name        0   3 3 entry univ       0013732C
ldap_get_dn               0   3 3 entry univ       00137BA4
ldap_get_entry_controls   0   3 3 entry univ       00138CD4
ldap_get_lang_values      0   3 3 entry univ       0013BA44
ldap_get_lang_values_len  0   3 3 entry univ       0013BABC
ldap_get_lderrno          0   3 3 entry univ       00135E64
ldap_get_option           0   3 3 entry univ       0013A2DC
ldap_get_values           0   3 3 entry univ       0013B964
ldap_get_values_len       0   3 3 entry univ       0013B9D4
ldap_getfilter_free       0   3 3 entry univ       00136DF4
ldap_getfirstfilter       0   3 3 entry univ       0013962C
ldap_getnextfilter        0   3 3 entry univ       001397FC
ldap_init                 0   3 3 entry univ       00142224
ldap_init_getfilter       0   3 3 entry univ       00138E3C
ldap_init_getfilter_buf   0   3 3 entry univ       00138FEC
ldap_init_searchprefs     0   3 3 entry univ       0015203C
ldap_init_searchprefs_buf 0   3 3 entry univ       001521F4
ldap_init_templates       0   3 3 entry univ       001335C4
ldap_init_templates_buf   0   3 3 entry univ       00133824
ldap_is_dns_dn            0   3 3 entry univ       00138A4C
ldap_is_ldap_url          0   3 3 entry univ       001578FC
ldap_keysort_entries      0   3 3 entry univ       001508E4
ldap_ld_free              0   3 3 entry univ       00156F1C
ldap_mark_abandoned       0   3 3 entry local      0014C523
ldap_memcache_abandon     0   3 3 entry univ       0013DA24
ldap_memcache_append      0   3 3 entry univ       0013D73C
ldap_memcache_createkey   0   3 3 entry univ       0013CBD4
ldap_memcache_destroy     0   3 3 entry univ       0013C814
ldap_memcache_flush       0   3 3 entry univ       0013C6A4
ldap_memcache_get         0   3 3 entry univ       0013C474
ldap_memcache_init        0   3 3 entry univ       0013BB3C
ldap_memcache_new         0   3 3 entry univ       0013D584
ldap_memcache_result      0   3 3 entry univ       0013D27C
ldap_memcache_set         0   3 3 entry univ       0013C04C
ldap_memcache_update      0   3 3 entry univ       0013C594
ldap_memfree              0   3 3 entry univ       0013711C
ldap_modify               0   3 3 entry univ       00141714
ldap_modify_ext           0   3 3 entry univ       001417EC
ldap_modify_ext_s         0   3 3 entry univ       00141DCC
ldap_modify_s             0   3 3 entry univ       00141D54
ldap_modrdn               0   3 3 entry univ       00146BDC
ldap_modrdn2              0   3 3 entry univ       00146B3C
ldap_modrdn2_s            0   3 3 entry univ       00146D8C
ldap_modrdn_s             0   3 3 entry univ       00146E8C
ldap_mods_free            0   3 3 entry univ       00136F8C
ldap_msg_merge            0   3 3 entry local      00156823
ldap_msgdelete            0   3 3 entry univ       0014C1D4
ldap_msgfree              0   3 3 entry univ       0014C0E4
ldap_msgid                0   3 3 entry univ       001414EC
ldap_msgtype              0   3 3 entry univ       0014154C
ldap_multisort_entries    0   3 3 entry univ       00150E7C
ldap_name2template        0   3 3 entry univ       00133D8C
ldap_next_attribute       0   3 3 entry univ       00137A4C
ldap_next_disptmpl        0   3 3 entry univ       00133D2C
ldap_next_entry           0   3 3 entry univ       00138B94
ldap_next_message         0   3 3 entry univ       0014160C
ldap_next_reference       0   3 3 entry univ       00144B44
ldap_next_searchobj       0   3 3 entry univ       0015267C
ldap_next_tmplcol         0   3 3 entry univ       001340EC
ldap_next_tmplrow         0   3 3 entry univ       0013403C
ldap_oc2template          0   3 3 entry univ       00133E44
ldap_open                 0   3 3 entry univ       0014203C
ldap_parse_entrychange_control
                          0   3 3 entry univ       001447A4
ldap_parse_extended_result
                          0   3 3 entry univ       00136B34
ldap_parse_reference      0   3 3 entry univ       00144C84
ldap_parse_result         0   3 3 entry univ       001360A4
ldap_parse_sasl_bind_result
                          0   3 3 entry univ       0014D6E4
ldap_parse_sort_control   0   3 3 entry univ       001515EC
ldap_parse_virtuallist_control
                          0   3 3 entry univ       001596A4
ldap_perror               0   3 3 entry univ       001359B4
ldap_rename               0   3 3 entry univ       00146694
ldap_rename_s             0   3 3 entry univ       00146C4C
ldap_result               0   3 3 entry univ       00149E44
ldap_result2error         0   3 3 entry univ       00135DBC
ldap_sasl_bind            0   3 3 entry univ       0014D0DC
ldap_sasl_bind_s          0   3 3 entry univ       0014D554
ldap_search               0   3 3 entry univ       0014E08C
ldap_search_ext           0   3 3 entry univ       0014E18C
ldap_search_ext_s         0   3 3 entry univ       0014FD2C
ldap_search_s             0   3 3 entry univ       0014FC8C
ldap_search_st            0   3 3 entry univ       0014FBE4
ldap_set_filter_additions 0   3 3 entry univ       001394D4
ldap_set_lderrno          0   3 3 entry univ       00135F44
ldap_set_option           0   3 3 entry univ       0014FED4
ldap_set_rebind_proc      0   3 3 entry univ       00130884
ldap_setfilteraffixes     0   3 3 entry univ       001395CC
ldap_simple_bind          0   3 3 entry univ       0014D91C
ldap_simple_bind_s        0   3 3 entry univ       0014DCC4
ldap_sort_entries         0   3 3 entry univ       001511DC
ldap_sort_strcasecmp      0   3 3 entry univ       00150C64
ldap_sort_values          0   3 3 entry univ       00151274
ldap_str2charray          0   3 3 entry univ       001315C4
ldap_tmplattrs            0   3 3 entry univ       0013414C
ldap_tmplerr2string       0   3 3 entry univ       00135104
ldap_ufn_expand           0   3 3 entry local      00156A3B
ldap_ufn_search_c         0   3 3 entry univ       00156684
ldap_ufn_search_ct        0   3 3 entry univ       00156234
ldap_ufn_search_ctx       0   3 3 entry local      00155D1B
ldap_ufn_search_s         0   3 3 entry univ       00156734
ldap_ufn_setfilter        0   3 3 entry univ       00156CB4
ldap_ufn_setprefix        0   3 3 entry univ       00156D3C
ldap_ufn_timeout          0   3 3 entry univ       00156DBC
ldap_unbind               0   3 3 entry univ       00156E7C
ldap_unbind_s             0   3 3 entry univ       00157454
ldap_url_parse            0   3 3 entry univ       00157B2C
ldap_url_search           0   3 3 entry univ       00158234
ldap_url_search_s         0   3 3 entry univ       00158694
ldap_url_search_st        0   3 3 entry univ       00158544
ldap_utf8characters       0   3 3 entry univ       00158BCC
ldap_utf8copy             0   3 3 entry univ       001589DC
ldap_utf8getcc            0   3 3 entry univ       00158C7C
ldap_utf8isalnum          0   3 3 entry univ       00159124
ldap_utf8isalpha          0   3 3 entry univ       001591DC
ldap_utf8isdigit          0   3 3 entry univ       0015927C
ldap_utf8isspace          0   3 3 entry univ       001593BC
ldap_utf8isxdigit         0   3 3 entry univ       00159304
ldap_utf8len              0   3 3 entry univ       00158794
ldap_utf8next             0   3 3 entry univ       001587FC
ldap_utf8prev             0   3 3 entry univ       0015895C
ldap_utf8strtok_r         0   3 3 entry univ       00158ED4
ldap_vals2html            0   3 3 entry univ       0015441C
ldap_vals2text            0   3 3 entry univ       00154334
ldap_value_free           0   3 3 entry univ       001371CC
ldap_value_free_len       0   3 3 entry univ       0013726C
ldap_version              0   3 3 entry univ       00141FA4
ldapi_keycmp              0   3 3 entry local      0015085B
link_pend                 0   3 3 entry local      0014CDA3
listen                    0   3 3 entry univ       0012DBA8
max_label_len             0   3 3 entry local      00154D0B
memcache_access           0   3 3 entry local      0013F53B
memcache_add              0   3 3 entry local      0013E4FB
memcache_add_res_to_list  0   3 3 entry local      0013F1DB
memcache_add_to_ld        0   3 3 entry local      0013E7C3
memcache_add_to_list      0   3 3 entry local      0013F0DB
memcache_adj_size         0   3 3 entry local      0013E0C3
memcache_append           0   3 3 entry local      0013E58B
memcache_append_ctrls     0   3 3 entry local      0013DEBB
memcache_append_last      0   3 3 entry local      0013E613
memcache_ber_dup          0   3 3 entry local      0013EAEB
memcache_compare_dn       0   3 3 entry local      0013E8D3
memcache_dup_message      0   3 3 entry local      0013ECA3
memcache_exist            0   3 3 entry local      0013E78B
memcache_expired          0   3 3 entry local      0013F47B
memcache_free_entry       0   3 3 entry local      0013EE3B
memcache_free_from_list   0   3 3 entry local      0013EF1B
memcache_get_ctrls_len    0   3 3 entry local      0013DDDB
memcache_print_list       0   3 3 entry local      0013F283
memcache_remove           0   3 3 entry local      0013E69B
memcache_remove_all       0   3 3 entry local      0013E71B
memcache_report_statistics
                          0   3 3 entry local      001401BB
memcache_search           0   3 3 entry local      0013E423
memcache_trim_basedn_spaces
                          0   3 3 entry local      0013DBDB
memcache_validate_basedn  0   3 3 entry local      0013DD1B
merge_error_info          0   3 3 entry local      0014BEF3
msgid_clear_ld_items      0   3 3 entry local      00140ECB
msgid_clearnode           0   3 3 entry local      0014100B
msgid_getdata             0   3 3 entry local      00140BB3
msgid_hashf               0   3 3 entry local      001409EB
msgid_putdata             0   3 3 entry local      00140A6B
msgid_removedata          0   3 3 entry local      00140CA3
next_line                 0   3 3 entry local      001353D3
next_token                0   3 3 entry local      00135623
nfadump                   0   3 3 entry local      00146323
nsldapi_add_result_to_cache
                          0   3 3 entry univ       00130B1C
nsldapi_alloc_ber_with_options
                          0   3 3 entry univ       00146EFC
nsldapi_append_referral   0   3 3 entry univ       00149614
nsldapi_ber_flush         0   3 3 entry univ       001478CC
nsldapi_build_control     0   3 3 entry univ       00132D64
nsldapi_calloc            0   3 3 entry univ       00142A7C
nsldapi_chase_v2_referrals
                          0   3 3 entry univ       00148CAC
nsldapi_chase_v3_refs     0   3 3 entry univ       00148FF4
nsldapi_close_connection  0   3 3 entry univ       0014346C
nsldapi_connect_to_host   0   3 3 entry univ       00142D44
nsldapi_connection_lost_nolock
                          0   3 3 entry univ       00149C2C
nsldapi_do_ldap_select    0   3 3 entry univ       00143F6C
nsldapi_dump_connection   0   3 3 entry univ       001483C4
nsldapi_dump_requests_and_responses
                          0   3 3 entry univ       0014869C
nsldapi_dup_controls      0   3 3 entry univ       001329C4
nsldapi_find_request_by_msgid
                          0   3 3 entry univ       00149BA4
nsldapi_free              0   3 3 entry univ       00142C0C
nsldapi_free_connection   0   3 3 entry univ       001480EC
nsldapi_free_request      0   3 3 entry univ       00148A0C
nsldapi_free_select_info  0   3 3 entry univ       00143EF4
nsldapi_free_strarray     0   3 3 entry univ       001357E4
nsldapi_get_binddn        0   3 3 entry univ       0013097C
nsldapi_get_controls      0   3 3 entry univ       0013229C
nsldapi_hex_unescape      0   3 3 entry univ       001576FC
nsldapi_initialize_defaults
                          0   3 3 entry univ       00141ECC
nsldapi_is_read_ready     0   3 3 entry univ       00143CF4
nsldapi_is_write_ready    0   3 3 entry univ       00143B94
nsldapi_malloc            0   3 3 entry univ       001429C4
nsldapi_mark_select_clear 0   3 3 entry univ       001438BC
nsldapi_mark_select_read  0   3 3 entry univ       001436DC
nsldapi_mark_select_write 0   3 3 entry univ       001434F4
nsldapi_new_connection    0   3 3 entry univ       00147A1C
nsldapi_new_select_info   0   3 3 entry univ       00143E54
nsldapi_next_line_tokens  0   3 3 entry univ       001351E4
nsldapi_open_ldap_connection
                          0   3 3 entry univ       00142554
nsldapi_open_ldap_defconn 0   3 3 entry univ       0014284C
nsldapi_parse_reference   0   3 3 entry univ       00144D5C
nsldapi_parse_result      0   3 3 entry univ       00136324
nsldapi_post_result       0   3 3 entry univ       0014CBAC
nsldapi_put_controls      0   3 3 entry univ       00131F44
nsldapi_realloc           0   3 3 entry univ       00142B44
nsldapi_result_nolock     0   3 3 entry univ       0014A034
nsldapi_send_initial_request
                          0   3 3 entry univ       00147074
nsldapi_send_server_request
                          0   3 3 entry univ       00147164
nsldapi_send_unbind       0   3 3 entry univ       001574B4
nsldapi_set_ber_options   0   3 3 entry univ       00147024
nsldapi_strdup            0   3 3 entry univ       00142CAC
nsldapi_url_parse         0   3 3 entry univ       00157C0C
nsldapi_wait_result       0   3 3 entry univ       0014C704
nsr_gethost_rl            0   3 3 entry univ       0012F5D8
output_dn                 0   3 3 entry local      00154F0B
output_label              0   3 3 entry local      00154DEB
parse_subtypes            0   3 3 entry local      0013AD63
pmatch                    0   3 3 entry local      00145A23
poll                      0   3 3 entry univ       0012F1B8
put_complex_filter        0   3 3 entry local      0014E95B
put_filter                0   3 3 entry local      0014EA53
put_filter_list           0   3 3 entry local      0014EFAB
put_simple_filter         0   3 3 entry local      0014F33B
put_substring_filter      0   3 3 entry local      0014FA2B
re_comp                   0   3 3 entry univ       00144F1C
re_encode_request         0   3 3 entry local      0014978B
re_exec                   0   3 3 entry univ       0014581C
re_modw                   0   3 3 entry univ       00145FB4
re_subs                   0   3 3 entry univ       001460D4
read1msg                  0   3 3 entry local      0014AE53
read_next_searchobj       0   3 3 entry local      001526DB
read_next_tmpl            0   3 3 entry local      001344B3
read_next_token           0   3 3 entry local      00151A33
recv                      0   3 3 entry univ       0012E138
recvfrom                  0   3 3 entry univ       0012E200
recvmsg                   0   3 3 entry univ       0012E2D8
sclose                    0   3 3 entry univ       0012E448
searchaction              0   3 3 entry local      00155873
select                    0   3 3 entry univ       0012E950
send                      0   3 3 entry univ       0012DEDC
sendmsg                   0   3 3 entry univ       0012E07C
sendto                    0   3 3 entry univ       0012DFA4
setsockopt                0   3 3 entry univ       0012E880
sfcntl                    0   3 3 entry univ       0012E4F4
shutdown                  0   3 3 entry univ       0012E394
simple_bind_nolock        0   3 3 entry local      0014D9EB
simple_bindifnot_s        0   3 3 entry local      0014DE43
skip_url_prefix           0   3 3 entry local      00157983
sock_clib_vers_rl         0   3 3 entry univ       0012D978
socket                    0   3 3 entry univ       0012DA10
socketpair                0   3 3 entry univ       0012DE00
sockintcmain              0   3 3 entry univ       0012F5B4
strcat_escaped            0   3 3 entry local      001550CB
symbolic                  0   3 3 entry univ       0014626C
time2text                 0   3 3 entry local      0015527B
unescape_filterval        0   3 3 entry local      0014F7EB
unhex                     0   3 3 entry local      00157863
unlink_msg                0   3 3 entry local      0014CE73
unlink_pend               0   3 3 entry local      0014CDFB
use_connection            0   3 3 entry local      00148093
wait4msg                  0   3 3 entry local      0014A55B
$RECOVER_END              0       code  univ       0015BC40
$RECOVER_START            0       code  univ       0015BC40
$UNWIND_END               0       code  univ       0015B158
$UNWIND_START             0       code  univ       001598F8
accept                    0       code  univ       0012DC98
bind                      0       code  univ       0012DB28
connect                   0       code  univ       0012DD80
gethostbyaddr             0       code  univ       0012F704
gethostbyname             0       code  univ       0012F69C
gethostname               0       code  univ       0012E77C
getpeername               0       code  univ       0012E604
getsockname               0       code  univ       0012E6C0
getsockopt                0       code  univ       0012E7EC
ldap_abandon              0       code  univ       0012F7A0
ldap_abandon_ext          0       code  univ       0012F858
ldap_add                  0       code  univ       0012FF30
ldap_add_ext              0       code  univ       00130008
ldap_add_ext_s            0       code  univ       001305B8
ldap_add_result_entry     0       code  univ       00149E00
ldap_add_s                0       code  univ       00130540
ldap_ber_free             0       code  univ       00137190
ldap_bind                 0       code  univ       001306B8
ldap_bind_s               0       code  univ       001307A8
ldap_build_filter         0       code  univ       0013A138
ldap_build_search_req     0       code  univ       0014E5D8
ldap_cache_flush          0       code  univ       00130A98
ldap_charray_add          0       code  univ       00131008
ldap_charray_dup          0       code  univ       00131468
ldap_charray_free         0       code  univ       001312F0
ldap_charray_inlist       0       code  univ       001313B0
ldap_charray_merge        0       code  univ       00131158
ldap_charray_position     0       code  univ       00131800
ldap_compare              0       code  univ       001318B0
ldap_compare_ext          0       code  univ       001319C0
ldap_compare_ext_s        0       code  univ       00131E58
ldap_compare_s            0       code  univ       00131DB0
ldap_control_free         0       code  univ       00132830
ldap_controls_count       0       code  univ       00132960
ldap_controls_free        0       code  univ       001328C0
ldap_count_entries        0       code  univ       00138C58
ldap_count_messages       0       code  univ       001416A8
ldap_count_references     0       code  univ       00144C08
ldap_count_values         0       code  univ       00132F50
ldap_count_values_len     0       code  univ       00132FD8
ldap_create_filter        0       code  univ       00139C80
ldap_create_persistentsearch_control
                          0       code  univ       00144668
ldap_create_sort_control  0       code  univ       00151348
ldap_create_sort_keylist  0       code  univ       00151DD8
ldap_create_virtuallist_control
                          0       code  univ       00159468
ldap_delete               0       code  univ       00133038
ldap_delete_ext           0       code  univ       00133108
ldap_delete_ext_s         0       code  univ       001334E8
ldap_delete_result_entry  0       code  univ       00149D28
ldap_delete_s             0       code  univ       00133478
ldap_dn2ufn               0       code  univ       00137D10
ldap_entry2html           0       code  univ       00152FE0
ldap_entry2html_search    0       code  univ       00153EA0
ldap_entry2text           0       code  univ       00152EE8
ldap_entry2text_search    0       code  univ       00153DA8
ldap_err2string           0       code  univ       001358A0
ldap_explode_dn           0       code  univ       00138998
ldap_explode_dns          0       code  univ       00138210
ldap_explode_rdn          0       code  univ       00138A00
ldap_extended_operation   0       code  univ       001366D0
ldap_extended_operation_s 0       code  univ       00136A10
ldap_first_attribute      0       code  univ       00137848
ldap_first_disptmpl       0       code  univ       00133D00
ldap_first_entry          0       code  univ       00138B10
ldap_first_message        0       code  univ       001415C8
ldap_first_reference      0       code  univ       00144AC0
ldap_first_searchobj      0       code  univ       00152650
ldap_first_tmplcol        0       code  univ       001340B8
ldap_first_tmplrow        0       code  univ       00134008
ldap_free_friendlymap     0       code  univ       00137708
ldap_free_searchprefs     0       code  univ       001523B0
ldap_free_sort_keylist    0       code  univ       00151F70
ldap_free_templates       0       code  univ       001339F8
ldap_free_urldesc         0       code  univ       001581C0
ldap_friendly_name        0       code  univ       00137388
ldap_get_dn               0       code  univ       00137BC0
ldap_get_entry_controls   0       code  univ       00138CF0
ldap_get_lang_values      0       code  univ       0013BA60
ldap_get_lang_values_len  0       code  univ       0013BAD8
ldap_get_lderrno          0       code  univ       00135E80
ldap_get_option           0       code  univ       0013A318
ldap_get_values           0       code  univ       0013B980
ldap_get_values_len       0       code  univ       0013B9F0
ldap_getfilter_free       0       code  univ       00136E10
ldap_getfirstfilter       0       code  univ       00139648
ldap_getnextfilter        0       code  univ       00139818
ldap_init                 0       code  univ       00142280
ldap_init_getfilter       0       code  univ       00138E58
ldap_init_getfilter_buf   0       code  univ       00139008
ldap_init_searchprefs     0       code  univ       00152058
ldap_init_searchprefs_buf 0       code  univ       00152210
ldap_init_templates       0       code  univ       00133680
ldap_init_templates_buf   0       code  univ       00133860
ldap_is_dns_dn            0       code  univ       00138A68
ldap_is_ldap_url          0       code  univ       00157918
ldap_keysort_entries      0       code  univ       00150920
ldap_ld_free              0       code  univ       00156F38
ldap_memcache_abandon     0       code  univ       0013DA40
ldap_memcache_append      0       code  univ       0013D758
ldap_memcache_createkey   0       code  univ       0013CC10
ldap_memcache_destroy     0       code  univ       0013C830
ldap_memcache_flush       0       code  univ       0013C6C0
ldap_memcache_get         0       code  univ       0013C490
ldap_memcache_init        0       code  univ       0013BB58
ldap_memcache_new         0       code  univ       0013D5A0
ldap_memcache_result      0       code  univ       0013D298
ldap_memcache_set         0       code  univ       0013C068
ldap_memcache_update      0       code  univ       0013C5B0
ldap_memfree              0       code  univ       00137138
ldap_modify               0       code  univ       00141730
ldap_modify_ext           0       code  univ       00141808
ldap_modify_ext_s         0       code  univ       00141DE8
ldap_modify_s             0       code  univ       00141D70
ldap_modrdn               0       code  univ       00146BF8
ldap_modrdn2              0       code  univ       00146B58
ldap_modrdn2_s            0       code  univ       00146DA8
ldap_modrdn_s             0       code  univ       00146EA8
ldap_mods_free            0       code  univ       00136FC8
ldap_msgdelete            0       code  univ       0014C1F0
ldap_msgfree              0       code  univ       0014C100
ldap_msgid                0       code  univ       00141508
ldap_msgtype              0       code  univ       00141568
ldap_multisort_entries    0       code  univ       00150E98
ldap_name2template        0       code  univ       00133DA8
ldap_next_attribute       0       code  univ       00137A68
ldap_next_disptmpl        0       code  univ       00133D48
ldap_next_entry           0       code  univ       00138BB0
ldap_next_message         0       code  univ       00141628
ldap_next_reference       0       code  univ       00144B60
ldap_next_searchobj       0       code  univ       00152698
ldap_next_tmplcol         0       code  univ       00134108
ldap_next_tmplrow         0       code  univ       00134058
ldap_oc2template          0       code  univ       00133E60
ldap_open                 0       code  univ       00142058
ldap_parse_entrychange_control
                          0       code  univ       00144820
ldap_parse_extended_result
                          0       code  univ       00136B50
ldap_parse_reference      0       code  univ       00144CA0
ldap_parse_result         0       code  univ       001360C0
ldap_parse_sasl_bind_result
                          0       code  univ       0014D720
ldap_parse_sort_control   0       code  univ       00151608
ldap_parse_virtuallist_control
                          0       code  univ       001596C0
ldap_perror               0       code  univ       001359F0
ldap_rename               0       code  univ       001466B0
ldap_rename_s             0       code  univ       00146C68
ldap_result               0       code  univ       00149E60
ldap_result2error         0       code  univ       00135DD8
ldap_sasl_bind            0       code  univ       0014D0F8
ldap_sasl_bind_s          0       code  univ       0014D570
ldap_search               0       code  univ       0014E0A8
ldap_search_ext           0       code  univ       0014E1A8
ldap_search_ext_s         0       code  univ       0014FD48
ldap_search_s             0       code  univ       0014FCA8
ldap_search_st            0       code  univ       0014FC00
ldap_set_filter_additions 0       code  univ       001394F0
ldap_set_lderrno          0       code  univ       00135F60
ldap_set_option           0       code  univ       0014FEF0
ldap_set_rebind_proc      0       code  univ       001308A0
ldap_setfilteraffixes     0       code  univ       001395E8
ldap_simple_bind          0       code  univ       0014D938
ldap_simple_bind_s        0       code  univ       0014DCE0
ldap_sort_entries         0       code  univ       001511F8
ldap_sort_strcasecmp      0       code  univ       00150C80
ldap_sort_values          0       code  univ       00151290
ldap_str2charray          0       code  univ       00131620
ldap_tmplattrs            0       code  univ       00134168
ldap_tmplerr2string       0       code  univ       00135120
ldap_ufn_search_c         0       code  univ       001566A0
ldap_ufn_search_ct        0       code  univ       00156250
ldap_ufn_search_s         0       code  univ       00156750
ldap_ufn_setfilter        0       code  univ       00156CD0
ldap_ufn_setprefix        0       code  univ       00156D58
ldap_ufn_timeout          0       code  univ       00156DD8
ldap_unbind               0       code  univ       00156E98
ldap_unbind_s             0       code  univ       00157470
ldap_url_parse            0       code  univ       00157B48
ldap_url_search           0       code  univ       00158250
ldap_url_search_s         0       code  univ       001586B0
ldap_url_search_st        0       code  univ       00158560
ldap_utf8characters       0       code  univ       00158BE8
ldap_utf8copy             0       code  univ       001589F8
ldap_utf8getcc            0       code  univ       00158C98
ldap_utf8isalnum          0       code  univ       00159140
ldap_utf8isalpha          0       code  univ       001591F8
ldap_utf8isdigit          0       code  univ       00159298
ldap_utf8isspace          0       code  univ       001593D8
ldap_utf8isxdigit         0       code  univ       00159320
ldap_utf8len              0       code  univ       001587B0
ldap_utf8next             0       code  univ       00158818
ldap_utf8prev             0       code  univ       00158978
ldap_utf8strtok_r         0       code  univ       00158EF0
ldap_vals2html            0       code  univ       00154438
ldap_vals2text            0       code  univ       00154350
ldap_value_free           0       code  univ       001371E8
ldap_value_free_len       0       code  univ       00137288
ldap_version              0       code  univ       00141FC0
listen                    0       code  univ       0012DBE4
nsldapi_add_result_to_cache
                          0       code  univ       00130B78
nsldapi_alloc_ber_with_options
                          0       code  univ       00146F38
nsldapi_append_referral   0       code  univ       00149630
nsldapi_ber_flush         0       code  univ       00147908
nsldapi_build_control     0       code  univ       00132DC0
nsldapi_calloc            0       code  univ       00142AB8
nsldapi_chase_v2_referrals
                          0       code  univ       00148CC8
nsldapi_chase_v3_refs     0       code  univ       00149010
nsldapi_close_connection  0       code  univ       00143488
nsldapi_connect_to_host   0       code  univ       00142DE0
nsldapi_connection_lost_nolock
                          0       code  univ       00149C48
nsldapi_do_ldap_select    0       code  univ       00143FA8
nsldapi_dump_connection   0       code  univ       00148420
nsldapi_dump_requests_and_responses
                          0       code  univ       001486B8
nsldapi_dup_controls      0       code  univ       001329E0
nsldapi_find_request_by_msgid
                          0       code  univ       00149BC0
nsldapi_free              0       code  univ       00142C48
nsldapi_free_connection   0       code  univ       00148108
nsldapi_free_request      0       code  univ       00148A28
nsldapi_free_select_info  0       code  univ       00143F10
nsldapi_free_strarray     0       code  univ       00135800
nsldapi_get_binddn        0       code  univ       00130998
nsldapi_get_controls      0       code  univ       00132358
nsldapi_hex_unescape      0       code  univ       00157718
nsldapi_initialize_defaults
                          0       code  univ       00141EE8
nsldapi_is_read_ready     0       code  univ       00143D10
nsldapi_is_write_ready    0       code  univ       00143BB0
nsldapi_malloc            0       code  univ       00142A00
nsldapi_mark_select_clear 0       code  univ       001438D8
nsldapi_mark_select_read  0       code  univ       001436F8
nsldapi_mark_select_write 0       code  univ       00143510
nsldapi_new_connection    0       code  univ       00147A58
nsldapi_new_select_info   0       code  univ       00143E70
nsldapi_next_line_tokens  0       code  univ       00135200
nsldapi_open_ldap_connection
                          0       code  univ       00142590
nsldapi_open_ldap_defconn 0       code  univ       00142868
nsldapi_parse_reference   0       code  univ       00144D78
nsldapi_parse_result      0       code  univ       00136360
nsldapi_post_result       0       code  univ       0014CBC8
nsldapi_put_controls      0       code  univ       00131F80
nsldapi_realloc           0       code  univ       00142B80
nsldapi_result_nolock     0       code  univ       0014A050
nsldapi_send_initial_request
                          0       code  univ       00147090
nsldapi_send_server_request
                          0       code  univ       00147180
nsldapi_send_unbind       0       code  univ       001574D0
nsldapi_set_ber_options   0       code  univ       00147040
nsldapi_strdup            0       code  univ       00142CC8
nsldapi_url_parse         0       code  univ       00157C28
nsldapi_wait_result       0       code  univ       0014C720
nsr_gethost_rl            0       code  univ       0012F5F4
poll                      0       code  univ       0012F1F4
re_comp                   0       code  univ       00144F38
re_exec                   0       code  univ       00145838
re_modw                   0       code  univ       00145FD0
re_subs                   0       code  univ       001460F0
recv                      0       code  univ       0012E174
recvfrom                  0       code  univ       0012E23C
recvmsg                   0       code  univ       0012E314
sclose                    0       code  univ       0012E484
select                    0       code  univ       0012E98C
send                      0       code  univ       0012DF18
sendmsg                   0       code  univ       0012E0B8
sendto                    0       code  univ       0012DFE0
setsockopt                0       code  univ       0012E8BC
sfcntl                    0       code  univ       0012E530
shutdown                  0       code  univ       0012E3D0
sock_clib_vers_rl         0       code  univ       0012D9B4
socket                    0       code  univ       0012DA6C
socketpair                0       code  univ       0012DE3C
sockintcmain              0       code  univ       0012F5D0
symbolic                  0       code  univ       001462A8
M$10                      0       data  local   dp+00000000
M$3                       0       data  local   dp+00000010
_fn_offset                0       s_req univ    dp+00003250
h_errno                   0       s_req univ    dp+00003110
ldap_debug                0       s_req univ    dp+0000324C
nsldapi_initialized       0       data  univ    dp+000019E0
nsldapi_ld_defaults       0       s_req univ    dp+00003118
nsldapi_memalloc_fns      0       data  univ    dp+000019D0
HPACCEPT                  0       stub  ext     lp+00000A60
HPBIND                    0       stub  ext     lp+00000300
HPCLOSE                   0       stub  ext     lp+00000900
HPCONNECT                 0       stub  ext     lp+00000AC0
HPFCNTL                   0       stub  ext     lp+00000680
HPGETHOSTNAME             0       stub  ext     lp+00000C20
HPGETPEERNAME             0       stub  ext     lp+000006A0
HPGETSOCKNAME             0       stub  ext     lp+00000360
HPGETSOCKOPT              0       stub  ext     lp+00000800
HPLISTEN                  0       stub  ext     lp+00000C80
HPRECV                    0       stub  ext     lp+00000740
HPRECVFROM                0       stub  ext     lp+000009C0
HPRECVMSG                 0       stub  ext     lp+00000500
HPSELECT                  0       stub  ext     lp+000002C0
HPSEND                    0       stub  ext     lp+00000B40
HPSENDMSG                 0       stub  ext     lp+00000260
HPSENDTO                  0       stub  ext     lp+000005C0
HPSETSOCKOPT              0       stub  ext     lp+00000BE0
HPSHUTDOWN                0       stub  ext     lp+000008A0
HPSOCKET                  0       stub  ext     lp+000006E0
HPSOCKETPAIR              0       stub  ext     lp+00000A20
__assert                  0       stub  ext     lp+00000980
_thread_set_error         0       stub  ext     lp+00000540
atoi                      0       stub  ext     lp+000005E0
ber_alloc_t               0       stub  ext     lp+00000960
ber_bvecfree              0       stub  ext     lp+000003E0
ber_bvfree                0       stub  ext     lp+000008E0
ber_dump                  0       stub  ext     lp+00000A80
ber_dup                   0       stub  ext     lp+00000AE0
ber_err_print             0       stub  ext     lp+00000CC0
ber_first_element         0       stub  ext     lp+00000BA0
ber_flatten               0       stub  ext     lp+00000840
ber_flush                 0       stub  ext     lp+00000C40
ber_free                  0       stub  ext     lp+00000CA0
ber_get_int               0       stub  ext     lp+00000860
ber_get_next              0       stub  ext     lp+00000420
ber_get_option            0       stub  ext     lp+00000280
ber_get_stringal          0       stub  ext     lp+00000720
ber_init                  0       stub  ext     lp+00000B20
ber_next_element          0       stub  ext     lp+00000340
ber_peek_tag              0       stub  ext     lp+00000D00
ber_printf                0       stub  ext     lp+00000620
ber_put_seq               0       stub  ext     lp+00000B80
ber_reset                 0       stub  ext     lp+00000220
ber_scanf                 0       stub  ext     lp+00000AA0
ber_set_option            0       stub  ext     lp+000002A0
ber_skip_tag              0       stub  ext     lp+00000D60
ber_sockbuf_alloc         0       stub  ext     lp+000007E0
ber_sockbuf_free          0       stub  ext     lp+00000BC0
ber_sockbuf_get_option    0       stub  ext     lp+000008C0
ber_sockbuf_set_option    0       stub  ext     lp+000005A0
ber_write                 0       stub  ext     lp+00000CE0
calloc                    0       stub  ext     lp+00000460
close                     0       stub  ext     lp+00000200
ctime                     0       stub  ext     lp+000009E0
difftime                  0       stub  ext     lp+00000D80
exit                      0       stub  ext     lp+00000580
fclose                    0       stub  ext     lp+00000380
fgets                     0       stub  ext     lp+000003C0
fopen                     0       stub  ext     lp+00000880
fread                     0       stub  ext     lp+00000600
free                      0       stub  ext     lp+00000760
fseek                     0       stub  ext     lp+00000640
ftell                     0       stub  ext     lp+00000700
hpgethostbyaddr           0       stub  ext     lp+000007C0
hpgethostbyname_arpa      0       stub  ext     lp+00000A00
inet_addr                 0       stub  ext     lp+00000820
inet_ntoa                 0       stub  ext     lp+00000440
malloc                    0       stub  ext     lp+000007A0
memcpy                    0       stub  ext     lp+00000B60
memmove                   0       stub  ext     lp+000004C0
memset                    0       stub  ext     lp+00000240
perror                    0       stub  ext     lp+00000560
printf                    0       stub  ext     lp+00000480
qsort                     0       stub  ext     lp+00000D20
realloc                   0       stub  ext     lp+00000920
rewind                    0       stub  ext     lp+00000C00
sprintf                   0       stub  ext     lp+000009A0
strcasecmp                0       stub  ext     lp+000002E0
strcat                    0       stub  ext     lp+00000660
strchr                    0       stub  ext     lp+00000B00
strcmp                    0       stub  ext     lp+000004A0
strcpy                    0       stub  ext     lp+00000320
strerror                  0       stub  ext     lp+00000780
strlen                    0       stub  ext     lp+000003A0
strncasecmp               0       stub  ext     lp+00000400
strncpy                   0       stub  ext     lp+00000D40
strrchr                   0       stub  ext     lp+000006C0
strtok                    0       stub  ext     lp+000004E0
strtok_r                  0       stub  ext     lp+00000520
sysconf                   0       stub  ext     lp+00000A40
time                      0       stub  ext     lp+00000940
toupper                   0       stub  ext     lp+00000C60
__ctype                   0       data  unsat   dp-00000020
_fn_offset                0       data  unsat   dp-0000000C
errno                     0       data  unsat   dp-00000018
h_errno                   0       data  unsat   dp-00000010
ldap_debug                0       data  unsat   dp-00000014
nsldapi_initialized       0       data  unsat   dp-0000001C
nsldapi_ld_defaults       0       data  unsat   dp-00000024
nsldapi_memalloc_fns      0       data  unsat   dp-00000028

MODULE NAME    : decode.c
TEXT SIZE      : 0000630C
DATA SIZE      : 000001F0
VERSION        : 87102412
LENGTH         : 00016B1C
SHARED DATA    : YES


Sym                       C H X P Sym    Sym        Sym     Lset
Name                              Type  Scope      Value    Name
----                      - - - - ----  -----      -----    ----
BerRead                   0   3 0 entry local      0024D34B
ber_alloc                 0   3 3 entry univ       0024DD74
ber_alloc_t               0   3 3 entry univ       0024DCA4
ber_bvdup                 0   3 3 entry univ       0024B5DC
ber_bvecfree              0   3 3 entry univ       0024B544
ber_bvfree                0   3 3 entry univ       0024B4CC
ber_calc_lenlen           0   3 3 entry local      0024B83B
ber_calc_taglen           0   3 3 entry local      0024B733
ber_dump                  0   3 3 entry univ       0024DFF4
ber_dup                   0   3 3 entry univ       0024DE24
ber_err_print             0   3 3 entry univ       0024FBAC
ber_filbuf                0   3 3 entry local      0024D18B
ber_first_element         0   3 3 entry univ       0024AA04
ber_flatten               0   3 3 entry univ       0024F48C
ber_flush                 0   3 3 entry univ       0024D9DC
ber_free                  0   3 3 entry univ       0024D954
ber_get_bitstringa        0   3 3 entry univ       0024A7D4
ber_get_boolean           0   3 3 entry univ       0024A98C
ber_get_int               0   3 3 entry univ       0024A434
ber_get_next              0   3 3 entry univ       0024E39C
ber_get_next_buffer       0   3 3 entry univ       0024F1BC
ber_get_null              0   3 3 entry univ       0024A904
ber_get_option            0   3 3 entry univ       0024E9A4
ber_get_stringa           0   3 3 entry univ       0024A5C4
ber_get_stringal          0   3 3 entry univ       0024A6AC
ber_get_stringb           0   3 3 entry univ       0024A4E4
ber_get_tag               0   3 3 entry univ       0024A02C
ber_getnint               0   3 3 entry local      0024A333
ber_init                  0   3 3 entry univ       0024F5DC
ber_init_w_nullchar       0   3 3 entry univ       0024DED4
ber_next_element          0   3 3 entry univ       0024AAC4
ber_peek_tag              0   3 3 entry univ       0024A2AC
ber_printf                0   3 3 entry univ       0024CA3C
ber_put_bitstring         0   3 3 entry univ       0024BECC
ber_put_boolean           0   3 3 entry univ       0024C0EC
ber_put_enum              0   3 3 entry univ       0024BC24
ber_put_int               0   3 3 entry univ       0024BCA4
ber_put_int_or_enum       0   3 3 entry local      0024BA33
ber_put_len               0   3 3 entry local      0024B8B3
ber_put_null              0   3 3 entry univ       0024C034
ber_put_ostring           0   3 3 entry univ       0024BD24
ber_put_seq               0   3 3 entry univ       0024C97C
ber_put_seqorset          0   3 3 entry local      0024C413
ber_put_set               0   3 3 entry univ       0024C9DC
ber_put_string            0   3 3 entry univ       0024BE2C
ber_put_tag               0   3 3 entry local      0024B7BB
ber_read                  0   3 3 entry univ       0024D43C
ber_realloc               0   3 3 entry local      0024D513
ber_reset                 0   3 3 entry univ       0024DF6C
ber_scanf                 0   3 3 entry univ       0024AB44
ber_set_option            0   3 3 entry univ       0024E7C4
ber_skip_tag              0   3 3 entry univ       0024A16C
ber_sockbuf_alloc         0   3 3 entry univ       0024E6DC
ber_sockbuf_free          0   3 3 entry univ       0024E73C
ber_sockbuf_get_option    0   3 3 entry univ       0024ECAC
ber_sockbuf_set_option    0   3 3 entry univ       0024EB5C
ber_sos_dump              0   3 3 entry univ       0024E154
ber_special_alloc         0   3 3 entry univ       0024EDDC
ber_special_free          0   3 3 entry univ       0024EF1C
ber_start_seq             0   3 3 entry univ       0024C324
ber_start_seqorset        0   3 3 entry local      0024C1F3
ber_start_set             0   3 3 entry univ       0024C39C
ber_write                 0   3 3 entry univ       0024D784
der_alloc                 0   3 3 entry univ       0024DDCC
get_buffer_tag            0   3 3 entry local      0024F093
get_tag                   0   3 3 entry local      0024E273
lber_bprint               0   3 3 entry univ       0024F98C
nslberi_calloc            0   3 3 entry univ       0024F75C
nslberi_free              0   3 3 entry univ       0024F8EC
nslberi_malloc            0   3 3 entry univ       0024F6A4
nslberi_realloc           0   3 3 entry univ       0024F824
read_bytes                0   3 3 entry local      0024EF93
$RECOVER_END              0       code  univ       00250310
$RECOVER_START            0       code  univ       00250310
$UNWIND_END               0       code  univ       002500E0
$UNWIND_START             0       code  univ       0024FC50
ber_alloc                 0       code  univ       0024DD90
ber_alloc_t               0       code  univ       0024DCC0
ber_bvdup                 0       code  univ       0024B618
ber_bvecfree              0       code  univ       0024B560
ber_bvfree                0       code  univ       0024B4E8
ber_dump                  0       code  univ       0024E010
ber_dup                   0       code  univ       0024DE60
ber_err_print             0       code  univ       0024FC08
ber_first_element         0       code  univ       0024AA20
ber_flatten               0       code  univ       0024F4A8
ber_flush                 0       code  univ       0024DA18
ber_free                  0       code  univ       0024D970
ber_get_bitstringa        0       code  univ       0024A7F0
ber_get_boolean           0       code  univ       0024A9A8
ber_get_int               0       code  univ       0024A450
ber_get_next              0       code  univ       0024E3B8
ber_get_next_buffer       0       code  univ       0024F1D8
ber_get_null              0       code  univ       0024A920
ber_get_option            0       code  univ       0024E9C0
ber_get_stringa           0       code  univ       0024A5E0
ber_get_stringal          0       code  univ       0024A6C8
ber_get_stringb           0       code  univ       0024A500
ber_get_tag               0       code  univ       0024A048
ber_init                  0       code  univ       0024F5F8
ber_init_w_nullchar       0       code  univ       0024DF10
ber_next_element          0       code  univ       0024AAE0
ber_peek_tag              0       code  univ       0024A2C8
ber_printf                0       code  univ       0024CA58
ber_put_bitstring         0       code  univ       0024BEE8
ber_put_boolean           0       code  univ       0024C108
ber_put_enum              0       code  univ       0024BC40
ber_put_int               0       code  univ       0024BCC0
ber_put_null              0       code  univ       0024C050
ber_put_ostring           0       code  univ       0024BD40
ber_put_seq               0       code  univ       0024C998
ber_put_set               0       code  univ       0024C9F8
ber_put_string            0       code  univ       0024BE68
ber_read                  0       code  univ       0024D458
ber_reset                 0       code  univ       0024DF88
ber_scanf                 0       code  univ       0024AB80
ber_set_option            0       code  univ       0024E7E0
ber_skip_tag              0       code  univ       0024A188
ber_sockbuf_alloc         0       code  univ       0024E6F8
ber_sockbuf_free          0       code  univ       0024E758
ber_sockbuf_get_option    0       code  univ       0024ECC8
ber_sockbuf_set_option    0       code  univ       0024EB78
ber_sos_dump              0       code  univ       0024E170
ber_special_alloc         0       code  univ       0024EDF8
ber_special_free          0       code  univ       0024EF38
ber_start_seq             0       code  univ       0024C340
ber_start_set             0       code  univ       0024C3B8
ber_write                 0       code  univ       0024D7A0
der_alloc                 0       code  univ       0024DDE8
lber_bprint               0       code  univ       0024F9A8
nslberi_calloc            0       code  univ       0024F798
nslberi_free              0       code  univ       0024F928
nslberi_malloc            0       code  univ       0024F6E0
nslberi_realloc           0       code  univ       0024F860
lber_debug                0       s_req univ    dp+000001D8
nslberi_memalloc_fns      0       s_req univ    dp+000001E0
calloc                    0       stub  ext     lp+00000080
fflush                    0       stub  ext     lp+00000180
fputs                     0       stub  ext     lp+000000C0
free                      0       stub  ext     lp+000000E0
malloc                    0       stub  ext     lp+00000100
memcpy                    0       stub  ext     lp+000001A0
memmove                   0       stub  ext     lp+000000A0
memset                    0       stub  ext     lp+00000020
read                      0       stub  ext     lp+00000060
realloc                   0       stub  ext     lp+00000120
sprintf                   0       stub  ext     lp+00000160
strlen                    0       stub  ext     lp+00000040
write                     0       stub  ext     lp+00000140
__ctype                   0       data  unsat   dp-0000001C
__iob                     0       data  unsat   dp-00000018
errno                     0       data  unsat   dp-0000000C
lber_debug                0       data  unsat   dp-00000010
nslberi_memalloc_fns      0       data  unsat   dp-00000014

MODULE NAME    : mod_auth_ldap.c
TEXT SIZE      : 0000179C
DATA SIZE      : 00000590
VERSION        : 87102412
LENGTH         : 00004FD8
SHARED DATA    : YES


Sym                       C H X P Sym    Sym        Sym     Lset
Name                              Type  Scope      Value    Name
----                      - - - - ----  -----      -----    ----
create_ldap_auth_dir_config
                          0   3 0 entry local      00261063
ldapFindUserDN            0   3 0 entry local      0026164B
ldap_authenticate_basic_user
                          0   3 0 entry local      00261AE3
ldap_check_user_access    0   3 0 entry local      00261E63
rmallws                   0   3 0 entry local      00261973
set_base_dn               0   3 0 entry local      0026124B
set_bind_dn               0   3 0 entry local      002612C3
set_bind_pass             0   3 0 entry local      0026133B
set_ldap_port             0   3 0 entry local      002611DB
set_ldap_server           0   3 0 entry local      00261143
set_ldapauthoritative     0   3 0 entry local      0026144B
set_uid_attr              0   3 0 entry local      002613B3
$RECOVER_END              0       code  univ       00262798
$RECOVER_START            0       code  univ       00262798
$UNWIND_END               0       code  univ       00262718
$UNWIND_START             0       code  univ       00262658
ldap_auth_module          0       data  univ    dp+00000514
ap_get_basic_auth_pw      0       stub  ext     lp+00000180
ap_getword_conf           0       stub  ext     lp+000002A0
ap_getword_white          0       stub  ext     lp+000003A0
ap_log_rerror             0       stub  ext     lp+00000320
ap_note_basic_auth_failure
                          0       stub  ext     lp+00000220
ap_pcalloc                0       stub  ext     lp+00000360
ap_pstrdup                0       stub  ext     lp+00000340
ap_requires               0       stub  ext     lp+000003C0
ap_snprintf               0       stub  ext     lp+00000400
ap_table_setn             0       stub  ext     lp+000001A0
atoi                      0       stub  ext     lp+00000240
free                      0       stub  ext     lp+000002E0
ldap_compare_s            0       stub  ext     lp+00000260
ldap_count_entries        0       stub  ext     lp+000001E0
ldap_err2string           0       stub  ext     lp+00000380
ldap_first_entry          0       stub  ext     lp+00000280
ldap_get_dn               0       stub  ext     lp+000001C0
ldap_msgfree              0       stub  ext     lp+00000160
ldap_open                 0       stub  ext     lp+00000420
ldap_search_s             0       stub  ext     lp+000002C0
ldap_simple_bind_s        0       stub  ext     lp+00000300
ldap_unbind               0       stub  ext     lp+000003E0
ldap_unbind_s             0       stub  ext     lp+00000440
strcmp                    0       stub  ext     lp+00000200
__ctype                   0       data  unsat   dp-0000000C
ldap_auth_module          0       data  unsat   dp-00000010




Here's the patch section of my HPSWINFO.PUB.SYS file:

Patches installed on this system at this time and date:
THU, DEC 13, 2001,  2:42 PM
POWERPATCH TAPE VUF:
C7001 P6
OPTION : HPINSTAL CENTRALBOTH
PATCH ID     DESCRIPTION
----------------------------------------------------
ACCGD50A  General Fixes for ACC Common on MPE/iX 7.0 (B0) Patch
APCGD14A  7.0 Apache 1.3.14
ARMLXW9A  Address Excessive Logging Problem with ARM Utilities
ATCLXV1A  Limits enhancement - same as version B.G4.04
BBRLXJ1C  Business BASIC dec. library fix for uninit err parm in
BB_DEC_TO_DBL
CONGD15A  7.0 Console patch for problems with Predictive Support.
FDDGD46A  General Fixes for FDDI Driver on on MPE/iX 7.0 (A0 Patch)
FWSLXT5C  Provide rev. 3728 firmware file for 28696A FW SCSI device adapter
GLALXR3C  GlancePlus/iX B1787B.nn.10 5 Digit Pin and Show Family Threads
INTGD33A  General Fixes for Intersrv Products on MPE/iX 7.0 (A)
JAVLXP4F  Java SDK Version 1.3
LNCGD27A  General Fixes for LINK COMMON on MPE/iX 7.0 (A0) Patch
MPEKXK4F  SA615 During MPEX Copy From One Volume Set To Another
MPELX67C  HPDATECONVERT does not accept a valid output date parameter
MPELX98B  CM Catalog Portion of High Availability Cluster Product
MPELXC2D  Fixes for Multiple Jobqueues: SA773, System Hang & incorrect
jobcounts
MPELXD0C  HANG - Loop in xm_get_gufd_active_transactions
MPELXJ3D  AIFCHANGELOGON error handling fixes
MPELXK3C  JOBQFILE corrupt after START RECOVERY results in system hang.
MPELXK7C  ER- add a CI function that returns individual process information
MPELXL0B  FSCHECK Online Help Returns A *Error: Subys: 0, Info: 4. (fscheck
1)
MPELXL2J  Posix draft 10 APIs, pthread enhancements, signals and errno
changes
MPELXL5B  NEWCI command results in 'unknown command name' after MPELXG3
MPELXL7C  Fail to restore files created & renamed from group to group from
7x24
MPELXL8C  Network Spooler hangs after receiving large number of PJL
responses
MPELXN0A  SCSIDISC (SE DISK DM) may report 'normal' cstm I/Os as having an
error
MPELXN1A  SCSIACM(auto-changer) may report 'normal' cstm I/Os as having an
error
MPELXN2C  FORTRAN and Transact programs can abort when calling
HPGETPROCPLABEL
MPELXN7A  ER: Binary patch to enable Monitor support for MP A/N-class
systems
MPELXP3B  BULDACCT giving CIERR 9166 and 9445 when more than 1020 dirs in a
dir
MPELXP9A  Addresses Need To Queue i960 Card Resets
MPELXQ0A  Fix For Page Deallocation Problem On A and N Class Systems
MPELXQ8A  Increase Maximum Resident Ports To 65530.
MPELXQ9A  Support For > 8190 Concurrent Processes
MPELXU2A  SA 0 Due To Hitting Dispatcher Timing Window
MPELXU3A  7.0 SOMPATCH fails binary patch installation due to 49 SOM limit
MPELXV9A  Add support for new Fujitsu and Maxtor disks to IODFAULT
MPELXW1A  SYMOS changes (for dat/debug) to reflect ports changes in MPELXQ8
MPELXW5B  TC Not Working On MPE/iX And N Class with Multiple CPUs.
MPELXW8B  New Version of OTHDXL.THREAD.SYS File For Draft 4 Support
MPELXX0C  di_mm_alloc not ready for memory holes
MPELXX1A  ODE cannot load the system library 'file not found: SYSLIB'
NRCLXP0C  Support tools update. Sysinfo fixes.
NSTGD45A  General Fixes for NS TRANSPORT on MPE/iX 7.0 (A0) Patch
ODILXT4A  Online Diagnostic fix for MPE 7.0 Diag
OSPLXD2C  Predictive 7.0 Mesa version
PBTGD53A  General Fixes for PCI 100BASE-T on MPE/iX 7.0 (A0) Patch
QUELXP5C  QUERY/iX HP32216D.03.20 Progress Reporting Plus Report Reals "0"
fix
SMBLXT2B  Session cancelled copying large file from samba share to local dir
SNMGD43A  General Fixes for SNMP on MPE/iX 7.0 (A Patch)
SQLLXD8A  ALLBASE/SQL A.G3.22 for MPE/iX 7.0
TIXLXL4B  SA1482 caused by passing illegal text length to DBXUNDO for MDBX.
TSMGD73A  Equivalent to TSMGD58A.  Workaround for 7.0 Express-1 patch
conflict.
VGFGD42A  General Fixes for NIO VG-BT FORMATTER on MPE/iX 7.0 (A0) Patch
XPMLXD9B  HP SureStore E RAID Manager XP (RM) UTILITIES.

Patches installed on this system at this time and date:
THU, JAN 10, 2002, 11:48 AM
INSTALLED REACTIVE PATCHES ONLY
PATCH ID     DESCRIPTION
----------------------------------------------------
ACCGD85A  General Fixes for ACC Common on MPE/iX 7.0 (C0) Patch
---------------------------------------------------
ATCLXV7B  Image/SQL internal error error 137,0,0,0 (DBERR 13553) version
B.G4.02

---------------------------------------------------
CONGD15A  7.0 Console patch for problems with Predictive Support.
---------------------------------------------------
FTPGD93A  GENERAL FIXES FOR FTP FOR 7.0 RELEASE (B Patch).
---------------------------------------------------
JDBLXU8C  JDBC should be able to handle translations UNICODE<->ROMAN8
---------------------------------------------------
LNCGD27A  General Fixes for LINK COMMON on MPE/iX 7.0 (A0) Patch
---------------------------------------------------
MPELXB3B  Dispatcher causes system hang when NEWWG command is executed
---------------------------------------------------
MPELXH9B  SA1048 from sampler_handler when running performance collection
tools
---------------------------------------------------
MPELXL2J  Posix draft 10 APIs, pthread enhancements, signals and errno
changes
---------------------------------------------------
MPELXQ4C  Request change in label mgmt compile options to speed up file
creation

---------------------------------------------------
MPELXR0B  Introduce debug access to pdc and I/O space on 6.5
---------------------------------------------------
MPELXT1C  Network Spooler: 2 fixes for PJL syntax errors, NMS 9621
---------------------------------------------------
MPELXT9C  Spoolfile incorrectly deleted due to no locking around
DIRC_LINK_CNT
---------------------------------------------------
MPELXV8C  Hangs or SA1516 caused by gufd open semaphore not being unlocked
---------------------------------------------------
MPELXW7C  System Hang - Attempt to lock VSOD twice
---------------------------------------------------
MPELXW8B  New Version of OTHDXL.THREAD.SYS File For Draft 4 Support
---------------------------------------------------
MPELXY3C  After MPELXU4 finfo gives incorrect EOF for unopened/unaccessed
files
---------------------------------------------------
MPELXY4B  TurboStore slower backup with SW compression after MPELXH3+MPELXF2
---------------------------------------------------
MPEMX15A  7980 Tape Drives Are Not Usable On A and N Class Systems
---------------------------------------------------
NRCLXX9C  Support tools update - sysinfo, conlog, fmtioerr, modmap updates
---------------------------------------------------
ODBLXE8C  ODBCLink/SE version F.00.00 for 6.0 6.5 and 7.0
---------------------------------------------------
ODILXT4A  Online Diagnostic fix for MPE 7.0 Diag
---------------------------------------------------
OSPLXY5A  PSCONFIG aborts with "200 Error accessing Psconfig Message
Catalog"
---------------------------------------------------
PTDGD64A  General fixes for TELNET ARPA Services on 7.0 (A Patch)
---------------------------------------------------
PX2LXB1C  tobyte can can create huge bytestream file when TRIM (-t) used.
---------------------------------------------------
TIXMX12C  RDBA and Omnidex together won't work on C.09.02.
---------------------------------------------------

I'd appreciate any suggestions on how to build this DSO.

Thanks, Bob Rose

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2