Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi, i was trying to use wget in funplug 0.5, wget installed from additional ffp packages.
"[...]
HTTP request sent, awaiting response... 200 OK
Length: 103809024 (99M) [application/octet-stream]
Saving to: `Inc.08.part01.rar'
0% [ ] 0 --.-K/s
wget: can't resolve symbol 'clock_getres'
"
any ideas what can be wrong ?
Offline
I get this error message too.
I suspect that there is some sort of build/library problem with that package, but I didn't track it down.
My workaround was to use /bin/wget
Also, the wget in optware seems to work fine and coexist with ffp ok if you need the newer version for some reason.
Offline
Hello.
I get this error message too.
root@Storage_HD:~# wget -c -t 0 http://Zagadochnaya.Isto
ria.2008.BDRip.720p.Veralex.mkv
--2009-05-03 09:55:46-- http://Zagadochnaya.Istoria.2008.BDRip.720p.Veralex.mkv
Resolving r70.vip-file.com... 78.140.147.207
Connecting to r70.vip-file.com|78.140.147.207|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://Zagadochnaya.Istoria.2008.BDRip.720p.Veralex.mkv [following]
--2009-05-03 09:55:46-- http://Zagadochnaya.Istoria.2008.BDRip.720p.Veralex.mkv
Connecting to r70.vip-file.com|78.140.147.207|:8080... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8468469760 (7.9G) [application/octet-stream]
Saving to: `Zagadochnaya.Istoria.2008.BDRip.720p.Veralex.mkv'
0% [ ] 0 --.-K/s wget: can't resolve symbol 'clock_getres'
The package is downloaded from Uli. wget-1.11.4-2.tgz
What can the problem be caused?
Thank you.
Last edited by pmmson (2009-05-03 09:13:34)
Offline
fonz wrote:
where did you get the wget package from? please check with 'readelf -d /ffp/bin/wget' if it has an RPATH entry.
Fonz,
I'm pretty sure it's the one from the ffp v0.5 package.
I don't have readelf. Is it it's own package?
Offline
Ok. wget is a symlink to busybox
I need to install binutils, I think, to get what you asked for, but here's what I have right now.
root@goliath:~# ldd /ffp/bin/wget
/ffp/bin/wget: is setuid
libcrypt.so.0 => /ffp/lib/libcrypt.so.0 (0x4000e000)
libm.so.0 => /ffp/lib/libm.so.0 (0x4002b000)
libc.so.0 => /ffp/lib/libc.so.0 (0x40046000)
ld-uClibc.so.0 => /ffp/lib/ld-uClibc.so.0 (0x40000000)
root@goliath:~# busybox wget --version
wget: unrecognized option `--version'
BusyBox v1.12.1 (2008-09-29 20:38:04 CEST) multi-call binary
Usage: wget [-c|--continue] [-s|--spider] [-q|--quiet] [-O|--output-document file]
[--header 'header: value'] [-Y|--proxy on/off] [-P DIR]
[-U|--user-agent agent] url
Offline
Here it is:
root@goliath:/home/root# type wget
wget is /ffp/bin/wget
root@goliath:/home/root# ls -la /ffp/bin/wget
lrwxrwxrwx 1 root root 7 Apr 11 12:27 /ffp/bin/wget -> busybox
root@goliath:/home/root# readelf -d /ffp/bin/wget
Dynamic section at offset 0x9f014 contains 20 entries:
Tag Type Name/Value
0x00000001 (NEEDED) Shared library: [libcrypt.so.0]
0x00000001 (NEEDED) Shared library: [libm.so.0]
0x00000001 (NEEDED) Shared library: [libc.so.0]
0x0000000f (RPATH) Library rpath: [/ffp/lib]
0x0000000c (INIT) 0xbd60
0x0000000d (FINI) 0x891a0
0x00000004 (HASH) 0x810c
0x00000005 (STRTAB) 0xa45c
0x00000006 (SYMTAB) 0x8b6c
0x0000000a (STRSZ) 3307 (bytes)
0x0000000b (SYMENT) 16 (bytes)
0x00000015 (DEBUG) 0x0
0x00000003 (PLTGOT) 0xaf0dc
0x00000002 (PLTRELSZ) 2976 (bytes)
0x00000014 (PLTREL) REL
0x00000017 (JMPREL) 0xb1c0
0x00000011 (REL) 0xb148
0x00000012 (RELSZ) 120 (bytes)
0x00000013 (RELENT) 8 (bytes)
0x00000000 (NULL) 0x0
root@goliath:/home/root#
Offline
root@bob:~# readelf -s /ffp/lib/libuClibc-0.9.29.so | grep clock_getres 323: 0000b5b0 44 FUNC GLOBAL DEFAULT 7 clock_getres
Are you using a current uclibc?
Offline
I think so,
Here is a fairly large dump of uClibC with version, ...
root@goliath:~# readelf -s /ffp/lib/libuClibc-0.9.29.so | grep clock_getres
root@goliath:~# ls -la /ffp/lib/libuClibc-0.9.29.so
-rwxr-xr-x 1 root root 322696 Oct 1 2008 /ffp/lib/libuClibc-0.9.29.so
root@goliath:~# readelf -s /ffp/lib/libuClibc-0.9.29.so
Symbol table '.dynsym' contains 1245 entries:
Num: Value Size Type Bind Vis Ndx Name
0: 00000000 0 NOTYPE LOCAL DEFAULT UND
1: 0000aa90 0 SECTION LOCAL DEFAULT 7
2: 0002a388 40 FUNC GLOBAL DEFAULT 7 getwchar
3: 00042aa8 148 FUNC GLOBAL DEFAULT 7 seed48_r
4: 0000c48c 52 FUNC WEAK DEFAULT 7 longjmp
5: 0002d4c8 16 FUNC GLOBAL DEFAULT 7 __libc_tcdrain
6: 0002c80c 28 FUNC GLOBAL DEFAULT 7 stpcpy
7: 0002a208 236 FUNC GLOBAL DEFAULT 7 putchar
8: 0001924c 116 FUNC GLOBAL DEFAULT 7 tsearch
9: 0000b5cc 44 FUNC GLOBAL DEFAULT 7 clock_gettime
10: 0000c874 68 FUNC GLOBAL DEFAULT 7 ntp_gettime
11: 000217b4 144 FUNC GLOBAL DEFAULT 7 setgrent
12: 0000afd4 244 FUNC GLOBAL DEFAULT 7 __libc_sigaction
13: 0000cc9c 28 FUNC GLOBAL DEFAULT 7 __libc_pread
14: 00043cb4 8 FUNC GLOBAL DEFAULT 7 wcstoimax
15: 00023598 48 FUNC GLOBAL DEFAULT 7 putw
16: 0001dbf4 60 FUNC GLOBAL DEFAULT 7 mbrlen
17: 0002be38 28 FUNC GLOBAL DEFAULT 7 strcpy
18: 0000b574 44 FUNC GLOBAL DEFAULT 7 chroot
19: 0001b188 36 FUNC GLOBAL DEFAULT 7 asctime
20: 00032f90 1516 FUNC GLOBAL DEFAULT 7 rcmd
21: 0000d6fc 108 FUNC GLOBAL DEFAULT 7 setrlimit64
22: 0000ab80 48 FUNC GLOBAL DEFAULT 7 inb
23: 000420a0 300 FUNC GLOBAL DEFAULT 7 unsetenv
24: 0002dd4c 380 FUNC GLOBAL DEFAULT 7 authunix_create
25: 000430b0 8 FUNC GLOBAL DEFAULT 7 mkstemp64
26: 0003e168 272 FUNC GLOBAL DEFAULT 7 gethostent_r
27: 0003764c 4 FUNC GLOBAL DEFAULT 7 xdr_longlong_t
28: 0000f47c 48 FUNC GLOBAL DEFAULT 7 warnx
29: 0002b770 44 FUNC GLOBAL DEFAULT 7 bcmp
30: 0000b1b0 8 FUNC GLOBAL DEFAULT 7 setjmp
31: 0000df44 8 FUNC WEAK DEFAULT 7 waitpid
32: 0000b114 20 FUNC GLOBAL DEFAULT 7 __longjmp
33: 00023d58 148 FUNC GLOBAL DEFAULT 7 tmpfile
34: 00038dfc 316 FUNC GLOBAL DEFAULT 7 xdrrec_create
35: 0000ba18 44 FUNC GLOBAL DEFAULT 7 __libc_fsync
36: 00035254 288 FUNC GLOBAL DEFAULT 7 xprt_register
37: 0000c1a8 44 FUNC GLOBAL DEFAULT 7 getrlimit
38: 00031fbc 1596 FUNC GLOBAL DEFAULT 7 clnt_broadcast
39: 0000c960 44 FUNC WEAK DEFAULT 7 pause
40: 0000c328 80 FUNC GLOBAL DEFAULT 7 ioctl
41: 00046b40 64 FUNC GLOBAL DEFAULT 7 pthread_cond_signal
42: 0000df78 44 FUNC WEAK DEFAULT 7 writev
43: 0000baa0 44 FUNC GLOBAL DEFAULT 7 get_kernel_syms
44: 0003f71c 152 FUNC GLOBAL DEFAULT 7 siginterrupt
45: 0000f09c 348 FUNC GLOBAL DEFAULT 7 scandir64
46: 00057758 4 OBJECT GLOBAL DEFAULT 14 _stdio_openlist_use_count
47: 0002818c 52 FUNC GLOBAL DEFAULT 7 vscanf
48: 000228d8 340 FUNC GLOBAL DEFAULT 7 putspent
49: 0003a9c4 144 FUNC GLOBAL DEFAULT 7 if_indextoname
50: 00039588 76 FUNC GLOBAL DEFAULT 7 getservent
51: 0002c428 116 FUNC GLOBAL DEFAULT 7 strtok_r
52: 0000c7b0 44 FUNC GLOBAL DEFAULT 7 munlockall
53: 0001d8f4 144 FUNC GLOBAL DEFAULT 7 getutid
54: 0000afc0 20 FUNC GLOBAL DEFAULT 7 posix_fadvise64
55: 0002d13c 108 FUNC GLOBAL DEFAULT 7 wcstok
56: 0000bf50 44 FUNC GLOBAL DEFAULT 7 getgid
57: 00023fe4 628 FUNC GLOBAL DEFAULT 7 popen
58: 0004605c 956 FUNC GLOBAL DEFAULT 7 sysconf
59: 00023a24 76 FUNC GLOBAL DEFAULT 7 printf
60: 0005622c 4 OBJECT GLOBAL DEFAULT 13 stdout
61: 00023aa4 16 FUNC GLOBAL DEFAULT 7 vsprintf
62: 00041a58 148 FUNC GLOBAL DEFAULT 7 random
63: 00022274 200 FUNC GLOBAL DEFAULT 7 getspnam_r
64: 0000de24 44 FUNC GLOBAL DEFAULT 7 utime
65: 000362dc 312 FUNC GLOBAL DEFAULT 7 svcudp_enablecache
66: 00044198 52 FUNC GLOBAL DEFAULT 7 wcstof
67: 00056748 4 OBJECT GLOBAL DEFAULT 14 daylight
68: 000428cc 12 FUNC GLOBAL DEFAULT 7 lrand48_r
69: 00025d6c 68 FUNC GLOBAL DEFAULT 7 __fsetlocking
70: 0000bed0 40 FUNC GLOBAL DEFAULT 7 getdtablesize
71: 0001338c 40 FUNC GLOBAL DEFAULT 7 _obstack_memory_used
72: 0002d3c0 20 FUNC GLOBAL DEFAULT 7 cfgetospeed
73: 000283c0 176 FUNC GLOBAL DEFAULT 7 vswprintf
74: 0003e0d4 148 FUNC GLOBAL DEFAULT 7 sethostent
75: 00039680 204 FUNC GLOBAL DEFAULT 7 setservent
76: 00032b38 48 FUNC GLOBAL DEFAULT 7 __ivaliduser
77: 00044f84 36 FUNC GLOBAL DEFAULT 7 getlogin
78: 0002abd0 260 FUNC GLOBAL DEFAULT 7 putc_unlocked
79: 00046700 64 FUNC GLOBAL DEFAULT 7 pthread_attr_destroy
80: 0003f378 40 FUNC WEAK DEFAULT 7 recv
81: 0003ea78 56 FUNC GLOBAL DEFAULT 7 __dn_expand
82: 0000e054 44 FUNC GLOBAL DEFAULT 7 llistxattr
83: 0003f2bc 36 FUNC WEAK DEFAULT 7 connect
84: 0000f938 328 FUNC GLOBAL DEFAULT 7 lockf64
85: 000238a4 384 FUNC GLOBAL DEFAULT 7 ungetc
86: 00034c90 52 FUNC GLOBAL DEFAULT 7 svcerr_auth
87: 0002d590 180 FUNC GLOBAL DEFAULT 7 tcgetsid
88: 000398b8 312 FUNC GLOBAL DEFAULT 7 getservbyname_r
89: 00000000 0 NOTYPE WEAK DEFAULT UND __pthread_once
90: 000561b0 24 OBJECT GLOBAL DEFAULT 13 _time_tzlock
91: 0001da98 196 FUNC GLOBAL DEFAULT 7 getutline
92: 0003f6e4 24 FUNC GLOBAL DEFAULT 7 sigemptyset
93: 00025ccc 16 FUNC GLOBAL DEFAULT 7 __fbufsize
94: 0000de50 44 FUNC GLOBAL DEFAULT 7 utimes
95: 0000b78c 44 FUNC GLOBAL DEFAULT 7 epoll_wait
96: 0003fa5c 36 FUNC GLOBAL DEFAULT 7 __sigdelset
97: 0001aea0 52 FUNC GLOBAL DEFAULT 7 shmctl
98: 0002b258 40 FUNC GLOBAL DEFAULT 7 putwchar_unlocked
99: 0002c9cc 48 FUNC GLOBAL DEFAULT 7 strerror
100: 00044e48 316 FUNC GLOBAL DEFAULT 7 fpathconf
101: 00035880 40 FUNC GLOBAL DEFAULT 7 svc_exit
102: 00047040 76 FUNC GLOBAL DEFAULT 7 __uClibc_fini
103: 0002ba64 236 FUNC GLOBAL DEFAULT 7 memrchr
104: 0002cb3c 60 FUNC GLOBAL DEFAULT 7 strndup
105: 0000bf24 44 FUNC GLOBAL DEFAULT 7 geteuid
106: 0000e160 48 FUNC GLOBAL DEFAULT 7 lsetxattr
107: 0003ba30 232 FUNC GLOBAL DEFAULT 7 inet_pton
108: 00046740 64 FUNC GLOBAL DEFAULT 7 pthread_attr_init
109: 00042f14 236 FUNC GLOBAL DEFAULT 7 arc4random_stir
110: 0000d9b0 80 FUNC GLOBAL DEFAULT 7 stat64
111: 0002c4b0 124 FUNC GLOBAL DEFAULT 7 __xpg_basename
112: 0003f9c4 8 FUNC GLOBAL DEFAULT 7 sigpause
113: 0002b7b0 4 FUNC GLOBAL DEFAULT 7 memmove
114: 0000e0ac 44 FUNC GLOBAL DEFAULT 7 fgetxattr
115: 00019214 56 FUNC GLOBAL DEFAULT 7 hsearch
116: 00046f88 56 FUNC GLOBAL DEFAULT 7 pthread_exit
117: 00023eb8 300 FUNC GLOBAL DEFAULT 7 pclose
118: 00045a48 36 FUNC GLOBAL DEFAULT 7 getopt_long
119: 00025cec 28 FUNC GLOBAL DEFAULT 7 __fpending
120: 0003faa8 92 FUNC GLOBAL DEFAULT 7 sighold
121: 0003a550 172 FUNC GLOBAL DEFAULT 7 endnetent
122: 00023ae4 48 FUNC GLOBAL DEFAULT 7 snprintf
123: 0000b0e4 48 FUNC GLOBAL DEFAULT 7 syscall
124: 00045d44 316 FUNC GLOBAL DEFAULT 7 pathconf
125: 00031c68 304 FUNC GLOBAL DEFAULT 7 pmap_set
126: 0000c7dc 44 FUNC GLOBAL DEFAULT 7 munmap
127: 0002abac 36 FUNC GLOBAL DEFAULT 7 fileno_unlocked
128: 00022470 172 FUNC GLOBAL DEFAULT 7 ulckpwdf
129: 0000d0ec 44 FUNC GLOBAL DEFAULT 7 sched_getparam
130: 0001d12c 908 FUNC GLOBAL DEFAULT 7 getttyent
131: 0000c48c 52 FUNC GLOBAL DEFAULT 7 _longjmp
132: 00043cbc 8 FUNC GLOBAL DEFAULT 7 wcstoull
133: 0005a300 4 OBJECT GLOBAL DEFAULT 14 rexecoptions
134: 0000c628 76 FUNC GLOBAL DEFAULT 7 mknod
135: 00038200 124 FUNC GLOBAL DEFAULT 7 xdr_uint8_t
136: 00024788 244 FUNC GLOBAL DEFAULT 7 ftello64
137: 0003827c 52 FUNC GLOBAL DEFAULT 7 xdrmem_create
138: 0000b29c 116 FUNC GLOBAL DEFAULT 7 __libc_fcntl
139: 00043224 12 FUNC GLOBAL DEFAULT 7 atol
140: 00056580 4 OBJECT WEAK DEFAULT 14 _h_errno
141: 000342ac 8 FUNC GLOBAL DEFAULT 7 xdr_des_block
142: 000342b4 48 FUNC GLOBAL DEFAULT 7 xdr_opaque_auth
143: 000414ec 140 FUNC GLOBAL DEFAULT 7 malloc_stats
144: 00034758 908 FUNC GLOBAL DEFAULT 7 ruserpass
145: 0002a9d4 320 FUNC GLOBAL DEFAULT 7 getc_unlocked
146: 00021844 72 FUNC GLOBAL DEFAULT 7 getgrgid
147: 0002e4fc 284 FUNC GLOBAL DEFAULT 7 clnt_spcreateerror
148: 0000dbc8 44 FUNC GLOBAL DEFAULT 7 times
149: 00019ecc 212 FUNC GLOBAL DEFAULT 7 statfs64
150: 0005a248 4 OBJECT GLOBAL DEFAULT 14 re_syntax_options
151: 000117bc 44 FUNC GLOBAL DEFAULT 7 ftw64
152: 0004291c 52 FUNC GLOBAL DEFAULT 7 nrand48
153: 00056168 4 OBJECT GLOBAL DEFAULT 13 __ctype_b
154: 00043560 8 FUNC GLOBAL DEFAULT 7 strtoimax
155: 00039f94 88 FUNC GLOBAL DEFAULT 7 getprotobynumber
156: 0002dec8 172 FUNC GLOBAL DEFAULT 7 authunix_create_default
157: 0002e4a4 44 FUNC GLOBAL DEFAULT 7 clnt_perrno
158: 0000f088 20 FUNC GLOBAL DEFAULT 7 alphasort64
159: 000416d8 124 FUNC GLOBAL DEFAULT 7 getenv
160: 0002cebc 36 FUNC WEAK DEFAULT 7 wcslen
161: 0001df9c 8 FUNC GLOBAL DEFAULT 7 iswcntrl
162: 0000c870 4 FUNC GLOBAL DEFAULT 7 __cyg_profile_func_exit
163: 0000cb58 56 FUNC WEAK DEFAULT 7 pwrite64
164: 0000b868 52 FUNC GLOBAL DEFAULT 7 fchmod
165: 0005aea4 0 NOTYPE GLOBAL DEFAULT ABS _bss_end__
166: 00022714 304 FUNC GLOBAL DEFAULT 7 putgrent
167: 0001dfc4 8 FUNC GLOBAL DEFAULT 7 iswpunct
168: 0005657c 4 OBJECT GLOBAL DEFAULT 14 errno
169: 0000d4e0 44 FUNC GLOBAL DEFAULT 7 setfsuid
170: 00043d24 8 FUNC GLOBAL DEFAULT 7 strtold
171: 0000bef8 44 FUNC GLOBAL DEFAULT 7 getegid
172: 0000e88c 52 FUNC GLOBAL DEFAULT 7 isblank
173: 00031600 180 FUNC GLOBAL DEFAULT 7 getrpcbynumber_r
174: 000236e0 16 FUNC GLOBAL DEFAULT 7 setlinebuf
175: 0000d5f4 44 FUNC GLOBAL DEFAULT 7 setpriority
176: 00043218 12 FUNC GLOBAL DEFAULT 7 labs
177: 00043cb4 8 FUNC GLOBAL DEFAULT 7 wcstoll
178: 0000c120 48 FUNC GLOBAL DEFAULT 7 getpriority
179: 0001df94 8 FUNC GLOBAL DEFAULT 7 iswalpha
180: 00023358 220 FUNC GLOBAL DEFAULT 7 gets
181: 0000c98c 44 FUNC GLOBAL DEFAULT 7 personality
182: 0003f274 36 FUNC GLOBAL DEFAULT 7 __libc_accept
183: 0001dfe4 8 FUNC GLOBAL DEFAULT 7 iswblank
184: 0002b9dc 112 FUNC GLOBAL DEFAULT 7 memmem
185: 00000000 48 FUNC GLOBAL DEFAULT UND _dl_app_init_array
186: 0000c17c 44 FUNC GLOBAL DEFAULT 7 getresuid
187: 000434c0 108 FUNC GLOBAL DEFAULT 7 bsearch
188: 0003fb50 92 FUNC GLOBAL DEFAULT 7 sigrelse
189: 000466b4 76 FUNC GLOBAL DEFAULT 7 usleep
190: 0002d278 28 FUNC WEAK DEFAULT 7 wmempcpy
191: 0000b810 44 FUNC GLOBAL DEFAULT 7 execve
192: 0003a104 88 FUNC GLOBAL DEFAULT 7 getprotobyname
193: 0003f54c 32 FUNC GLOBAL DEFAULT 7 __libc_current_sigrtmax
194: 000281c0 136 FUNC GLOBAL DEFAULT 7 vsscanf
195: 0001ad80 52 FUNC GLOBAL DEFAULT 7 semget
196: 00046a40 64 FUNC GLOBAL DEFAULT 7 pthread_condattr_init
197: 0000cb58 56 FUNC GLOBAL DEFAULT 7 __libc_pwrite64
198: 00038060 144 FUNC GLOBAL DEFAULT 7 xdr_int16_t
199: 00043000 104 FUNC GLOBAL DEFAULT 7 arc4random
200: 0000c0c8 44 FUNC WEAK DEFAULT 7 getpid
201: 0000c044 44 FUNC GLOBAL DEFAULT 7 getpagesize
202: 00043130 152 FUNC GLOBAL DEFAULT 7 erand48_r
203: 0000dfd0 44 FUNC GLOBAL DEFAULT 7 lremovexattr
204: 00037564 232 FUNC GLOBAL DEFAULT 7 xdr_u_hyper
205: 0001969c 452 FUNC GLOBAL DEFAULT 7 hsearch_r
206: 000433f4 204 FUNC GLOBAL DEFAULT 7 qsort
207: 0002d094 36 FUNC GLOBAL DEFAULT 7 wcsrchr
208: 0000b89c 44 FUNC GLOBAL DEFAULT 7 fchown
209: 0000dbf4 44 FUNC GLOBAL DEFAULT 7 truncate
210: 00041cd8 208 FUNC GLOBAL DEFAULT 7 setstate_r
211: 0002815c 48 FUNC GLOBAL DEFAULT 7 fscanf
212: 00029d24 164 FUNC GLOBAL DEFAULT 7 fgets
213: 0002c648 172 FUNC GLOBAL DEFAULT 7 dirname
214: 0000c0c8 44 FUNC GLOBAL DEFAULT 7 __libc_getpid
215: 00028470 52 FUNC GLOBAL DEFAULT 7 vwprintf
216: 0003a30c 580 FUNC GLOBAL DEFAULT 7 getnetent
217: 0001dfdc 8 FUNC GLOBAL DEFAULT 7 iswxdigit
218: 0000ccb8 156 FUNC GLOBAL DEFAULT 7 __libc_pselect
219: 0002c52c 248 FUNC GLOBAL DEFAULT 7 __xpg_strerror_r
220: 0000f518 456 FUNC WEAK DEFAULT 7 error_at_line
221: 00046f20 52 FUNC WEAK DEFAULT 7 _pthread_cleanup_pop
222: 00021530 72 FUNC GLOBAL DEFAULT 7 fgetspent
223: 000191f0 36 FUNC GLOBAL DEFAULT 7 hcreate
224: 0000b310 80 FUNC WEAK DEFAULT 7 fcntl64
225: 00021a5c 176 FUNC GLOBAL DEFAULT 7 getpw
226: 0000c1d4 116 FUNC GLOBAL DEFAULT 7 getrlimit64
227: 0000dffc 44 FUNC GLOBAL DEFAULT 7 removexattr
228: 00029c58 204 FUNC GLOBAL DEFAULT 7 getc
229: 0002b1d0 84 FUNC GLOBAL DEFAULT 7 fgetws_unlocked
230: 0000ca3c 48 FUNC GLOBAL DEFAULT 7 prctl
231: 0000b83c 44 FUNC GLOBAL DEFAULT 7 fchdir
232: 0001af9c 56 FUNC GLOBAL DEFAULT 7 msgrcv
233: 0001ae58 72 FUNC GLOBAL DEFAULT 7 shmat
234: 00018db4 576 FUNC GLOBAL DEFAULT 7 re_search_2
235: 0002b7a0 4 FUNC GLOBAL DEFAULT 7 memcpy
236: 0000d590 44 FUNC GLOBAL DEFAULT 7 setitimer
237: 0002d0f4 72 FUNC GLOBAL DEFAULT 7 wcswcs
238: 00031888 352 FUNC GLOBAL DEFAULT 7 pmap_getport
239: 000236f0 436 FUNC GLOBAL DEFAULT 7 setvbuf
240: 00044a5c 164 FUNC GLOBAL DEFAULT 7 execl
241: 0000edd0 156 FUNC GLOBAL DEFAULT 7 seekdir
242: 0000d144 44 FUNC GLOBAL DEFAULT 7 sched_rr_get_interval
243: 00011f40 1380 FUNC GLOBAL DEFAULT 7 glob
244: 00034b44 92 FUNC GLOBAL DEFAULT 7 svc_sendreply
245: 00023464 108 FUNC GLOBAL DEFAULT 7 perror
246: 00033fe8 52 FUNC GLOBAL DEFAULT 7 _rpc_dtablesize
247: 00046024 56 FUNC GLOBAL DEFAULT 7 swab
248: 0000c914 16 FUNC WEAK DEFAULT 7 creat
249: 0000ceb0 44 FUNC GLOBAL DEFAULT 7 readlink
250: 0002a620 388 FUNC GLOBAL DEFAULT 7 _stdio_openlist_dec_use
251: 0000d330 48 FUNC GLOBAL DEFAULT 7 __libc_select
252: 00046c00 64 FUNC GLOBAL DEFAULT 7 pthread_equal
253: 00025db0 28 FUNC GLOBAL DEFAULT 7 __fwritable
254: 000234d0 200 FUNC GLOBAL DEFAULT 7 puts
255: 000445d8 120 FUNC GLOBAL DEFAULT 7 __cxa_finalize
256: 0000b5f8 44 FUNC GLOBAL DEFAULT 7 clock_settime
257: 0000c808 44 FUNC GLOBAL DEFAULT 7 __libc_nanosleep
258: 0000f460 28 FUNC GLOBAL DEFAULT 7 errx
259: 0000b760 44 FUNC GLOBAL DEFAULT 7 dup2
260: 0003f52c 32 FUNC GLOBAL DEFAULT 7 __libc_current_sigrtmin
261: 0000e700 40 FUNC GLOBAL DEFAULT 7 islower
262: 0000dddc 72 FUNC GLOBAL DEFAULT 7 ustat
263: 0001dc30 148 FUNC GLOBAL DEFAULT 7 mbrtowc
264: 0002d4e8 16 FUNC GLOBAL DEFAULT 7 tcflush
265: 00044b00 144 FUNC GLOBAL DEFAULT 7 execle
266: 00025d08 60 FUNC GLOBAL DEFAULT 7 __fpurge
267: 00045a90 468 FUNC GLOBAL DEFAULT 7 getpass
268: 0000e804 68 FUNC GLOBAL DEFAULT 7 tolower
269: 0000c2cc 44 FUNC GLOBAL DEFAULT 7 getuid
270: 0002d644 64 FUNC GLOBAL DEFAULT 7 tcsendbreak
271: 0000ebdc 152 FUNC GLOBAL DEFAULT 7 rewinddir
272: 0001dfb4 8 FUNC GLOBAL DEFAULT 7 iswlower
273: 0001adb4 84 FUNC GLOBAL DEFAULT 7 semctl
274: 000430f0 12 FUNC GLOBAL DEFAULT 7 drand48_r
275: 00042488 336 FUNC WEAK DEFAULT 7 system
276: 00029a70 148 FUNC GLOBAL DEFAULT 7 feof
277: 0002a3b0 164 FUNC GLOBAL DEFAULT 7 fgetws
278: 00013b40 8 FUNC GLOBAL DEFAULT 7 hasmntopt
279: 000474ec 64 FUNC GLOBAL DEFAULT 7 __rpc_thread_svc_max_poll
280: 0002d054 64 FUNC GLOBAL DEFAULT 7 wcspbrk
281: 00043ca4 8 FUNC GLOBAL DEFAULT 7 wcstol
282: 000130f4 240 FUNC GLOBAL DEFAULT 7 _obstack_begin_1
283: 000356fc 168 FUNC GLOBAL DEFAULT 7 svcraw_create
284: 0003d464 468 FUNC GLOBAL DEFAULT 7 __res_querydomain
285: 0003fdd4 2248 FUNC GLOBAL DEFAULT 7 malloc
286: 000235c8 72 FUNC GLOBAL DEFAULT 7 remove
287: 0002d3a0 32 FUNC GLOBAL DEFAULT 7 isatty
288: 0002d3d4 36 FUNC GLOBAL DEFAULT 7 cfgetispeed
289: 000448f0 144 FUNC GLOBAL DEFAULT 7 confstr
290: 0001dfcc 8 FUNC GLOBAL DEFAULT 7 iswspace
291: 00021c64 156 FUNC GLOBAL DEFAULT 7 endpwent
292: 0000c48c 52 FUNC WEAK DEFAULT 7 siglongjmp
293: 00046980 64 FUNC GLOBAL DEFAULT 7 pthread_attr_getscope
294: 0003603c 468 FUNC GLOBAL DEFAULT 7 svctcp_create
295: 00045e80 420 FUNC GLOBAL DEFAULT 7 sleep
296: 0005ade4 4 OBJECT GLOBAL DEFAULT 14 optarg
297: 0000d2d8 44 FUNC GLOBAL DEFAULT 7 sched_setscheduler
298: 0001dbbc 12 FUNC GLOBAL DEFAULT 7 btowc
299: 0000db70 44 FUNC GLOBAL DEFAULT 7 sysinfo
300: 00043560 8 FUNC GLOBAL DEFAULT 7 strtoll
301: 00023cc4 148 FUNC GLOBAL DEFAULT 7 vsnprintf
302: 0003f3a0 56 FUNC WEAK DEFAULT 7 recvfrom
303: 00037a8c 252 FUNC GLOBAL DEFAULT 7 xdr_bytes
304: 00034bf0 80 FUNC GLOBAL DEFAULT 7 svcerr_decode
305: 0002d4c8 16 FUNC WEAK DEFAULT 7 tcdrain
306: 0005616c 4 OBJECT GLOBAL DEFAULT 13 __C_ctype_tolower
307: 00043568 8 FUNC GLOBAL DEFAULT 7 strtoumax
308: 0000da00 44 FUNC WEAK DEFAULT 7 statfs
309: 00037e18 224 FUNC GLOBAL DEFAULT 7 xdr_int64_t
310: 0002cfb4 68 FUNC GLOBAL DEFAULT 7 wcsncmp
311: 0000c9e4 44 FUNC GLOBAL DEFAULT 7 pivot_root
312: 0003d638 956 FUNC GLOBAL DEFAULT 7 __res_search
313: 00056548 0 NOTYPE GLOBAL DEFAULT ABS __bss_start__
314: 00038618 144 FUNC GLOBAL DEFAULT 7 xdrrec_endofrecord
315: 00041da8 144 FUNC GLOBAL DEFAULT 7 random_r
316: 0000c48c 52 FUNC GLOBAL DEFAULT 7 __libc_longjmp
317: 00043238 8 FUNC GLOBAL DEFAULT 7 strtoul
318: 0001d984 148 FUNC GLOBAL DEFAULT 7 getutent
319: 0000be5c 116 FUNC GLOBAL DEFAULT 7 __libc_getdomainname
320: 0000d118 44 FUNC GLOBAL DEFAULT 7 sched_getscheduler
321: 00039a94 596 FUNC GLOBAL DEFAULT 7 getprotoent_r
322: 0002d0f4 72 FUNC GLOBAL DEFAULT 7 wcsstr
323: 00029008 76 FUNC GLOBAL DEFAULT 7 wscanf
324: 0000d948 24 FUNC GLOBAL DEFAULT 7 splice
325: 0000ee74 304 FUNC GLOBAL DEFAULT 7 readdir_r
326: 00041774 36 FUNC GLOBAL DEFAULT 7 mktemp
327: 0000e750 52 FUNC GLOBAL DEFAULT 7 ispunct
328: 00046fc0 56 FUNC GLOBAL DEFAULT 7 __libc_pthread_init
329: 0003d9f4 112 FUNC GLOBAL DEFAULT 7 gethostbyaddr
330: 0000d794 44 FUNC GLOBAL DEFAULT 7 settimeofday
331: 0003e3cc 920 FUNC GLOBAL DEFAULT 7 gethostbyname_r
332: 00043874 16 FUNC GLOBAL DEFAULT 7 wctomb
333: 000131e4 380 FUNC GLOBAL DEFAULT 7 _obstack_newchunk
334: 00043cb4 8 FUNC GLOBAL DEFAULT 7 wcstoq
335: 00056534 4 OBJECT GLOBAL DEFAULT 13 opterr
336: 0002e190 664 FUNC GLOBAL DEFAULT 7 clnt_create
337: 00042c4c 92 FUNC GLOBAL DEFAULT 7 __uc_malloc
338: 0000d7ec 44 FUNC GLOBAL DEFAULT 7 sigaltstack
339: 0000cfa4 44 FUNC GLOBAL DEFAULT 7 rmdir
340: 0001affc 280 FUNC GLOBAL DEFAULT 7 adjtime
341: 000438ac 36 FUNC GLOBAL DEFAULT 7 wcstombs
342: 00022a74 120 FUNC GLOBAL DEFAULT 7 sgetspent_r
343: 0003f4d0 36 FUNC GLOBAL DEFAULT 7 socket
344: 0000d330 48 FUNC WEAK DEFAULT 7 select
345: 0000c2f8 48 FUNC GLOBAL DEFAULT 7 init_module
346: 00046f54 52 FUNC WEAK DEFAULT 7 _pthread_cleanup_pop_rest
347: 0000eafc 224 FUNC GLOBAL DEFAULT 7 readdir
348: 0002188c 192 FUNC GLOBAL DEFAULT 7 getgrgid_r
349: 00025cdc 16 FUNC GLOBAL DEFAULT 7 __flbf
350: 0000b9ec 44 FUNC WEAK DEFAULT 7 fstatfs
351: 0000c3d0 44 FUNC GLOBAL DEFAULT 7 lchown
352: 0002cc94 64 FUNC GLOBAL DEFAULT 7 wcpncpy
353: 00018d78 60 FUNC GLOBAL DEFAULT 7 re_match
354: 0000d538 44 FUNC GLOBAL DEFAULT 7 setgroups
355: 0003267c 288 FUNC GLOBAL DEFAULT 7 pmap_rmtcall
356: 0000b708 44 FUNC GLOBAL DEFAULT 7 delete_module
357: 0002e848 44 FUNC GLOBAL DEFAULT 7 clnt_perror
358: 0002a5f0 24 FUNC GLOBAL DEFAULT 7 clearerr_unlocked
359: 0003ec9c 308 FUNC GLOBAL DEFAULT 7 __ns_name_unpack
360: 00032de0 232 FUNC GLOBAL DEFAULT 7 ruserok
361: 00056564 4 OBJECT GLOBAL DEFAULT 14 error_message_count
362: 0000e784 40 FUNC GLOBAL DEFAULT 7 isspace
363: 00046800 64 FUNC GLOBAL DEFAULT 7 pthread_attr_getinheritsc
364: 000290b4 52 FUNC GLOBAL DEFAULT 7 vwscanf
365: 000195c4 168 FUNC GLOBAL DEFAULT 7 hcreate_r
366: 00021578 72 FUNC GLOBAL DEFAULT 7 fgetspent_r
367: 0002ba4c 24 FUNC WEAK DEFAULT 7 mempcpy
368: 00029b98 192 FUNC GLOBAL DEFAULT 7 fflush
369: 00037324 8 FUNC GLOBAL DEFAULT 7 xdr_void
370: 0000b6a8 16 FUNC WEAK DEFAULT 7 creat64
371: 00056178 4 OBJECT GLOBAL DEFAULT 13 __ctype_toupper
372: 0000cc80 28 FUNC GLOBAL DEFAULT 7 __libc_pwrite
373: 0000ce48 44 FUNC GLOBAL DEFAULT 7 __libc_read
374: 0000ba44 44 FUNC GLOBAL DEFAULT 7 ftruncate
375: 0003efe4 196 FUNC GLOBAL DEFAULT 7 ether_ntohost
376: 00031d98 88 FUNC GLOBAL DEFAULT 7 xdr_pmap
377: 0000b9ec 44 FUNC GLOBAL DEFAULT 7 __libc_fstatfs
378: 00034d18 96 FUNC GLOBAL DEFAULT 7 svcerr_progvers
379: 00021410 72 FUNC GLOBAL DEFAULT 7 fgetgrent
380: 000117e8 136 FUNC GLOBAL DEFAULT 7 glob_pattern_p
381: 00041798 692 FUNC GLOBAL DEFAULT 7 realpath
382: 00034ba0 80 FUNC GLOBAL DEFAULT 7 svcerr_noproc
383: 0002aff0 440 FUNC GLOBAL DEFAULT 7 getwc_unlocked
384: 0002b224 52 FUNC GLOBAL DEFAULT 7 putwc_unlocked
385: 0003149c 104 FUNC GLOBAL DEFAULT 7 getrpcbyname
386: 00043884 40 FUNC GLOBAL DEFAULT 7 mbstowcs
387: 00042420 92 FUNC GLOBAL DEFAULT 7 putenv
388: 00039310 632 FUNC GLOBAL DEFAULT 7 getservent_r
389: 0000c4c0 44 FUNC WEAK DEFAULT 7 lseek
390: 0002d214 32 FUNC GLOBAL DEFAULT 7 wmemcpy
391: 0003f610 48 FUNC GLOBAL DEFAULT 7 sigaddset
392: 00041fdc 196 FUNC GLOBAL DEFAULT 7 clearenv
393: 0005a160 4 OBJECT GLOBAL DEFAULT 14 __environ
394: 0000b548 44 FUNC GLOBAL DEFAULT 7 chown
395: 0000af58 96 FUNC GLOBAL DEFAULT 7 mmap
396: 000290e8 136 FUNC GLOBAL DEFAULT 7 vswscanf
397: 0002caa4 152 FUNC GLOBAL DEFAULT 7 strncasecmp
398: 00037b98 84 FUNC GLOBAL DEFAULT 7 xdr_vector
399: 0005617c 4 OBJECT GLOBAL DEFAULT 13 obstack_exit_failure
400: 00034dc8 432 FUNC GLOBAL DEFAULT 7 svc_getreq_common
401: 0001de4c 188 FUNC GLOBAL DEFAULT 7 wcsnrtombs
402: 00031eac 272 FUNC GLOBAL DEFAULT 7 xdr_rmtcall_args
403: 0003357c 1096 FUNC GLOBAL DEFAULT 7 rexec_af
404: 0002b760 12 FUNC GLOBAL DEFAULT 7 bzero
405: 00025d44 28 FUNC GLOBAL DEFAULT 7 __freadable
406: 0000d5bc 44 FUNC GLOBAL DEFAULT 7 setpgid
407: 000426f0 40 FUNC GLOBAL DEFAULT 7 posix_openpt
408: 0003f3fc 40 FUNC WEAK DEFAULT 7 send
409: 0000be5c 116 FUNC WEAK DEFAULT 7 getdomainname
410: 00034fd8 68 FUNC GLOBAL DEFAULT 7 svc_getreq
411: 0003b4e0 32 FUNC GLOBAL DEFAULT 7 freeaddrinfo
412: 00036cc0 4 FUNC GLOBAL DEFAULT 7 svcunixfd_create
413: 000236cc 20 FUNC GLOBAL DEFAULT 7 setbuffer
414: 0002a9d4 320 FUNC GLOBAL DEFAULT 7 __fgetc_unlocked
415: 0000b6a8 16 FUNC GLOBAL DEFAULT 7 __libc_creat64
416: 00041578 352 FUNC GLOBAL DEFAULT 7 abort
417: 00042718 8 FUNC GLOBAL DEFAULT 7 getpt
418: 00039d34 172 FUNC GLOBAL DEFAULT 7 endprotoent
419: 00042950 72 FUNC GLOBAL DEFAULT 7 nrand48_r
420: 00035144 144 FUNC GLOBAL DEFAULT 7 xprt_unregister
421: 00046900 64 FUNC GLOBAL DEFAULT 7 pthread_attr_getschedpoli
422: 0003974c 264 FUNC GLOBAL DEFAULT 7 getservbyport_r
423: 0000b7b8 44 FUNC GLOBAL DEFAULT 7 epoll_ctl
424: 0002cdac 52 FUNC GLOBAL DEFAULT 7 wcscoll
425: 0002aff0 440 FUNC GLOBAL DEFAULT 7 fgetwc_unlocked
426: 000561c8 8 OBJECT GLOBAL DEFAULT 13 tzname
427: 00011794 40 FUNC GLOBAL DEFAULT 7 nftw64
428: 0001b370 12 FUNC GLOBAL DEFAULT 7 gmtime_r
429: 00042a7c 44 FUNC GLOBAL DEFAULT 7 seed48
430: 0000b514 52 FUNC GLOBAL DEFAULT 7 chmod
431: 0003de00 724 FUNC GLOBAL DEFAULT 7 getnameinfo
432: 0005aea0 4 OBJECT GLOBAL DEFAULT 14 __libc_tsd_RPC_VARS_data
433: 00025e04 8 FUNC GLOBAL DEFAULT 7 ftrylockfile
434: 00041e38 204 FUNC GLOBAL DEFAULT 7 srandom_r
435: 0000e7d4 40 FUNC GLOBAL DEFAULT 7 isxdigit
436: 0000b99c 80 FUNC GLOBAL DEFAULT 7 fstat64
437: 00019318 224 FUNC GLOBAL DEFAULT 7 tdelete
438: 00056568 4 OBJECT GLOBAL DEFAULT 14 error_print_progname
439: 000376e0 56 FUNC GLOBAL DEFAULT 7 xdr_char
440: 0000b438 44 FUNC GLOBAL DEFAULT 7 alarm
441: 0002e618 44 FUNC GLOBAL DEFAULT 7 clnt_pcreateerror
442: 00025d60 12 FUNC GLOBAL DEFAULT 7 __freading
443: 0000c674 44 FUNC GLOBAL DEFAULT 7 mlock
444: 0000b3e0 44 FUNC GLOBAL DEFAULT 7 acct
445: 00043560 8 FUNC GLOBAL DEFAULT 7 strtoq
446: 00043230 8 FUNC GLOBAL DEFAULT 7 strtol
447: 0000b1a4 12 FUNC GLOBAL DEFAULT 7 __sigsetjmp
448: 0000c9b8 44 FUNC GLOBAL DEFAULT 7 pipe
449: 0000c428 100 FUNC GLOBAL DEFAULT 7 __libc_lseek64
450: 0002310c 184 FUNC GLOBAL DEFAULT 7 fsetpos
451: 000325f8 132 FUNC GLOBAL DEFAULT 7 xdr_rmtcallres
452: 0003ef40 164 FUNC GLOBAL DEFAULT 7 ether_hostton
453: 0000c09c 44 FUNC GLOBAL DEFAULT 7 getpgrp
454: 0002c138 224 FUNC GLOBAL DEFAULT 7 strnlen
455: 0004416c 44 FUNC GLOBAL DEFAULT 7 wcstod
456: 0002bb50 184 FUNC GLOBAL DEFAULT 7 rawmemchr
457: 0003a750 104 FUNC GLOBAL DEFAULT 7 getnetbyaddr
458: 00037d84 148 FUNC GLOBAL DEFAULT 7 xdr_double
459: 000437a8 104 FUNC GLOBAL DEFAULT 7 mblen
460: 0000b490 44 FUNC GLOBAL DEFAULT 7 capget
461: 0000dd84 44 FUNC GLOBAL DEFAULT 7 uname
462: 0001dfbc 8 FUNC GLOBAL DEFAULT 7 iswprint
463: 0004ce28 24 OBJECT GLOBAL DEFAULT 9 __dl_ldso__
464: 0003f274 36 FUNC WEAK DEFAULT 7 accept
465: 0003f56c 96 FUNC GLOBAL DEFAULT 7 __libc_allocate_rtsig
466: 0000f448 24 FUNC GLOBAL DEFAULT 7 verrx
467: 0005aa54 888 OBJECT GLOBAL DEFAULT 14 __malloc_state
468: 00042b7c 100 FUNC GLOBAL DEFAULT 7 a64l
469: 00046c40 64 FUNC GLOBAL DEFAULT 7 pthread_getschedparam
470: 0002d3f8 120 FUNC GLOBAL DEFAULT 7 cfsetispeed
471: 00037fd8 68 FUNC GLOBAL DEFAULT 7 xdr_int32_t
472: 0001d4f4 216 FUNC GLOBAL DEFAULT 7 utmpname
473: 0000cb90 56 FUNC GLOBAL DEFAULT 7 __libc_pread64
474: 0000abb0 60 FUNC GLOBAL DEFAULT 7 inw
475: 0001966c 48 FUNC GLOBAL DEFAULT 7 hdestroy_r
476: 0000cf78 44 FUNC GLOBAL DEFAULT 7 rename
477: 0003fa38 36 FUNC GLOBAL DEFAULT 7 __sigaddset
478: 000339f0 1528 FUNC GLOBAL DEFAULT 7 xdr_callmsg
479: 00046e38 64 FUNC GLOBAL DEFAULT 7 pthread_setcancelstate
480: 000378c0 136 FUNC GLOBAL DEFAULT 7 xdr_union
481: 0001d0bc 112 FUNC GLOBAL DEFAULT 7 setttyent
482: 0003fce4 124 FUNC GLOBAL DEFAULT 7 __sysv_signal
483: 0002c218 68 FUNC WEAK DEFAULT 7 strrchr
484: 0001dd70 220 FUNC GLOBAL DEFAULT 7 mbsnrtowcs
485: 0002c624 36 FUNC GLOBAL DEFAULT 7 basename
486: 0000df18 44 FUNC GLOBAL DEFAULT 7 waitid
487: 0000c808 44 FUNC WEAK DEFAULT 7 nanosleep
488: 0002cde0 24 FUNC GLOBAL DEFAULT 7 wcscpy
489: 000377e0 4 FUNC GLOBAL DEFAULT 7 xdr_enum
490: 0001300c 232 FUNC GLOBAL DEFAULT 7 _obstack_begin
491: 00056580 4 OBJECT GLOBAL DEFAULT 14 h_errno
492: 0004069c 292 FUNC GLOBAL DEFAULT 7 calloc
493: 00044fa8 64 FUNC GLOBAL DEFAULT 7 cuserid
494: 00037750 144 FUNC GLOBAL DEFAULT 7 xdr_bool
495: 0001426c 68 FUNC GLOBAL DEFAULT 7 re_set_registers
496: 00046dc0 64 FUNC WEAK DEFAULT 7 __pthread_mutex_unlock
497: 0004352c 40 FUNC GLOBAL DEFAULT 7 imaxabs
498: 000194e0 12 FUNC GLOBAL DEFAULT 7 tdestroy
499: 0000deec 44 FUNC GLOBAL DEFAULT 7 wait4
500: 0000d6d0 44 FUNC GLOBAL DEFAULT 7 setrlimit
501: 0003bed8 60 FUNC GLOBAL DEFAULT 7 inet_lnaof
502: 00043cc4 44 FUNC GLOBAL DEFAULT 7 strtod
503: 00037a74 24 FUNC GLOBAL DEFAULT 7 xdr_wrapstring
504: 000341c4 108 FUNC GLOBAL DEFAULT 7 xdr_rejected_reply
505: 0002c218 68 FUNC WEAK DEFAULT 7 rindex
506: 0003bda4 108 FUNC GLOBAL DEFAULT 7 inet_makeaddr
507: 0003acbc 88 FUNC GLOBAL DEFAULT 7 gai_strerror
508: 00039de0 204 FUNC GLOBAL DEFAULT 7 setprotoent
509: 00019fa0 752 FUNC GLOBAL DEFAULT 7 statvfs64
510: 0000d360 44 FUNC GLOBAL DEFAULT 7 sendfile
511: 0002251c 504 FUNC GLOBAL DEFAULT 7 lckpwdf
512: 00046a00 64 FUNC GLOBAL DEFAULT 7 pthread_condattr_destroy
513: 000469c0 64 FUNC GLOBAL DEFAULT 7 pthread_attr_setscope
514: 0000df4c 44 FUNC WEAK DEFAULT 7 write
515: 0003bf14 56 FUNC GLOBAL DEFAULT 7 inet_netof
516: 0002d1a8 40 FUNC GLOBAL DEFAULT 7 wmemchr
517: 0000ac1c 752 FUNC GLOBAL DEFAULT 7 ioperm
518: 0000dc50 164 FUNC GLOBAL DEFAULT 7 ulimit
519: 000437a0 8 FUNC GLOBAL DEFAULT 7 atof
520: 0005a160 4 OBJECT WEAK DEFAULT 14 environ
521: 000372fc 40 FUNC GLOBAL DEFAULT 7 xdr_free
522: 0000db00 112 FUNC GLOBAL DEFAULT 7 sysctl
523: 00037b88 16 FUNC GLOBAL DEFAULT 7 xdr_netobj
524: 0000b94c 80 FUNC GLOBAL DEFAULT 7 fstat
525: 0000b8c8 44 FUNC GLOBAL DEFAULT 7 fdatasync
526: 00023ab4 48 FUNC GLOBAL DEFAULT 7 fprintf
527: 00042850 68 FUNC GLOBAL DEFAULT 7 jrand48_r
528: 00056414 24 OBJECT GLOBAL DEFAULT 13 __resolv_lock
529: 0000c378 44 FUNC GLOBAL DEFAULT 7 kill
530: 0002acd4 52 FUNC GLOBAL DEFAULT 7 fputs_unlocked
531: 0001dfac 8 FUNC GLOBAL DEFAULT 7 iswgraph
532: 00021d00 144 FUNC GLOBAL DEFAULT 7 setpwent
533: 0001b30c 16 FUNC GLOBAL DEFAULT 7 ctime
534: 0002c6f4 92 FUNC GLOBAL DEFAULT 7 ffs
535: 0003817c 132 FUNC GLOBAL DEFAULT 7 xdr_int8_t
536: 000350a0 164 FUNC GLOBAL DEFAULT 7 svc_register
537: 0003732c 72 FUNC GLOBAL DEFAULT 7 xdr_long
538: 0002bc08 40 FUNC GLOBAL DEFAULT 7 strcat
539: 00016870 132 FUNC GLOBAL DEFAULT 7 re_compile_pattern
540: 0002a454 156 FUNC GLOBAL DEFAULT 7 putwc
541: 0003f298 36 FUNC GLOBAL DEFAULT 7 bind
542: 000242e8 196 FUNC GLOBAL DEFAULT 7 fgetpos64
543: 00021fec 276 FUNC GLOBAL DEFAULT 7 getspent_r
544: 00042998 88 FUNC GLOBAL DEFAULT 7 rand_r
545: 00013bc0 344 FUNC GLOBAL DEFAULT 7 getmntent_r
546: 00039ce8 76 FUNC GLOBAL DEFAULT 7 getprotoent
547: 00034c40 80 FUNC GLOBAL DEFAULT 7 svcerr_systemerr
548: 0005623c 4 OBJECT GLOBAL DEFAULT 13 _stdio_openlist
549: 0003aae4 412 FUNC GLOBAL DEFAULT 7 if_nameindex
550: 0003beb4 36 FUNC GLOBAL DEFAULT 7 inet_addr
551: 0000cedc 44 FUNC WEAK DEFAULT 7 readv
552: 0003b9c0 36 FUNC GLOBAL DEFAULT 7 ntohl
553: 0000dc20 48 FUNC GLOBAL DEFAULT 7 truncate64
554: 00023a70 52 FUNC GLOBAL DEFAULT 7 vprintf
555: 0000ce74 60 FUNC GLOBAL DEFAULT 7 readahead
556: 0000dd58 44 FUNC GLOBAL DEFAULT 7 umount2
557: 0000c618 16 FUNC GLOBAL DEFAULT 7 mkfifo
558: 00039fec 280 FUNC GLOBAL DEFAULT 7 getprotobyname_r
559: 00046a80 64 FUNC GLOBAL DEFAULT 7 pthread_cond_broadcast
560: 0003aa54 144 FUNC GLOBAL DEFAULT 7 if_nametoindex
561: 0000c58c 44 FUNC GLOBAL DEFAULT 7 madvise
562: 0000cf08 64 FUNC GLOBAL DEFAULT 7 reboot
563: 0000b4e8 44 FUNC GLOBAL DEFAULT 7 chdir
564: 00028390 48 FUNC GLOBAL DEFAULT 7 swprintf
565: 0000b264 12 FUNC GLOBAL DEFAULT 7 sigwaitinfo
566: 00046840 64 FUNC GLOBAL DEFAULT 7 pthread_attr_setinheritsc
567: 0002233c 304 FUNC GLOBAL DEFAULT 7 initgroups
568: 00031b60 264 FUNC GLOBAL DEFAULT 7 pmap_unset
569: 000438d0 8 FUNC GLOBAL DEFAULT 7 _stdlib_mb_cur_max
570: 00023100 12 FUNC GLOBAL DEFAULT 7 fseeko
571: 0005775c 4 OBJECT GLOBAL DEFAULT 14 _stdio_openlist_del_count
572: 0000d620 44 FUNC GLOBAL DEFAULT 7 setregid
573: 0000e080 44 FUNC GLOBAL DEFAULT 7 listxattr
574: 0000afb8 8 FUNC GLOBAL DEFAULT 7 posix_fadvise
575: 0003fb04 76 FUNC GLOBAL DEFAULT 7 sigignore
576: 0001aed4 48 FUNC GLOBAL DEFAULT 7 shmdt
577: 00019b2c 716 FUNC GLOBAL DEFAULT 7 fstatvfs
578: 0003f480 48 FUNC GLOBAL DEFAULT 7 setsockopt
579: 00021718 156 FUNC GLOBAL DEFAULT 7 endgrent
580: 0003f850 200 FUNC GLOBAL DEFAULT 7 bsd_signal
581: 00037374 144 FUNC GLOBAL DEFAULT 7 xdr_short
582: 00023100 12 FUNC GLOBAL DEFAULT 7 fseek
583: 0000c728 48 FUNC GLOBAL DEFAULT 7 mremap
584: 00046c80 64 FUNC GLOBAL DEFAULT 7 pthread_setschedparam
585: 000242b4 52 FUNC GLOBAL DEFAULT 7 ctermid
586: 0000ded4 24 FUNC GLOBAL DEFAULT 7 wait3
587: 00023e74 68 FUNC GLOBAL DEFAULT 7 tmpnam_r
588: 00034f78 96 FUNC GLOBAL DEFAULT 7 svc_getreqset
589: 00013abc 108 FUNC GLOBAL DEFAULT 7 nl_langinfo
590: 0001af04 52 FUNC GLOBAL DEFAULT 7 shmget
591: 00023200 332 FUNC GLOBAL DEFAULT 7 getdelim
592: 00041aec 168 FUNC GLOBAL DEFAULT 7 setstate
593: 0002d470 88 FUNC GLOBAL DEFAULT 7 cfsetospeed
594: 0002c750 60 FUNC GLOBAL DEFAULT 7 memccpy
595: 00031504 180 FUNC GLOBAL DEFAULT 7 getrpcbyname_r
596: 00056530 4 OBJECT GLOBAL DEFAULT 13 optind
597: 000441cc 8 FUNC GLOBAL DEFAULT 7 wcstold
598: 0002b8e0 252 FUNC WEAK DEFAULT 7 memchr
599: 00000000 0 NOTYPE WEAK DEFAULT UND __pthread_initialize_mini
600: 000351d4 128 FUNC GLOBAL DEFAULT 7 svc_getreq_poll
601: 0005aea4 0 NOTYPE GLOBAL DEFAULT ABS __bss_end__
602: 0000da58 44 FUNC GLOBAL DEFAULT 7 swapoff
603: 00056234 4 OBJECT GLOBAL DEFAULT 13 __stdin
604: 00056228 4 OBJECT GLOBAL DEFAULT 13 stdin
605: 000192c0 88 FUNC GLOBAL DEFAULT 7 tfind
606: 0000dec0 20 FUNC WEAK DEFAULT 7 wait
607: 0000c5b8 44 FUNC GLOBAL DEFAULT 7 mincore
608: 00018d74 4 FUNC GLOBAL DEFAULT 7 re_match_2
609: 000342e4 140 FUNC GLOBAL DEFAULT 7 xdr_accepted_reply
610: 0000c924 60 FUNC GLOBAL DEFAULT 7 __libc_open64
611: 0000ec74 348 FUNC GLOBAL DEFAULT 7 scandir
612: 0000dcf4 56 FUNC GLOBAL DEFAULT 7 umask
613: 000194ec 80 FUNC GLOBAL DEFAULT 7 lfind
614: 0003e764 52 FUNC GLOBAL DEFAULT 7 gethostbyname2_r
615: 00023b14 48 FUNC GLOBAL DEFAULT 7 dprintf
616: 0000dfa4 44 FUNC GLOBAL DEFAULT 7 fremovexattr
617: 00034cc4 8 FUNC GLOBAL DEFAULT 7 svcerr_weakauth
618: 0002df74 172 FUNC GLOBAL DEFAULT 7 xdr_authunix_parms
619: 00035e04 4 FUNC GLOBAL DEFAULT 7 svcfd_create
620: 0001b464 8 FUNC GLOBAL DEFAULT 7 mktime
621: 0005a7d4 512 OBJECT GLOBAL DEFAULT 14 _res
622: 000214e8 72 FUNC GLOBAL DEFAULT 7 fgetpwent_r
623: 00056540 4 OBJECT WEAK DEFAULT 13 __progname
624: 0005674c 4 OBJECT GLOBAL DEFAULT 14 timezone
625: 0002c8f4 168 FUNC GLOBAL DEFAULT 7 strcasestr
626: 0000c4ec 80 FUNC GLOBAL DEFAULT 7 lstat
627: 00029b04 148 FUNC GLOBAL DEFAULT 7 ferror
628: 0002c32c 252 FUNC GLOBAL DEFAULT 7 strstr
629: 00042ce8 92 FUNC GLOBAL DEFAULT 7 unlockpt
630: 0002b1a8 40 FUNC GLOBAL DEFAULT 7 getwchar_unlocked
631: 00037650 4 FUNC GLOBAL DEFAULT 7 xdr_u_longlong_t
632: 00034394 464 FUNC GLOBAL DEFAULT 7 rtime
633: 00041a54 4 FUNC GLOBAL DEFAULT 7 rand
634: 00037ef8 224 FUNC GLOBAL DEFAULT 7 xdr_uint64_t
635: 000231c4 60 FUNC GLOBAL DEFAULT 7 ftello
636: 0000b8f4 44 FUNC GLOBAL DEFAULT 7 flock
637: 0000d50c 44 FUNC GLOBAL DEFAULT 7 setgid
638: 0003f850 200 FUNC GLOBAL DEFAULT 7 signal
639: 0002c78c 128 FUNC GLOBAL DEFAULT 7 psignal
640: 0000ce48 44 FUNC WEAK DEFAULT 7 read
641: 0000e9d0 36 FUNC GLOBAL DEFAULT 7 dirfd
642: 0001d5cc 152 FUNC GLOBAL DEFAULT 7 endutent
643: 0002219c 144 FUNC GLOBAL DEFAULT 7 setspent
644: 00046f88 56 FUNC GLOBAL DEFAULT 7 __pthread_exit
645: 0002222c 72 FUNC GLOBAL DEFAULT 7 getspnam
646: 0000bda0 188 FUNC GLOBAL DEFAULT 7 get_current_dir_name
647: 0001a730 412 FUNC GLOBAL DEFAULT 7 openlog
648: 0000cedc 44 FUNC GLOBAL DEFAULT 7 __libc_readv
649: 0000cb90 56 FUNC WEAK DEFAULT 7 pread64
650: 00037718 56 FUNC GLOBAL DEFAULT 7 xdr_u_char
651: 0003f424 36 FUNC WEAK DEFAULT 7 sendmsg
652: 0002ca58 76 FUNC GLOBAL DEFAULT 7 strlcpy
653: 0001e0fc 112 FUNC GLOBAL DEFAULT 7 iswctype
654: 0002b860 28 FUNC GLOBAL DEFAULT 7 strcoll
655: 0002fc20 76 FUNC GLOBAL DEFAULT 7 clntudp_create
656: 0001a6ac 132 FUNC GLOBAL DEFAULT 7 closelog
657: 0000e7ac 40 FUNC GLOBAL DEFAULT 7 isupper
658: 00010be4 40 FUNC GLOBAL DEFAULT 7 nftw
659: 0002bf5c 292 FUNC WEAK DEFAULT 7 strncmp
660: 0000cdec 48 FUNC GLOBAL DEFAULT 7 query_module
661: 00042be0 108 FUNC GLOBAL DEFAULT 7 l64a
662: 0003f918 48 FUNC GLOBAL DEFAULT 7 sigorset
663: 0001dd50 32 FUNC GLOBAL DEFAULT 7 wcsrtombs
664: 00056224 4 OBJECT GLOBAL DEFAULT 13 _stdio_user_locking
665: 0000e8f8 20 FUNC GLOBAL DEFAULT 7 alphasort
666: 00046648 68 FUNC GLOBAL DEFAULT 7 getusershell
667: 0000d564 44 FUNC GLOBAL DEFAULT 7 sethostname
668: 0000b650 88 FUNC GLOBAL DEFAULT 7 __cmsg_nxthdr
Offline
http://www.inreto.de/dns323/fun-plug/0.5/ChangeLog.txt
Thu Oct 9 12:46:29 CEST 2008 uclibc-0.9.29-7: Upgraded to latest svn version. This fixes a couple of bugs, e.g. the missing clock_getres() reported by Uli.
http://www.inreto.de/dns323/fun-plug/0.5/PACKAGES.html#uclibc
Offline
Thanks.
That sounds reasonable.
I wonder how I downloaded a down level version?
I didn't start doing anything with my dns until well into 2009.
How will I be able to tell that I have the -7 version?
Can I just update uClibC, or do I need to reinstall everything?
Offline
root@bob:~# ls /ffp/var/packages/uclibc-* /ffp/var/packages/uclibc-0.9.29-7
Before updating anything, be sure you have the latest funpkg version ( http://www.inreto.de/dns323/fun-plug/0. … tml#funpkg ). Then, updating uclibc should work fine.
Offline
Thanks!
I see how this happened.
I assumed that the stuff in the fun_plug.tgz was the latest and greatest without reading the changelog.
That was my mistake.
Offline