Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power

 View Only
  • 1.  Compile gmond for VIO Server (AIX 6.1)

    Posted Thu July 12, 2018 07:12 AM

    Originally posted by: km9fkf


    Good afternoon,

     

    i try to compile gmond for use with an VIO-Server (AIX 6.1). But i got this error:

    exec(): 0509-036 Cannot load program ./gmond because of the following errors:
            0509-130 Symbol resolution failed for /opt/freeware/apr-1.5.2/lib/libapr-1.so because:
            0509-136   Symbol ___strcmp (number 39) is not exported from
                       dependent module /usr/lib/libc.a(shr.o).
            0509-136   Symbol ___strcpy (number 42) is not exported from
                       dependent module /usr/lib/libc.a(shr.o).
            0509-026 System error: Error 0
            0509-192 Examine .loader section symbols with the
                     'dump -Tv' command.
     

    Where does i find the missing Symbol?


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 2.  Re: Compile gmond for VIO Server (AIX 6.1)

    Posted Thu July 12, 2018 09:52 AM

    Originally posted by: AyappanP


    The file /opt/freeware/apr-1.5.2/lib/libapr-1.so is coming from any rpm ? 

    rpm -qf /opt/freeware/apr-1.5.2/lib/libapr-1.so


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 3.  Re: Compile gmond for VIO Server (AIX 6.1)

    Posted Fri July 13, 2018 03:52 AM

    Originally posted by: km9fkf


    Good Morning,

     

    all programs are self compiled. apr is compiled with this options:

    export CC="gcc"

    export CFLAGS="-fexpensive-optimizations -O2 "

    export CXXFLAGS="-O2"

    export CPP="/opt/freeware/bin/cpp"

    export CPPFLAGS="-U__STR__ -D_THREAD_SAFE -D_USE_IRS "

    export LDFLAGS="-L/opt/freeware/lib -lgcc -Wl,-blibpath:/opt/freeware/lib -Wl,-brtl -Wl,-bmaxdata:0x80000000"

     

     

    # aus

    export AR="ar"

    export lt_cv_path_NM="/usr/bin/nm -B "

    export RANLIB="/opt/freeware/bin/granlib -X32"

    export NM="/usr/bin/nm -B "

     

    ./configure -C --prefix=/opt/freeware/apr-1.5.2 \

    --enable-threads

     

    dump -tv /opt/freeware/ganglia-3.7.2/sbin/gmond | grep strcmp

    [238] m 0x0000dc00 undef 1 extern ___strcmp

    [240] m 0x0000dc00 undef 1 extern .___strcmp

    [6535] m 0x0000198c debug 0 FILE ASM:COM strcmp.s

    [6536] m 0x1000a724 .text 1 extern .strcmp

    [6538] m 0x200028ac .data 1 extern strcmpcva


    #AIXOpenSource
    #AIX-Open-Source-Software


  • 4.  Re: Compile gmond for VIO Server (AIX 6.1)

    Posted Fri July 13, 2018 04:47 AM

    Originally posted by: AyappanP


    Okay, why can't you use AIX Toolbox httpd & httpd-devel rpms that provides apr libraries for the build ?

    Also do a dump of apr library .

    dump -Tov  /opt/freeware/apr-1.5.2/lib/libapr-1.so


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 5.  Re: Compile gmond for VIO Server (AIX 6.1)

    Posted Fri July 13, 2018 06:04 AM

    Originally posted by: km9fkf


    i use the gmond on our VIO-Server and do not want to install a lot of rpm Packages.

     

    dump -Tov /opt/freeware/apr-1.5.2/lib/libapr-1.so

    /opt/freeware/apr-1.5.2/lib/libapr-1.so:

                            ***Object Module Header***
    # Sections      Symbol Ptr      # Symbols       Opt Hdr Len     Flags
             5      0x00067cdc          12736                72     0x3002
    Flags=( EXEC DYNLOAD SHROBJ DEP_SYSTEM )
    Timestamp = "Jul 12 11:37:34 2018"
    Magic = 0x1df  (32-bit XCOFF)

                            ***Optional Header***
    Tsize        Dsize       Bsize       Tstart      Dstart
    0x00032f8c  0x00002a14  0x000001b0  0x10000150  0x200000dc

    SNloader     SNentry     SNtext      SNtoc       SNdata
    0x0004      0x0000      0x0001      0x0002      0x0002

    TXTalign     DATAalign   TOC         vstamp      entry
    0x0007      0x0004      0x20001e44  0x0001      0xffffffff

    maxSTACK     maxDATA     SNbss       magic       modtype
    0x00000000  0x80000000  0x0003      0x010b        RE

                            ***Loader Section***

                            ***Loader Symbol Table Information***
    [Index]      Value      Scn     IMEX Sclass   Type           IMPid Name

    [0]     0x20000328    .data              RW SECdef        [noIMid] __rtinit
    [1]     0x00000000    undef      IMP     DS EXTref libgcc_s.a(shr.o) __cxa_finalize
    [2]     0x00000000    undef      IMP     DS EXTref libgcc_s.a(shr.o) __register_frame_info_table_bases
    [3]     0x00000000    undef      IMP     DS EXTref libgcc_s.a(shr.o) __deregister_frame_info
    [4]     0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) access
    [5]     0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) chdir
    [6]     0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) chmod
    [7]     0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) close
    [8]     0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) execve
    [9]     0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) _exit
    [10]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) fsync
    [11]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) kill
    [12]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) link
    [13]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) mkdir
    [14]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) mmap
    [15]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) munmap
    [16]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) pipe
    [17]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) rename
    [18]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) rmdir
    [19]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) semctl
    [20]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) semget
    [21]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) setgid
    [22]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) setuid
    [23]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) shmat
    [24]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) shmctl
    [25]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) shmdt
    [26]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) shmget
    [27]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) unlink
    [28]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) utimes
    [29]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) socket
    [30]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) bind
    [31]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) listen
    [32]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) shutdown
    [33]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) setsockopt
    [34]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) getsockopt
    [35]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) ngetsockname
    [36]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) ngetpeername
    [37]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) gethostname
    [38]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) send_file
    [39]    0x0000dc00    undef      IMP     XO EXTref   libc.a(shr.o) ___strcmp
    [40]    0x0000e008    undef      IMP     XO EXTref   libc.a(shr.o) ___memset
    [41]    0x0000f000    undef      IMP     XO EXTref   libc.a(shr.o) ___memmove
    [42]    0x0000fc00    undef      IMP     XO EXTref   libc.a(shr.o) ___strcpy
    [43]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) sem_unlink
    [44]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) sem_post
    [45]    0x00000000    undef      IMP     RW EXTref   libc.a(shr.o) _iob
    [46]    0x00000000    undef      IMP     RW EXTref   libc.a(shr.o) _DBLINF
    [47]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) malloc
    [48]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) realloc
    [49]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) calloc
    [50]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) free
    [51]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) _Errno
    [52]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) exit
    [53]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) strlen
    [54]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) freopen
    [55]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) lseek64
    [56]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) open
    [57]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) getenv
    [58]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) fprintf
    [59]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) geteuid
    [60]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) getuid
    [61]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) strchr
    [62]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) atoi
    [63]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) toupper
    [64]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) write
    [65]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) sigemptyset
    [66]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) sigaddset
    [67]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) getpid
    [68]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) gettimeofday
    [69]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) __assert
    [70]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) fcntl
    [71]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) fwrite
    [72]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) tolower
    [73]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) nl_langinfo
    [74]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) read
    [75]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) strncmp
    [76]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) strrchr
    [77]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) isupper
    [78]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) __fd_poll
    [79]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) __fd_select
    [80]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) sigfillset
    [81]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) sigdelset
    [82]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) perror
    [83]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) isspace
    [84]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) memchr
    [85]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) setsid
    [86]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) islower
    [87]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) _posix_getpwuid_r
    [88]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) _posix_getpwnam_r
    [89]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) lstat64
    [90]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) fstat64
    [91]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) stat64
    [92]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) localtime_r
    [93]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) gmtime_r
    [94]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) mktime
    [95]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) isalpha
    [96]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) waitpid
    [97]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) sendto
    [98]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) nrecvfrom
    [99]    0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) ioctl
    [100]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) getcwd
    [101]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) fork
    [102]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) dup2
    [103]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) dup
    [104]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) opendir
    [105]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) closedir
    [106]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) readdir
    [107]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) memcmp
    [108]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) isxdigit
    [109]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) seekdir
    [110]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) rand
    [111]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) execv
    [112]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) execvp
    [113]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) getgid
    [114]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) unsetenv
    [115]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) writev
    [116]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) _posix_getgrnam_r
    [117]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) _posix_getgrgid_r
    [118]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) strerror_r
    [119]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) strftime
    [120]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) rint
    [121]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) mkstemp64
    [122]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) dlclose
    [123]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) dlopen
    [124]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) dlsym
    [125]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) strtol
    [126]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) ftok
    [127]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) mkfifo
    [128]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) sched_yield
    [129]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) connect
    [130]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) naccept
    [131]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) getpass
    [132]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) setrlimit
    [133]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) difftime
    [134]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) ftruncate64
    [135]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) mmap64
    [136]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) fdatasync
    [137]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) h_errno_which
    [138]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) strcasecmp
    [139]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) getnameinfo
    [140]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) dlerror
    [141]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) getservbyname
    [142]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) freeaddrinfo
    [143]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) getaddrinfo
    [144]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) gai_strerror
    [145]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) strtoll
    [146]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) semop
    [147]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) sem_wait
    [148]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) sem_trywait
    [149]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) sem_open
    [150]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) sem_close
    [151]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) _isinf
    [152]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) setenv
    [153]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) fp_swap_rnd
    [154]   0x00000000    undef      IMP     DS EXTref   libc.a(shr.o) uuid_create
    [155]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_mutex_unlock
    [156]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_create
    [157]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_cond_init
    [158]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_cond_wait
    [159]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_cond_destroy
    [160]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_cond_broadcast
    [161]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_cond_signal
    [162]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_join
    [163]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_detach
    [164]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_attr_init
    [165]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_attr_destroy
    [166]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_attr_setdetachstate
    [167]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_attr_setstacksize
    [168]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_self
    [169]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_exit
    [170]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_getspecific
    [171]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_setspecific
    [172]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_key_create
    [173]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_key_delete
    [174]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_once
    [175]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_rwlock_wrlock
    [176]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_rwlock_trywrlock
    [177]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_rwlock_rdlock
    [178]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_rwlock_tryrdlock
    [179]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_rwlock_unlock
    [180]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_mutex_init
    [181]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_mutex_lock
    [182]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) sigwait
    [183]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_cond_timedwait
    [184]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_mutex_destroy
    [185]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_mutex_trylock
    [186]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_mutexattr_settype
    [187]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_mutexattr_setpshared
    [188]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_mutexattr_destroy
    [189]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_mutexattr_init
    [190]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_attr_setguardsize
    [191]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_attr_getdetachstate
    [192]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_sigmask
    [193]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) sigaction
    [194]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_rwlock_init
    [195]   0x00000000    undef      IMP     DS EXTref libpthread.a(shr_xpg5.o) pthread_rwlock_destroy
    [196]   0x10033090    .text      EXP     RO   Ldef        [noIMid] apr_day_snames
    [197]   0x100330ac    .text      EXP     RO   Ldef        [noIMid] apr_month_snames
    [198]   0x200002c0    .data      EXP     RW   Ldef        [noIMid] apr_pollcb_provider_poll
    [199]   0x200002c4    .data      EXP     RW   Ldef        [noIMid] apr_pollset_provider_poll
    [200]   0x20000300    .data      EXP     RW   Ldef        [noIMid] apr_pollset_provider_select
    [201]   0x200003ec    .data      EXP     DS   Ldef        [noIMid] _GLOBAL__AIXI_libapr_1_so
    [202]   0x200003f8    .data      EXP     DS   Ldef        [noIMid] _GLOBAL__AIXD_libapr_1_so
    [203]   0x20000404    .data      EXP     DS   Ldef        [noIMid] apr_palloc
    [204]   0x20000410    .data      EXP     DS   Ldef        [noIMid] apr_pool_cleanup_null
    [205]   0x2000041c    .data      EXP     DS   Ldef        [noIMid] apr_unix_file_cleanup
    [206]   0x2000044c    .data      EXP     DS   Ldef        [noIMid] apr_unix_child_file_cleanup
    [207]   0x20000494    .data      EXP     DS   Ldef        [noIMid] apr_snprintf
    [208]   0x200004a0    .data      EXP     DS   Ldef        [noIMid] apr_escape_shell
    [209]   0x200004ac    .data      EXP     DS   Ldef        [noIMid] apr_pescape_shell
    [210]   0x200004b8    .data      EXP     DS   Ldef        [noIMid] apr_unescape_url
    [211]   0x200004c4    .data      EXP     DS   Ldef        [noIMid] apr_punescape_url
    [212]   0x200004d0    .data      EXP     DS   Ldef        [noIMid] apr_escape_path_segment
    [213]   0x200004dc    .data      EXP     DS   Ldef        [noIMid] apr_pescape_path_segment
    [214]   0x200004e8    .data      EXP     DS   Ldef        [noIMid] apr_escape_path
    [215]   0x200004f4    .data      EXP     DS   Ldef        [noIMid] apr_pescape_path
    [216]   0x20000500    .data      EXP     DS   Ldef        [noIMid] apr_escape_urlencoded
    [217]   0x2000050c    .data      EXP     DS   Ldef        [noIMid] apr_pescape_urlencoded
    [218]   0x20000518    .data      EXP     DS   Ldef        [noIMid] apr_escape_entity
    [219]   0x20000524    .data      EXP     DS   Ldef        [noIMid] apr_pescape_entity
    [220]   0x20000530    .data      EXP     DS   Ldef        [noIMid] apr_unescape_entity
    [221]   0x2000053c    .data      EXP     DS   Ldef        [noIMid] apr_punescape_entity
    [222]   0x20000548    .data      EXP     DS   Ldef        [noIMid] apr_escape_echo
    [223]   0x20000554    .data      EXP     DS   Ldef        [noIMid] apr_pescape_echo
    [224]   0x20000560    .data      EXP     DS   Ldef        [noIMid] apr_escape_hex
    [225]   0x2000056c    .data      EXP     DS   Ldef        [noIMid] apr_pescape_hex
    [226]   0x20000578    .data      EXP     DS   Ldef        [noIMid] apr_unescape_hex
    [227]   0x20000584    .data      EXP     DS   Ldef        [noIMid] apr_punescape_hex
    [228]   0x20000590    .data      EXP     DS   Ldef        [noIMid] apr_cpystrn
    [229]   0x2000059c    .data      EXP     DS   Ldef        [noIMid] apr_password_get
    [230]   0x200005a8    .data      EXP     DS   Ldef        [noIMid] apr_tokenize_to_argv
    [231]   0x200005b4    .data      EXP     DS   Ldef        [noIMid] apr_filepath_name_get
    [232]   0x200005c0    .data      EXP     DS   Ldef        [noIMid] apr_collapse_spaces
    [233]   0x200005cc    .data      EXP     DS   Ldef        [noIMid] apr_pstrndup
    [234]   0x200005d8    .data      EXP     DS   Ldef        [noIMid] apr_array_make
    [235]   0x200005f0    .data      EXP     DS   Ldef        [noIMid] apr_dir_open
    [236]   0x20000608    .data      EXP     DS   Ldef        [noIMid] apr_dir_read
    [237]   0x20000614    .data      EXP     DS   Ldef        [noIMid] apr_dir_close
    [238]   0x20000620    .data      EXP     DS   Ldef        [noIMid] apr_array_push
    [239]   0x2000062c    .data      EXP     DS   Ldef        [noIMid] apr_pstrdup
    [240]   0x20000638    .data      EXP     DS   Ldef        [noIMid] apr_fnmatch
    [241]   0x20000644    .data      EXP     DS   Ldef        [noIMid] apr_fnmatch_test
    [242]   0x20000650    .data      EXP     DS   Ldef        [noIMid] apr_match_glob
    [243]   0x2000065c    .data      EXP     DS   Ldef        [noIMid] apr_strfsize
    [244]   0x20000668    .data      EXP     DS   Ldef        [noIMid] apr_sockaddr_ip_getbuf
    [245]   0x20000674    .data      EXP     DS   Ldef        [noIMid] apr_strerror
    [246]   0x20000680    .data      EXP     DS   Ldef        [noIMid] apr_vformatter
    [247]   0x2000068c    .data      EXP     DS   Ldef        [noIMid] apr_vsnprintf
    [248]   0x20000698    .data      EXP     DS   Ldef        [noIMid] apr_pstrmemdup
    [249]   0x200006a4    .data      EXP     DS   Ldef        [noIMid] apr_pmemdup
    [250]   0x200006b0    .data      EXP     DS   Ldef        [noIMid] apr_pstrcat
    [251]   0x200006bc    .data      EXP     DS   Ldef        [noIMid] apr_pstrcatv
    [252]   0x200006c8    .data      EXP     DS   Ldef        [noIMid] apr_strtoff
    [253]   0x200006d4    .data      EXP     DS   Ldef        [noIMid] apr_strtoi64
    [254]   0x200006e0    .data      EXP     DS   Ldef        [noIMid] apr_atoi64
    [255]   0x200006ec    .data      EXP     DS   Ldef        [noIMid] apr_itoa
    [256]   0x200006f8    .data      EXP     DS   Ldef        [noIMid] apr_ltoa
    [257]   0x20000704    .data      EXP     DS   Ldef        [noIMid] apr_off_t_toa
    [258]   0x20000710    .data      EXP     DS   Ldef        [noIMid] apr_strnatcmp
    [259]   0x2000071c    .data      EXP     DS   Ldef        [noIMid] apr_strnatcasecmp
    [260]   0x20000728    .data      EXP     DS   Ldef        [noIMid] apr_strtok
    [261]   0x20000734    .data      EXP     DS   Ldef        [noIMid] apr_time_now
    [262]   0x20000740    .data      EXP     DS   Ldef        [noIMid] apr_hash_make
    [263]   0x2000074c    .data      EXP     DS   Ldef        [noIMid] apr_hash_make_custom
    [264]   0x20000758    .data      EXP     DS   Ldef        [noIMid] apr_hash_next
    [265]   0x20000764    .data      EXP     DS   Ldef        [noIMid] apr_hash_first
    [266]   0x20000770    .data      EXP     DS   Ldef        [noIMid] apr_hash_this
    [267]   0x2000077c    .data      EXP     DS   Ldef        [noIMid] apr_hash_this_key
    [268]   0x20000788    .data      EXP     DS   Ldef        [noIMid] apr_hash_this_key_len
    [269]   0x20000794    .data      EXP     DS   Ldef        [noIMid] apr_hash_this_val
    [270]   0x200007a0    .data      EXP     DS   Ldef        [noIMid] apr_hashfunc_default
    [271]   0x200007ac    .data      EXP     DS   Ldef        [noIMid] apr_hash_copy
    [272]   0x200007b8    .data      EXP     DS   Ldef        [noIMid] apr_hash_get
    [273]   0x200007c4    .data      EXP     DS   Ldef        [noIMid] apr_hash_set
    [274]   0x200007d0    .data      EXP     DS   Ldef        [noIMid] apr_hash_count
    [275]   0x200007dc    .data      EXP     DS   Ldef        [noIMid] apr_hash_clear
    [276]   0x200007e8    .data      EXP     DS   Ldef        [noIMid] apr_hash_merge
    [277]   0x200007f4    .data      EXP     DS   Ldef        [noIMid] apr_hash_overlay
    [278]   0x20000800    .data      EXP     DS   Ldef        [noIMid] apr_hash_do
    [279]   0x2000080c    .data      EXP     DS   Ldef        [noIMid] apr_hash_pool_get
    [280]   0x20000818    .data      EXP     DS   Ldef        [noIMid] apr_skiplist_alloc
    [281]   0x20000848    .data      EXP     DS   Ldef        [noIMid] apr_skiplist_free
    [282]   0x20000854    .data      EXP     DS   Ldef        [noIMid] apr_skiplist_find_compare
    [283]   0x20000860    .data      EXP     DS   Ldef        [noIMid] apr_skiplist_find
    [284]   0x2000086c    .data      EXP     DS   Ldef        [noIMid] apr_skiplist_getlist
    [285]   0x20000878    .data      EXP     DS   Ldef        [noIMid] apr_skiplist_next
    [286]   0x20000884    .data      EXP     DS   Ldef        [noIMid] apr_skiplist_previous
    [287]   0x20000890    .data      EXP     DS   Ldef        [noIMid] apr_skiplist_insert_compare
    [288]   0x2000089c    .data      EXP     DS   Ldef        [noIMid] apr_skiplist_add_index
    [289]   0x200008a8    .data      EXP     DS   Ldef        [noIMid] apr_skiplist_set_compare
    [290]   0x200008b4    .data      EXP     DS   Ldef        [noIMid] apr_skiplist_init
    [291]   0x200008c0    .data      EXP     DS   Ldef        [noIMid] apr_skiplist_insert
    [292]   0x200008cc    .data      EXP     DS   Ldef        [noIMid] apr_skiplist_remove_compare
    [293]   0x200008d8    .data      EXP     DS   Ldef        [noIMid] apr_skiplist_remove
    [294]   0x200008e4    .data      EXP     DS   Ldef        [noIMid] apr_skiplist_remove_all
    [295]   0x200008f0    .data      EXP     DS   Ldef        [noIMid] apr_skiplist_pop
    [296]   0x200008fc    .data      EXP     DS   Ldef        [noIMid] apr_skiplist_peek
    [297]   0x20000908    .data      EXP     DS   Ldef        [noIMid] apr_skiplist_destroy
    [298]   0x20000914    .data      EXP     DS   Ldef        [noIMid] apr_skiplist_merge
    [299]   0x20000920    .data      EXP     DS   Ldef        [noIMid] apr_is_empty_array
    [300]   0x2000092c    .data      EXP     DS   Ldef        [noIMid] apr_array_clear
    [301]   0x20000938    .data      EXP     DS   Ldef        [noIMid] apr_array_pop
    [302]   0x20000944    .data      EXP     DS   Ldef        [noIMid] apr_array_cat
    [303]   0x20000950    .data      EXP     DS   Ldef        [noIMid] apr_array_copy
    [304]   0x2000095c    .data      EXP     DS   Ldef        [noIMid] apr_array_copy_hdr
    [305]   0x20000968    .data      EXP     DS   Ldef        [noIMid] apr_array_append
    [306]   0x20000974    .data      EXP     DS   Ldef        [noIMid] apr_array_pstrcat
    [307]   0x20000980    .data      EXP     DS   Ldef        [noIMid] apr_table_elts
    [308]   0x2000098c    .data      EXP     DS   Ldef        [noIMid] apr_is_empty_table
    [309]   0x20000998    .data      EXP     DS   Ldef        [noIMid] apr_table_make
    [310]   0x200009a4    .data      EXP     DS   Ldef        [noIMid] apr_table_copy
    [311]   0x200009b0    .data      EXP     DS   Ldef        [noIMid] apr_table_clear
    [312]   0x200009bc    .data      EXP     DS   Ldef        [noIMid] apr_table_get
    [313]   0x200009c8    .data      EXP     DS   Ldef        [noIMid] apr_table_set
    [314]   0x200009d4    .data      EXP     DS   Ldef        [noIMid] apr_table_setn
    [315]   0x200009e0    .data      EXP     DS   Ldef        [noIMid] apr_table_unset
    [316]   0x200009ec    .data      EXP     DS   Ldef        [noIMid] apr_table_merge
    [317]   0x200009f8    .data      EXP     DS   Ldef        [noIMid] apr_table_mergen
    [318]   0x20000a04    .data      EXP     DS   Ldef        [noIMid] apr_table_add
    [319]   0x20000a10    .data      EXP     DS   Ldef        [noIMid] apr_table_clone
    [320]   0x20000a1c    .data      EXP     DS   Ldef        [noIMid] apr_table_addn
    [321]   0x20000a28    .data      EXP     DS   Ldef        [noIMid] apr_table_overlay
    [322]   0x20000a34    .data      EXP     DS   Ldef        [noIMid] apr_table_vdo
    [323]   0x20000a40    .data      EXP     DS   Ldef        [noIMid] apr_table_do
    [324]   0x20000a4c    .data      EXP     DS   Ldef        [noIMid] apr_table_compress
    [325]   0x20000a58    .data      EXP     DS   Ldef        [noIMid] apr_table_overlap
    [326]   0x20000a64    .data      EXP     DS   Ldef        [noIMid] apr_table_getm
    [327]   0x20000a70    .data      EXP     DS   Ldef        [noIMid] apr_atomic_init
    [328]   0x20000a7c    .data      EXP     DS   Ldef        [noIMid] apr_atomic_read32
    [329]   0x20000a88    .data      EXP     DS   Ldef        [noIMid] apr_atomic_set32
    [330]   0x20000a94    .data      EXP     DS   Ldef        [noIMid] apr_atomic_add32
    [331]   0x20000aa0    .data      EXP     DS   Ldef        [noIMid] apr_atomic_sub32
    [332]   0x20000aac    .data      EXP     DS   Ldef        [noIMid] apr_atomic_inc32
    [333]   0x20000ab8    .data      EXP     DS   Ldef        [noIMid] apr_atomic_dec32
    [334]   0x20000ac4    .data      EXP     DS   Ldef        [noIMid] apr_atomic_cas32
    [335]   0x20000ad0    .data      EXP     DS   Ldef        [noIMid] apr_atomic_xchg32
    [336]   0x20000adc    .data      EXP     DS   Ldef        [noIMid] apr_atomic_casptr
    [337]   0x20000ae8    .data      EXP     DS   Ldef        [noIMid] apr_atomic_xchgptr
    [338]   0x20000af4    .data      EXP     DS   Ldef        [noIMid] apr_pool_cleanup_register
    [339]   0x20000b00    .data      EXP     DS   Ldef        [noIMid] apr_pool_cleanup_run
    [340]   0x20000b0c    .data      EXP     DS   Ldef        [noIMid] apr_os_dso_handle_put
    [341]   0x20000b24    .data      EXP     DS   Ldef        [noIMid] apr_os_dso_handle_get
    [342]   0x20000b30    .data      EXP     DS   Ldef        [noIMid] apr_dso_load
    [343]   0x20000b3c    .data      EXP     DS   Ldef        [noIMid] apr_dso_unload
    [344]   0x20000b48    .data      EXP     DS   Ldef        [noIMid] apr_dso_sym
    [345]   0x20000b54    .data      EXP     DS   Ldef        [noIMid] apr_dso_error
    [346]   0x20000b60    .data      EXP     DS   Ldef        [noIMid] apr_thread_mutex_lock
    [347]   0x20000b6c    .data      EXP     DS   Ldef        [noIMid] apr_thread_mutex_unlock
    [348]   0x20000b78    .data      EXP     DS   Ldef        [noIMid] apr_file_flush_locked
    [349]   0x20000b84    .data      EXP     DS   Ldef        [noIMid] apr_file_buffer_set
    [350]   0x20000b90    .data      EXP     DS   Ldef        [noIMid] apr_file_buffer_size_get
    [351]   0x20000b9c    .data      EXP     DS   Ldef        [noIMid] apr_file_open
    [352]   0x20000ba8    .data      EXP     DS   Ldef        [noIMid] apr_file_read
    [353]   0x20000bb4    .data      EXP     DS   Ldef        [noIMid] apr_file_write_full
    [354]   0x20000bc0    .data      EXP     DS   Ldef        [noIMid] apr_file_close
    [355]   0x20000bcc    .data      EXP     DS   Ldef        [noIMid] apr_file_info_get
    [356]   0x20000bd8    .data      EXP     DS   Ldef        [noIMid] apr_file_copy
    [357]   0x20000be4    .data      EXP     DS   Ldef        [noIMid] apr_file_append
    [358]   0x20000bf0    .data      EXP     DS   Ldef        [noIMid] apr_stat
    [359]   0x20000bfc    .data      EXP     DS   Ldef        [noIMid] apr_unix_perms2mode
    [360]   0x20000c08    .data      EXP     DS   Ldef        [noIMid] apr_dir_rewind
    [361]   0x20000c14    .data      EXP     DS   Ldef        [noIMid] apr_dir_make
    [362]   0x20000c20    .data      EXP     DS   Ldef        [noIMid] apr_dir_make_recursive
    [363]   0x20000c2c    .data      EXP     DS   Ldef        [noIMid] apr_dir_remove
    [364]   0x20000c38    .data      EXP     DS   Ldef        [noIMid] apr_os_dir_get
    [365]   0x20000c44    .data      EXP     DS   Ldef        [noIMid] apr_os_dir_put
    [366]   0x20000c50    .data      EXP     DS   Ldef        [noIMid] apr_pool_userdata_get
    [367]   0x20000c5c    .data      EXP     DS   Ldef        [noIMid] apr_pool_userdata_set
    [368]   0x20000c68    .data      EXP     DS   Ldef        [noIMid] apr_file_name_get
    [369]   0x20000c74    .data      EXP     DS   Ldef        [noIMid] apr_file_flags_get
    [370]   0x20000c80    .data      EXP     DS   Ldef        [noIMid] apr_unix_mode2perms
    [371]   0x20000c8c    .data      EXP     DS   Ldef        [noIMid] apr_file_data_get
    [372]   0x20000c98    .data      EXP     DS   Ldef        [noIMid] apr_file_data_set
    [373]   0x20000ca4    .data      EXP     DS   Ldef        [noIMid] apr_thread_mutex_create
    [374]   0x20000cb0    .data      EXP     DS   Ldef        [noIMid] apr_pool_cleanup_kill
    [375]   0x20000cbc    .data      EXP     DS   Ldef        [noIMid] apr_thread_mutex_destroy
    [376]   0x20000cc8    .data      EXP     DS   Ldef        [noIMid] apr_file_dup
    [377]   0x20000cd4    .data      EXP     DS   Ldef        [noIMid] apr_file_dup2
    [378]   0x20000ce0    .data      EXP     DS   Ldef        [noIMid] apr_file_setaside
    [379]   0x20000cec    .data      EXP     DS   Ldef        [noIMid] apr_filepath_list_split_impl
    [380]   0x20000cf8    .data      EXP     DS   Ldef        [noIMid] apr_filepath_list_merge_impl
    [381]   0x20000d04    .data      EXP     DS   Ldef        [noIMid] apr_filepath_get
    [382]   0x20000d10    .data      EXP     DS   Ldef        [noIMid] apr_filepath_set
    [383]   0x20000d1c    .data      EXP     DS   Ldef        [noIMid] apr_filepath_root
    [384]   0x20000d28    .data      EXP     DS   Ldef        [noIMid] apr_filepath_merge
    [385]   0x20000d34    .data      EXP     DS   Ldef        [noIMid] apr_filepath_list_split
    [386]   0x20000d40    .data      EXP     DS   Ldef        [noIMid] apr_filepath_list_merge
    [387]   0x20000d4c    .data      EXP     DS   Ldef        [noIMid] apr_filepath_encoding
    [388]   0x20000d58    .data      EXP     DS   Ldef        [noIMid] apr_time_ansi_put
    [389]   0x20000d64    .data      EXP     DS   Ldef        [noIMid] apr_file_flush
    [390]   0x20000d70    .data      EXP     DS   Ldef        [noIMid] apr_file_info_get_locked
    [391]   0x20000d7c    .data      EXP     DS   Ldef        [noIMid] apr_file_perms_set
    [392]   0x20000d88    .data      EXP     DS   Ldef        [noIMid] apr_file_attrs_set
    [393]   0x20000d94    .data      EXP     DS   Ldef        [noIMid] apr_file_mtime_set
    [394]   0x20000da0    .data      EXP     DS   Ldef        [noIMid] apr_file_lock
    [395]   0x20000dac    .data      EXP     DS   Ldef        [noIMid] apr_file_unlock
    [396]   0x20000db8    .data      EXP     DS   Ldef        [noIMid] apr_file_write
    [397]   0x20000dc4    .data      EXP     DS   Ldef        [noIMid] apr_file_writev
    [398]   0x20000dd0    .data      EXP     DS   Ldef        [noIMid] apr_file_read_full
    [399]   0x20000ddc    .data      EXP     DS   Ldef        [noIMid] apr_file_writev_full
    [400]   0x20000de8    .data      EXP     DS   Ldef        [noIMid] apr_os_file_put
    [401]   0x20000df4    .data      EXP     DS   Ldef        [noIMid] apr_file_mktemp
    [402]   0x20000e00    .data      EXP     DS   Ldef        [noIMid] apr_pool_child_cleanup_set
    [403]   0x20000e0c    .data      EXP     DS   Ldef        [noIMid] apr_file_remove
    [404]   0x20000e18    .data      EXP     DS   Ldef        [noIMid] apr_file_rename
    [405]   0x20000e24    .data      EXP     DS   Ldef        [noIMid] apr_os_file_get
    [406]   0x20000e30    .data      EXP     DS   Ldef        [noIMid] apr_file_eof
    [407]   0x20000e3c    .data      EXP     DS   Ldef        [noIMid] apr_file_open_flags_stderr
    [408]   0x20000e48    .data      EXP     DS   Ldef        [noIMid] apr_file_open_flags_stdout
    [409]   0x20000e54    .data      EXP     DS   Ldef        [noIMid] apr_file_open_flags_stdin
    [410]   0x20000e60    .data      EXP     DS   Ldef        [noIMid] apr_file_open_stderr
    [411]   0x20000e6c    .data      EXP     DS   Ldef        [noIMid] apr_file_open_stdout
    [412]   0x20000e78    .data      EXP     DS   Ldef        [noIMid] apr_file_open_stdin
    [413]   0x20000e84    .data      EXP     DS   Ldef        [noIMid] apr_file_inherit_set
    [414]   0x20000e90    .data      EXP     DS   Ldef        [noIMid] apr_file_inherit_unset
    [415]   0x20000e9c    .data      EXP     DS   Ldef        [noIMid] apr_file_pool_get
    [416]   0x20000ea8    .data      EXP     DS   Ldef        [noIMid] apr_file_link
    [417]   0x20000eb4    .data      EXP     DS   Ldef        [noIMid] apr_file_pipe_timeout_set
    [418]   0x20000ec0    .data      EXP     DS   Ldef        [noIMid] apr_file_pipe_timeout_get
    [419]   0x20000ecc    .data      EXP     DS   Ldef        [noIMid] apr_os_pipe_put_ex
    [420]   0x20000ed8    .data      EXP     DS   Ldef        [noIMid] apr_os_pipe_put
    [421]   0x20000ee4    .data      EXP     DS   Ldef        [noIMid] apr_file_pipe_create
    [422]   0x20000ef0    .data      EXP     DS   Ldef        [noIMid] apr_file_pipe_create_ex
    [423]   0x20000efc    .data      EXP     DS   Ldef        [noIMid] apr_file_namedpipe_create
    [424]   0x20000f08    .data      EXP     DS   Ldef        [noIMid] apr_wait_for_io_or_timeout
    [425]   0x20000f14    .data      EXP     DS   Ldef        [noIMid] apr_file_putc
    [426]   0x20000f20    .data      EXP     DS   Ldef        [noIMid] apr_file_ungetc
    [427]   0x20000f2c    .data      EXP     DS   Ldef        [noIMid] apr_file_getc
    [428]   0x20000f38    .data      EXP     DS   Ldef        [noIMid] apr_file_puts
    [429]   0x20000f44    .data      EXP     DS   Ldef        [noIMid] apr_file_sync
    [430]   0x20000f50    .data      EXP     DS   Ldef        [noIMid] apr_file_datasync
    [431]   0x20000f5c    .data      EXP     DS   Ldef        [noIMid] apr_file_gets
    [432]   0x20000f68    .data      EXP     DS   Ldef        [noIMid] apr_file_printf
    [433]   0x20000f74    .data      EXP     DS   Ldef        [noIMid] apr_file_seek
    [434]   0x20000f80    .data      EXP     DS   Ldef        [noIMid] apr_file_trunc
    [435]   0x20000f8c    .data      EXP     DS   Ldef        [noIMid] apr_env_get
    [436]   0x20000f98    .data      EXP     DS   Ldef        [noIMid] apr_temp_dir_get
    [437]   0x20000fa4    .data      EXP     DS   Ldef        [noIMid] apr_proc_mutex_destroy
    [438]   0x20000fb0    .data      EXP     DS   Ldef        [noIMid] apr_proc_mutex_cleanup
    [439]   0x200010b8    .data      EXP     DS   Ldef        [noIMid] apr_proc_mutex_create
    [440]   0x200010c4    .data      EXP     DS   Ldef        [noIMid] apr_proc_mutex_child_init
    [441]   0x200010d0    .data      EXP     DS   Ldef        [noIMid] apr_proc_mutex_lock
    [442]   0x200010dc    .data      EXP     DS   Ldef        [noIMid] apr_thread_mutex_trylock
    [443]   0x200010e8    .data      EXP     DS   Ldef        [noIMid] apr_proc_mutex_trylock
    [444]   0x200010f4    .data      EXP     DS   Ldef        [noIMid] apr_proc_mutex_unlock
    [445]   0x20001100    .data      EXP     DS   Ldef        [noIMid] apr_proc_mutex_lockfile
    [446]   0x2000110c    .data      EXP     DS   Ldef        [noIMid] apr_proc_mutex_name
    [447]   0x20001118    .data      EXP     DS   Ldef        [noIMid] apr_global_mutex_create
    [448]   0x20001130    .data      EXP     DS   Ldef        [noIMid] apr_global_mutex_child_init
    [449]   0x2000113c    .data      EXP     DS   Ldef        [noIMid] apr_global_mutex_lock
    [450]   0x20001148    .data      EXP     DS   Ldef        [noIMid] apr_global_mutex_trylock
    [451]   0x20001154    .data      EXP     DS   Ldef        [noIMid] apr_global_mutex_unlock
    [452]   0x20001160    .data      EXP     DS   Ldef        [noIMid] apr_os_global_mutex_get
    [453]   0x2000116c    .data      EXP     DS   Ldef        [noIMid] apr_global_mutex_destroy
    [454]   0x20001178    .data      EXP     DS   Ldef        [noIMid] apr_global_mutex_lockfile
    [455]   0x20001184    .data      EXP     DS   Ldef        [noIMid] apr_global_mutex_name
    [456]   0x20001190    .data      EXP     DS   Ldef        [noIMid] apr_global_mutex_pool_get
    [457]   0x2000119c    .data      EXP     DS   Ldef        [noIMid] apr_proc_mutex_unix_setup_lock
    [458]   0x200011a8    .data      EXP     DS   Ldef        [noIMid] apr_proc_mutex_defname
    [459]   0x200011b4    .data      EXP     DS   Ldef        [noIMid] apr_proc_mutex_pool_get
    [460]   0x200011c0    .data      EXP     DS   Ldef        [noIMid] apr_os_proc_mutex_get
    [461]   0x200011cc    .data      EXP     DS   Ldef        [noIMid] apr_os_proc_mutex_put
    [462]   0x200011d8    .data      EXP     DS   Ldef        [noIMid] apr_thread_cond_create
    [463]   0x200011f0    .data      EXP     DS   Ldef        [noIMid] apr_thread_cond_wait
    [464]   0x200011fc    .data      EXP     DS   Ldef        [noIMid] apr_thread_cond_timedwait
    [465]   0x20001208    .data      EXP     DS   Ldef        [noIMid] apr_thread_cond_signal
    [466]   0x20001214    .data      EXP     DS   Ldef        [noIMid] apr_thread_cond_broadcast
    [467]   0x20001220    .data      EXP     DS   Ldef        [noIMid] apr_thread_cond_destroy
    [468]   0x2000122c    .data      EXP     DS   Ldef        [noIMid] apr_thread_cond_pool_get
    [469]   0x20001238    .data      EXP     DS   Ldef        [noIMid] apr_thread_mutex_pool_get
    [470]   0x20001244    .data      EXP     DS   Ldef        [noIMid] apr_thread_rwlock_create
    [471]   0x2000125c    .data      EXP     DS   Ldef        [noIMid] apr_thread_rwlock_rdlock
    [472]   0x20001268    .data      EXP     DS   Ldef        [noIMid] apr_thread_rwlock_tryrdlock
    [473]   0x20001274    .data      EXP     DS   Ldef        [noIMid] apr_thread_rwlock_wrlock
    [474]   0x20001280    .data      EXP     DS   Ldef        [noIMid] apr_thread_rwlock_trywrlock
    [475]   0x2000128c    .data      EXP     DS   Ldef        [noIMid] apr_thread_rwlock_unlock
    [476]   0x20001298    .data      EXP     DS   Ldef        [noIMid] apr_thread_rwlock_destroy
    [477]   0x200012a4    .data      EXP     DS   Ldef        [noIMid] apr_thread_rwlock_pool_get
    [478]   0x200012b0    .data      EXP     DS   Ldef        [noIMid] apr_proc_wait
    [479]   0x200012bc    .data      EXP     DS   Ldef        [noIMid] apr_proc_kill
    [480]   0x200012c8    .data      EXP     DS   Ldef        [noIMid] apr_sleep
    [481]   0x200012d4    .data      EXP     DS   Ldef        [noIMid] apr_allocator_create
    [482]   0x200012e0    .data      EXP     DS   Ldef        [noIMid] apr_allocator_destroy
    [483]   0x200012ec    .data      EXP     DS   Ldef        [noIMid] apr_allocator_mutex_set
    [484]   0x200012f8    .data      EXP     DS   Ldef        [noIMid] apr_allocator_mutex_get
    [485]   0x20001304    .data      EXP     DS   Ldef        [noIMid] apr_allocator_owner_set
    [486]   0x20001310    .data      EXP     DS   Ldef        [noIMid] apr_allocator_owner_get
    [487]   0x2000131c    .data      EXP     DS   Ldef        [noIMid] apr_allocator_max_free_set
    [488]   0x20001328    .data      EXP     DS   Ldef        [noIMid] apr_allocator_alloc
    [489]   0x20001334    .data      EXP     DS   Ldef        [noIMid] apr_allocator_free
    [490]   0x20001340    .data      EXP     DS   Ldef        [noIMid] apr_pcalloc
    [491]   0x2000134c    .data      EXP     DS   Ldef        [noIMid] apr_pool_destroy
    [492]   0x20001358    .data      EXP     DS   Ldef        [noIMid] apr_pool_terminate
    [493]   0x20001364    .data      EXP     DS   Ldef        [noIMid] apr_pool_clear
    [494]   0x20001370    .data      EXP     DS   Ldef        [noIMid] apr_pool_create_ex
    [495]   0x2000137c    .data      EXP     DS   Ldef        [noIMid] apr_pool_initialize
    [496]   0x20001388    .data      EXP     DS   Ldef        [noIMid] apr_pool_create_core_ex
    [497]   0x20001394    .data      EXP     DS   Ldef        [noIMid] apr_pool_create_unmanaged_ex
    [498]   0x200013a0    .data      EXP     DS   Ldef        [noIMid] apr_pvsprintf
    [499]   0x200013ac    .data      EXP     DS   Ldef        [noIMid] apr_psprintf
    [500]   0x200013b8    .data      EXP     DS   Ldef        [noIMid] apr_pool_abort_set
    [501]   0x200013c4    .data      EXP     DS   Ldef        [noIMid] apr_pool_abort_get
    [502]   0x200013d0    .data      EXP     DS   Ldef        [noIMid] apr_pool_parent_get
    [503]   0x200013dc    .data      EXP     DS   Ldef        [noIMid] apr_pool_allocator_get
    [504]   0x200013e8    .data      EXP     DS   Ldef        [noIMid] apr_pool_is_ancestor
    [505]   0x200013f4    .data      EXP     DS   Ldef        [noIMid] apr_pool_tag
    [506]   0x20001400    .data      EXP     DS   Ldef        [noIMid] apr_pool_userdata_setn
    [507]   0x2000140c    .data      EXP     DS   Ldef        [noIMid] apr_pool_pre_cleanup_register
    [508]   0x20001418    .data      EXP     DS   Ldef        [noIMid] apr_pool_cleanup_for_exec
    [509]   0x20001424    .data      EXP     DS   Ldef        [noIMid] apr_pool_note_subprocess
    [510]   0x20001430    .data      EXP     DS   Ldef        [noIMid] apr_palloc_debug
    [511]   0x2000143c    .data      EXP     DS   Ldef        [noIMid] apr_pcalloc_debug
    [512]   0x20001448    .data      EXP     DS   Ldef        [noIMid] apr_pool_clear_debug
    [513]   0x20001454    .data      EXP     DS   Ldef        [noIMid] apr_pool_destroy_debug
    [514]   0x20001460    .data      EXP     DS   Ldef        [noIMid] apr_pool_create_ex_debug
    [515]   0x2000146c    .data      EXP     DS   Ldef        [noIMid] apr_pool_create_unmanaged_ex_debug
    [516]   0x20001478    .data      EXP     DS   Ldef        [noIMid] apr_pool_create_core_ex_debug
    [517]   0x20001484    .data      EXP     DS   Ldef        [noIMid] apr_os_default_encoding
    [518]   0x20001490    .data      EXP     DS   Ldef        [noIMid] apr_os_locale_encoding
    [519]   0x2000149c    .data      EXP     DS   Ldef        [noIMid] apr_env_set
    [520]   0x200014a8    .data      EXP     DS   Ldef        [noIMid] apr_env_delete
    [521]   0x200014b4    .data      EXP     DS   Ldef        [noIMid] apr_getopt_init
    [522]   0x200014c0    .data      EXP     DS   Ldef        [noIMid] apr_getopt
    [523]   0x200014cc    .data      EXP     DS   Ldef        [noIMid] apr_getopt_long
    [524]   0x200014d8    .data      EXP     DS   Ldef        [noIMid] apr_proc_other_child_register
    [525]   0x200014f0    .data      EXP     DS   Ldef        [noIMid] apr_proc_other_child_unregister
    [526]   0x200014fc    .data      EXP     DS   Ldef        [noIMid] apr_proc_other_child_alert
    [527]   0x20001508    .data      EXP     DS   Ldef        [noIMid] apr_proc_other_child_refresh
    [528]   0x20001514    .data      EXP     DS   Ldef        [noIMid] apr_proc_other_child_refresh_all
    [529]   0x20001520    .data      EXP     DS   Ldef        [noIMid] apr_os_uuid_get
    [530]   0x2000152c    .data      EXP     DS   Ldef        [noIMid] apr_generate_random_bytes
    [531]   0x20001538    .data      EXP     DS   Ldef        [noIMid] apr_unix_setup_time
    [532]   0x20001544    .data      EXP     DS   Ldef        [noIMid] apr_signal_init
    [533]   0x20001550    .data      EXP     DS   Ldef        [noIMid] apr_initialize
    [534]   0x2000155c    .data      EXP     DS   Ldef        [noIMid] apr_app_initialize
    [535]   0x20001568    .data      EXP     DS   Ldef        [noIMid] apr_terminate
    [536]   0x20001574    .data      EXP     DS   Ldef        [noIMid] apr_terminate2
    [537]   0x20001580    .data      EXP     DS   Ldef        [noIMid] apr_version
    [538]   0x2000158c    .data      EXP     DS   Ldef        [noIMid] apr_version_string
    [539]   0x20001598    .data      EXP     DS   Ldef        [noIMid] apr_mmap_offset
    [540]   0x200015a4    .data      EXP     DS   Ldef        [noIMid] apr_mmap_create
    [541]   0x200015bc    .data      EXP     DS   Ldef        [noIMid] apr_mmap_dup
    [542]   0x200015c8    .data      EXP     DS   Ldef        [noIMid] apr_mmap_delete
    [543]   0x200015d4    .data      EXP     DS   Ldef        [noIMid] apr_inet_ntop
    [544]   0x200015e0    .data      EXP     DS   Ldef        [noIMid] apr_inet_pton
    [545]   0x200015ec    .data      EXP     DS   Ldef        [noIMid] apr_mcast_join
    [546]   0x200015f8    .data      EXP     DS   Ldef        [noIMid] apr_mcast_leave
    [547]   0x20001604    .data      EXP     DS   Ldef        [noIMid] apr_mcast_hops
    [548]   0x20001610    .data      EXP     DS   Ldef        [noIMid] apr_mcast_loopback
    [549]   0x2000161c    .data      EXP     DS   Ldef        [noIMid] apr_mcast_interface
    [550]   0x20001628    .data      EXP     DS   Ldef        [noIMid] apr_sockaddr_vars_set
    [551]   0x20001634    .data      EXP     DS   Ldef        [noIMid] apr_socket_send
    [552]   0x20001640    .data      EXP     DS   Ldef        [noIMid] apr_socket_recv
    [553]   0x2000164c    .data      EXP     DS   Ldef        [noIMid] apr_socket_sendto
    [554]   0x20001658    .data      EXP     DS   Ldef        [noIMid] apr_socket_recvfrom
    [555]   0x20001664    .data      EXP     DS   Ldef        [noIMid] apr_socket_sendv
    [556]   0x20001670    .data      EXP     DS   Ldef        [noIMid] apr_socket_sendfile
    [557]   0x2000167c    .data      EXP     DS   Ldef        [noIMid] apr_sockaddr_ip_get
    [558]   0x20001688    .data      EXP     DS   Ldef        [noIMid] apr_socket_addr_get
    [559]   0x20001694    .data      EXP     DS   Ldef        [noIMid] apr_parse_addr_port
    [560]   0x200016a0    .data      EXP     DS   Ldef        [noIMid] apr_sockaddr_info_get
    [561]   0x200016ac    .data      EXP     DS   Ldef        [noIMid] apr_getnameinfo
    [562]   0x200016b8    .data      EXP     DS   Ldef        [noIMid] apr_getservbyname
    [563]   0x200016c4    .data      EXP     DS   Ldef        [noIMid] apr_sockaddr_equal
    [564]   0x200016d0    .data      EXP     DS   Ldef        [noIMid] apr_sockaddr_is_wildcard
    [565]   0x200016dc    .data      EXP     DS   Ldef        [noIMid] apr_ipsubnet_create
    [566]   0x200016e8    .data      EXP     DS   Ldef        [noIMid] apr_ipsubnet_test
    [567]   0x200016f4    .data      EXP     DS   Ldef        [noIMid] apr_poll
    [568]   0x2000179c    .data      EXP     DS   Ldef        [noIMid] apr_socket_atreadeof
    [569]   0x200017a8    .data      EXP     DS   Ldef        [noIMid] apr_socket_protocol_get
    [570]   0x200017c0    .data      EXP     DS   Ldef        [noIMid] apr_socket_create
    [571]   0x200017cc    .data      EXP     DS   Ldef        [noIMid] apr_socket_shutdown
    [572]   0x200017d8    .data      EXP     DS   Ldef        [noIMid] apr_socket_close
    [573]   0x200017e4    .data      EXP     DS   Ldef        [noIMid] apr_socket_bind
    [574]   0x200017f0    .data      EXP     DS   Ldef        [noIMid] apr_socket_listen
    [575]   0x200017fc    .data      EXP     DS   Ldef        [noIMid] apr_socket_accept
    [576]   0x20001808    .data      EXP     DS   Ldef        [noIMid] apr_socket_connect
    [577]   0x20001814    .data      EXP     DS   Ldef        [noIMid] apr_socket_type_get
    [578]   0x20001820    .data      EXP     DS   Ldef        [noIMid] apr_socket_data_get
    [579]   0x2000182c    .data      EXP     DS   Ldef        [noIMid] apr_socket_data_set
    [580]   0x20001838    .data      EXP     DS   Ldef        [noIMid] apr_os_sock_get
    [581]   0x20001844    .data      EXP     DS   Ldef        [noIMid] apr_os_sock_make
    [582]   0x20001850    .data      EXP     DS   Ldef        [noIMid] apr_os_sock_put
    [583]   0x2000185c    .data      EXP     DS   Ldef        [noIMid] apr_socket_pool_get
    [584]   0x20001868    .data      EXP     DS   Ldef        [noIMid] apr_socket_inherit_set
    [585]   0x20001874    .data      EXP     DS   Ldef        [noIMid] apr_socket_inherit_unset
    [586]   0x20001880    .data      EXP     DS   Ldef        [noIMid] apr_socket_timeout_set
    [587]   0x2000188c    .data      EXP     DS   Ldef        [noIMid] apr_socket_opt_set
    [588]   0x20001898    .data      EXP     DS   Ldef        [noIMid] apr_socket_timeout_get
    [589]   0x200018a4    .data      EXP     DS   Ldef        [noIMid] apr_socket_opt_get
    [590]   0x200018b0    .data      EXP     DS   Ldef        [noIMid] apr_socket_atmark
    [591]   0x200018bc    .data      EXP     DS   Ldef        [noIMid] apr_gethostname
    [592]   0x200018c8    .data      EXP     DS   Ldef        [noIMid] apr_pollset_drain_wakeup_pipe
    [593]   0x200018d4    .data      EXP     DS   Ldef        [noIMid] apr_pollcb_create_ex
    [594]   0x200018e0    .data      EXP     DS   Ldef        [noIMid] apr_pollcb_create
    [595]   0x200018ec    .data      EXP     DS   Ldef        [noIMid] apr_pollcb_add
    [596]   0x200018f8    .data      EXP     DS   Ldef        [noIMid] apr_pollcb_remove
    [597]   0x20001904    .data      EXP     DS   Ldef        [noIMid] apr_pollcb_poll
    [598]   0x20001910    .data      EXP     DS   Ldef        [noIMid] apr_pollset_create_ex
    [599]   0x2000191c    .data      EXP     DS   Ldef        [noIMid] apr_pollset_method_name
    [600]   0x20001928    .data      EXP     DS   Ldef        [noIMid] apr_poll_method_defname
    [601]   0x20001934    .data      EXP     DS   Ldef        [noIMid] apr_pollset_create
    [602]   0x20001940    .data      EXP     DS   Ldef        [noIMid] apr_pollset_destroy
    [603]   0x2000194c    .data      EXP     DS   Ldef        [noIMid] apr_pollset_wakeup
    [604]   0x20001958    .data      EXP     DS   Ldef        [noIMid] apr_pollset_add
    [605]   0x20001964    .data      EXP     DS   Ldef        [noIMid] apr_pollset_remove
    [606]   0x20001970    .data      EXP     DS   Ldef        [noIMid] apr_pollset_poll
    [607]   0x2000197c    .data      EXP     DS   Ldef        [noIMid] apr_crypto_sha256_new
    [608]   0x20001988    .data      EXP     DS   Ldef        [noIMid] apr_random_init
    [609]   0x20001994    .data      EXP     DS   Ldef        [noIMid] apr_random_after_fork
    [610]   0x200019a0    .data      EXP     DS   Ldef        [noIMid] apr_random_standard_new
    [611]   0x200019ac    .data      EXP     DS   Ldef        [noIMid] apr_random_add_entropy
    [612]   0x200019b8    .data      EXP     DS   Ldef        [noIMid] apr_random_secure_bytes
    [613]   0x200019c4    .data      EXP     DS   Ldef        [noIMid] apr_random_insecure_bytes
    [614]   0x200019d0    .data      EXP     DS   Ldef        [noIMid] apr_random_barrier
    [615]   0x200019dc    .data      EXP     DS   Ldef        [noIMid] apr_random_secure_ready
    [616]   0x200019e8    .data      EXP     DS   Ldef        [noIMid] apr_random_insecure_ready
    [617]   0x200019f4    .data      EXP     DS   Ldef        [noIMid] apr__SHA256_Init
    [618]   0x20001a00    .data      EXP     DS   Ldef        [noIMid] apr__SHA256_Transform
    [619]   0x20001a0c    .data      EXP     DS   Ldef        [noIMid] apr__SHA256_Update
    [620]   0x20001a18    .data      EXP     DS   Ldef        [noIMid] apr__SHA256_Final
    [621]   0x20001a24    .data      EXP     DS   Ldef        [noIMid] apr__SHA256_End
    [622]   0x20001a30    .data      EXP     DS   Ldef        [noIMid] apr__SHA256_Data
    [623]   0x20001a3c    .data      EXP     DS   Ldef        [noIMid] apr_uid_current
    [624]   0x20001a48    .data      EXP     DS   Ldef        [noIMid] apr_shm_create
    [625]   0x20001a6c    .data      EXP     DS   Ldef        [noIMid] apr_shm_create_ex
    [626]   0x20001a78    .data      EXP     DS   Ldef        [noIMid] apr_shm_remove
    [627]   0x20001a84    .data      EXP     DS   Ldef        [noIMid] apr_shm_destroy
    [628]   0x20001a90    .data      EXP     DS   Ldef        [noIMid] apr_shm_attach
    [629]   0x20001a9c    .data      EXP     DS   Ldef        [noIMid] apr_shm_attach_ex
    [630]   0x20001aa8    .data      EXP     DS   Ldef        [noIMid] apr_shm_detach
    [631]   0x20001ab4    .data      EXP     DS   Ldef        [noIMid] apr_shm_baseaddr_get
    [632]   0x20001ac0    .data      EXP     DS   Ldef        [noIMid] apr_shm_size_get
    [633]   0x20001acc    .data      EXP     DS   Ldef        [noIMid] apr_shm_pool_get
    [634]   0x20001ad8    .data      EXP     DS   Ldef        [noIMid] apr_os_shm_get
    [635]   0x20001ae4    .data      EXP     DS   Ldef        [noIMid] apr_os_shm_put
    [636]   0x20001af0    .data      EXP     DS   Ldef        [noIMid] apr_uid_get
    [637]   0x20001afc    .data      EXP     DS   Ldef        [noIMid] apr_gid_get
    [638]   0x20001b08    .data      EXP     DS   Ldef        [noIMid] apr_signal
    [639]   0x20001b14    .data      EXP     DS   Ldef        [noIMid] apr_proc_detach
    [640]   0x20001b20    .data      EXP     DS   Ldef        [noIMid] apr_procattr_create
    [641]   0x20001b2c    .data      EXP     DS   Ldef        [noIMid] apr_procattr_io_set
    [642]   0x20001b38    .data      EXP     DS   Ldef        [noIMid] apr_procattr_child_in_set
    [643]   0x20001b44    .data      EXP     DS   Ldef        [noIMid] apr_procattr_child_out_set
    [644]   0x20001b50    .data      EXP     DS   Ldef        [noIMid] apr_procattr_child_err_set
    [645]   0x20001b5c    .data      EXP     DS   Ldef        [noIMid] apr_procattr_dir_set
    [646]   0x20001b68    .data      EXP     DS   Ldef        [noIMid] apr_procattr_cmdtype_set
    [647]   0x20001b74    .data      EXP     DS   Ldef        [noIMid] apr_procattr_detach_set
    [648]   0x20001b80    .data      EXP     DS   Ldef        [noIMid] apr_proc_fork
    [649]   0x20001b8c    .data      EXP     DS   Ldef        [noIMid] apr_procattr_child_errfn_set
    [650]   0x20001b98    .data      EXP     DS   Ldef        [noIMid] apr_procattr_error_check_set
    [651]   0x20001ba4    .data      EXP     DS   Ldef        [noIMid] apr_procattr_addrspace_set
    [652]   0x20001bb0    .data      EXP     DS   Ldef        [noIMid] apr_procattr_user_set
    [653]   0x20001bbc    .data      EXP     DS   Ldef        [noIMid] apr_procattr_group_set
    [654]   0x20001bc8    .data      EXP     DS   Ldef        [noIMid] apr_proc_create
    [655]   0x20001bd4    .data      EXP     DS   Ldef        [noIMid] apr_proc_wait_all_procs
    [656]   0x20001be0    .data      EXP     DS   Ldef        [noIMid] apr_procattr_limit_set
    [657]   0x20001bec    .data      EXP     DS   Ldef        [noIMid] apr_signal_description_get
    [658]   0x20001bf8    .data      EXP     DS   Ldef        [noIMid] apr_signal_thread
    [659]   0x20001c04    .data      EXP     DS   Ldef        [noIMid] apr_setup_signal_thread
    [660]   0x20001c10    .data      EXP     DS   Ldef        [noIMid] apr_signal_block
    [661]   0x20001c1c    .data      EXP     DS   Ldef        [noIMid] apr_signal_unblock
    [662]   0x20001c28    .data      EXP     DS   Ldef        [noIMid] apr_threadattr_create
    [663]   0x20001c4c    .data      EXP     DS   Ldef        [noIMid] apr_threadattr_detach_set
    [664]   0x20001c58    .data      EXP     DS   Ldef        [noIMid] apr_threadattr_detach_get
    [665]   0x20001c64    .data      EXP     DS   Ldef        [noIMid] apr_threadattr_stacksize_set
    [666]   0x20001c70    .data      EXP     DS   Ldef        [noIMid] apr_threadattr_guardsize_set
    [667]   0x20001c7c    .data      EXP     DS   Ldef        [noIMid] apr_thread_create
    [668]   0x20001c88    .data      EXP     DS   Ldef        [noIMid] apr_os_thread_current
    [669]   0x20001c94    .data      EXP     DS   Ldef        [noIMid] apr_os_thread_equal
    [670]   0x20001ca0    .data      EXP     DS   Ldef        [noIMid] apr_thread_exit
    [671]   0x20001cac    .data      EXP     DS   Ldef        [noIMid] apr_thread_join
    [672]   0x20001cb8    .data      EXP     DS   Ldef        [noIMid] apr_thread_detach
    [673]   0x20001cc4    .data      EXP     DS   Ldef        [noIMid] apr_thread_yield
    [674]   0x20001cd0    .data      EXP     DS   Ldef        [noIMid] apr_thread_data_get
    [675]   0x20001cdc    .data      EXP     DS   Ldef        [noIMid] apr_thread_data_set
    [676]   0x20001ce8    .data      EXP     DS   Ldef        [noIMid] apr_os_thread_get
    [677]   0x20001cf4    .data      EXP     DS   Ldef        [noIMid] apr_os_thread_put
    [678]   0x20001d00    .data      EXP     DS   Ldef        [noIMid] apr_thread_once_init
    [679]   0x20001d0c    .data      EXP     DS   Ldef        [noIMid] apr_thread_once
    [680]   0x20001d18    .data      EXP     DS   Ldef        [noIMid] apr_thread_pool_get
    [681]   0x20001d24    .data      EXP     DS   Ldef        [noIMid] apr_threadkey_private_create
    [682]   0x20001d30    .data      EXP     DS   Ldef        [noIMid] apr_threadkey_private_get
    [683]   0x20001d3c    .data      EXP     DS   Ldef        [noIMid] apr_threadkey_private_set
    [684]   0x20001d48    .data      EXP     DS   Ldef        [noIMid] apr_threadkey_private_delete
    [685]   0x20001d54    .data      EXP     DS   Ldef        [noIMid] apr_threadkey_data_get
    [686]   0x20001d60    .data      EXP     DS   Ldef        [noIMid] apr_threadkey_data_set
    [687]   0x20001d6c    .data      EXP     DS   Ldef        [noIMid] apr_os_threadkey_get
    [688]   0x20001d78    .data      EXP     DS   Ldef        [noIMid] apr_os_threadkey_put
    [689]   0x20001d84    .data      EXP     DS   Ldef        [noIMid] apr_time_exp_tz
    [690]   0x20001d90    .data      EXP     DS   Ldef        [noIMid] apr_time_exp_gmt
    [691]   0x20001d9c    .data      EXP     DS   Ldef        [noIMid] apr_time_exp_lt
    [692]   0x20001da8    .data      EXP     DS   Ldef        [noIMid] apr_time_exp_get
    [693]   0x20001db4    .data      EXP     DS   Ldef        [noIMid] apr_time_exp_gmt_get
    [694]   0x20001dc0    .data      EXP     DS   Ldef        [noIMid] apr_os_imp_time_get
    [695]   0x20001dcc    .data      EXP     DS   Ldef        [noIMid] apr_os_exp_time_get
    [696]   0x20001dd8    .data      EXP     DS   Ldef        [noIMid] apr_os_imp_time_put
    [697]   0x20001de4    .data      EXP     DS   Ldef        [noIMid] apr_os_exp_time_put
    [698]   0x20001df0    .data      EXP     DS   Ldef        [noIMid] apr_time_clock_hires
    [699]   0x20001dfc    .data      EXP     DS   Ldef        [noIMid] apr_rfc822_date
    [700]   0x20001e08    .data      EXP     DS   Ldef        [noIMid] apr_ctime
    [701]   0x20001e14    .data      EXP     DS   Ldef        [noIMid] apr_strftime
    [702]   0x20001e20    .data      EXP     DS   Ldef        [noIMid] apr_gid_name_get
    [703]   0x20001e2c    .data      EXP     DS   Ldef        [noIMid] apr_uid_homepath_get
    [704]   0x20001e38    .data      EXP     DS   Ldef        [noIMid] apr_uid_name_get


    #AIXOpenSource
    #AIX-Open-Source-Software


  • 6.  Re: Compile gmond for VIO Server (AIX 6.1)

    Posted Fri July 13, 2018 06:22 AM

    Originally posted by: AyappanP


    Seems like you have built apr in AIX 7.1 or AIX 7.2 and using it in VIOS (which is based on AIX 6.1). That is not going to work.

    Building the code in higher AIX version and running it in Older AIX version will not work.


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 7.  Re: Compile gmond for VIO Server (AIX 6.1)

    Posted Mon July 16, 2018 01:54 AM

    Originally posted by: km9fkf


    Good Morning Sir,

     

    i can't do a "cross-compile"?

    Or can i use this Options "export CFLAGS="-DSYSV -D_AIX -D_AIX32 -D_AIX41 -D_AIX43 -D_AIX51 -D_AIX52 -D_AIX53 -D_AIX61 -D_ALL_SOURCE -DFUNCPROTO=15 -O -I/opt/freeware/includ

    e" "?

     

     

     


    #AIXOpenSource
    #AIX-Open-Source-Software


  • 8.  Re: Compile gmond for VIO Server (AIX 6.1)

    Posted Mon July 16, 2018 03:12 AM

    Originally posted by: AyappanP


    No, it will not work.


    #AIX-Open-Source-Software
    #AIXOpenSource