[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.2

Messed up .so links / libraries

Asked by schoemans in Unix Operating Systems, FreeBSD, BSD Unix

Tags: freebsd 7 libc.so glibc /libexec/ld-elf.so.1: /lib/libc.so.7: version GLIBC_2.1.3 required by /usr/lib/libstdc++.so.6 not found UNIX libraries .so

Hi,

I am not an expert in FreeBSD libraries.

I was trying to make Sawmill 8 work on my FreeBSD 7.0 system. In the process I created soft links for some of the .so files to try and fool Sawmill into seeing the correct versions as this had worked for other users.

I thought a backup of these files were included in the backup so therefore could reverse the process if I mess up something - well it wasn't.

The problem now is that when I try to MAN some pages such as "man locate" then I get the following error. I also get this when trying to run Sawmill. This will probably happen later with other apps as well which depend on the libraries.

mail# man locate
Formatting page, please wait.../libexec/ld-elf.so.1: /lib/libc.so.7: version GLIBC_2.1.3 required by /usr/lib/libstdc++.so.6 not found
/libexec/ld-elf.so.1: /lib/libc.so.7: version GLIBC_2.1.3 required by /usr/lib/libstdc++.so.6 not found
Failed.
/libexec/ld-elf.so.1: /lib/libc.so.7: version GLIBC_2.1.3 required by /usr/lib/libstdc++.so.6 not found
/libexec/ld-elf.so.1: /lib/libc.so.7: version GLIBC_2.1.3 required by /usr/lib/libstdc++.so.6 not found
mail# /libexec/ld-elf.so.1: /lib/libc.so.7: version GLIBC_2.1.3 required by /usr/lib/libstdc++.so.6 not found
/libexec/ld-elf.so.1:: Too many arguments.

I remember copying some files from the /usr/compat/linux/ directories to the /lib directories but not sure which ones. If I look at the /usr/lib then I see that the libstdc++ files were created on Friday - the rest in Feb and Jan when the system was installed.
Therefore I assume these are of the files that I copied - possibly overwriting existing files?

What I have done so far is to "Make" and then "Make Install"  /usr/src/lib/libc .
This hasn't made any change.

Right now I don't care about Sawmill working, I just want the libraries working again. Once I have fixed that I will compile Sawmill from source becuase before I just tried the binary which was suppose to be for FreeBSD (this was before I knew the source is actually available).

Can anyone tell me how to get this working again? I think it is either just relinking a file or re-installing a core library package but I have no idea which or how to figure it out.

BTW: If I do a ld /usr/lib/libstdc++.so.6
 I get:
ld: warning: cannot find entry symbol _start; not setting start address
/usr/lib/libstdc++.so.6: undefined reference to `__ctype_get_mb_cur_max@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `getenv@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `strcpy@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `write@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `strchr@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `setlocale@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `__freelocale@GLIBC_2.1'
/usr/lib/libstdc++.so.6: undefined reference to `mbsrtowcs@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `fseeko64@GLIBC_2.1'
/usr/lib/libstdc++.so.6: undefined reference to `__wcscoll_l@GLIBC_2.1'
/usr/lib/libstdc++.so.6: undefined reference to `__assert_fail@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `wmemmove@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `putwc@GLIBC_2.2'
/usr/lib/libstdc++.so.6: undefined reference to `strcmp@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `wmemchr@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `__strtold_l@GLIBC_2.1'
/usr/lib/libstdc++.so.6: undefined reference to `fopen64@GLIBC_2.1'
/usr/lib/libstdc++.so.6: undefined reference to `fread@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `setvbuf@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `__strtof_l@GLIBC_2.1'
/usr/lib/libstdc++.so.6: undefined reference to `__strxfrm_l@GLIBC_2.1'
/usr/lib/libstdc++.so.6: undefined reference to `ioctl@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `memchr@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `__towupper_l@GLIBC_2.1'
/usr/lib/libstdc++.so.6: undefined reference to `btowc@GLIBC_2.0'
/usr/lib/libm.so.6: undefined reference to `sprintf@GLIBC_2.0'
/usr/lib/libm.so.6: undefined reference to `__strtold_internal@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `__udivdi3@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `fflush@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `__newlocale@GLIBC_2.1'
/usr/lib/libstdc++.so.6: undefined reference to `fputc@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `getc@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `__strtod_l@GLIBC_2.1'
/usr/lib/libstdc++.so.6: undefined reference to `isalnum@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `memset@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `stdin@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `__umoddi3@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `memcpy@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `putc@GLIBC_2.0'
/usr/lib/libc.so.6: undefined reference to `environ'
/usr/lib/libstdc++.so.6: undefined reference to `snprintf@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `read@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `__iswctype_l@GLIBC_2.1'
/usr/lib/libc.so.6: undefined reference to `__progname'
/usr/lib/libstdc++.so.6: undefined reference to `__fxstat64@GLIBC_2.2'
/usr/lib/libstdc++.so.6: undefined reference to `lseek64@GLIBC_2.1'
/usr/lib/libstdc++.so.6: undefined reference to `getwc@GLIBC_2.2'
/usr/lib/libstdc++.so.6: undefined reference to `wcrtomb@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `__strcoll_l@GLIBC_2.1'
/usr/lib/libstdc++.so.6: undefined reference to `wmemcmp@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `__strftime_l@GLIBC_2.3'
/usr/lib/libstdc++.so.6: undefined reference to `fputs@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `wmemset@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `fclose@GLIBC_2.1'
/usr/lib/libstdc++.so.6: undefined reference to `stdout@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `textdomain@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `__duplocale@GLIBC_2.1'
/usr/lib/libstdc++.so.6: undefined reference to `fileno@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `wcscmp@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `wcsnrtombs@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `__wcsxfrm_l@GLIBC_2.1'
/usr/lib/libstdc++.so.6: undefined reference to `__towlower_l@GLIBC_2.1'
/usr/lib/libstdc++.so.6: undefined reference to `__cxa_atexit@GLIBC_2.1.3'
/usr/lib/libstdc++.so.6: undefined reference to `wmemcpy@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `ungetwc@GLIBC_2.2'
/usr/lib/libstdc++.so.6: undefined reference to `poll@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `__errno_location@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `__wcsftime_l@GLIBC_2.3'
/usr/lib/libstdc++.so.6: undefined reference to `stderr@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `gettext@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `ftello64@GLIBC_2.1'
/usr/lib/libstdc++.so.6: undefined reference to `wcslen@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `strcat@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `fwrite@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `fdopen@GLIBC_2.1'
/usr/lib/libstdc++.so.6: undefined reference to `__nl_langinfo_l@GLIBC_2.2'
/usr/lib/libstdc++.so.6: undefined reference to `mbrtowc@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `memmove@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `__uselocale@GLIBC_2.3'
/usr/lib/libstdc++.so.6: undefined reference to `ungetc@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `wctob@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `writev@GLIBC_2.0'
/usr/lib/libm.so.6: undefined reference to `__strtod_internal@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `isspace@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `abort@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `__wctype_l@GLIBC_2.1'
/usr/lib/libstdc++.so.6: undefined reference to `bindtextdomain@GLIBC_2.0'
/usr/lib/libm.so.6: undefined reference to `__strtof_internal@GLIBC_2.0'
/usr/lib/libstdc++.so.6: undefined reference to `mbsnrtowcs@GLIBC_2.0'
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
333:
334:
335:
336:
337:
338:
339:
340:
341:
342:
343:
344:
345:
346:
347:
348:
349:
350:
351:
352:
353:
354:
355:
356:
357:
358:
359:
360:
361:
362:
363:
364:
365:
366:
367:
368:
369:
370:
371:
372:
373:
374:
375:
376:
377:
378:
379:
380:
381:
382:
383:
384:
385:
386:
387:
388:
389:
390:
391:
392:
393:
394:
395:
396:
397:
398:
399:
400:
401:
402:
403:
404:
405:
406:
407:
408:
409:
410:
411:
412:
413:
414:
415:
416:
417:
418:
419:
420:
421:
422:
423:
424:
425:
426:
427:
428:
429:
430:
431:
432:
433:
434:
435:
436:
437:
438:
439:
440:
441:
442:
443:
444:
445:
446:
447:
448:
449:
450:
451:
452:
453:
454:
455:
456:
457:
458:
459:
460:
461:
drwxr-xr-x  2 root  wheel      512 Feb 24  2008 aout
-r--r--r--  1 root  wheel     2284 Jan 23  2009 autosprintf.h
-r--r--r--  1 root  wheel     2204 Jan 21  2009 charset.alias
drwxr-xr-x  3 root  wheel      512 Feb 24  2008 compat
-r--r--r--  1 root  wheel     1504 Feb 24  2008 crt1.o
-r--r--r--  1 root  wheel     1536 Feb 24  2008 crtbegin.o
-r--r--r--  1 root  wheel     2060 Feb 24  2008 crtbeginS.o
-r--r--r--  1 root  wheel     1860 Feb 24  2008 crtbeginT.o
-r--r--r--  1 root  wheel     1232 Feb 24  2008 crtend.o
-r--r--r--  1 root  wheel     1424 Feb 24  2008 crtendS.o
-r--r--r--  1 root  wheel      880 Feb 24  2008 crti.o
-r--r--r--  1 root  wheel      836 Feb 24  2008 crtn.o
drwxr-xr-x  2 root  wheel      512 Feb 24  2008 dtrace
drwxr-xr-x  2 root  wheel      512 Jan 19  2009 engines
-r--r--r--  1 root  wheel    40313 Jan 23  2009 expat.h
-r--r--r--  1 root  wheel     3348 Jan 23  2009 expat_external.h
-r--r--r--  1 root  wheel     1672 Feb 24  2008 gcrt1.o
-r--r--r--  1 root  wheel     6953 Jan 23  2009 gcrypt-module.h
-r--r--r--  1 root  wheel    60508 Jan 23  2009 gcrypt.h
-r--r--r--  1 root  wheel    14444 Jan 23  2009 gettext-po.h
-r--r--r--  1 root  wheel    22506 Jan 23  2009 gpg-error.h
-r--r--r--  1 root  wheel     8308 Jan 23  2009 iconv.h
-r--r--r--  1 root  wheel     8435 Feb 24  2008 kgzldr.o
-r--r--r--  1 root  wheel    22704 Jan 23  2009 ksba.h
-rw-r--r--  1 root  wheel    14523 Jan 23  2009 lber.h
-rw-r--r--  1 root  wheel     1521 Jan 23  2009 lber_types.h
-rw-r--r--  1 root  wheel    60588 Jan 23  2009 ldap.h
-rw-r--r--  1 root  wheel     9538 Jan 23  2009 ldap_cdefs.h
-rw-r--r--  1 root  wheel     1866 Jan 23  2009 ldap_features.h
-rw-r--r--  1 root  wheel     9523 Jan 23  2009 ldap_schema.h
-rw-r--r--  1 root  wheel     3539 Jan 23  2009 ldap_utf8.h
-r--r--r--  1 root  wheel    44700 Feb 24  2008 libalias.a
lrwxrwxrwx  1 root  wheel       18 Jan 19  2009 libalias.so -> /lib/libalias.so.6
-r--r--r--  1 root  wheel     2060 Feb 24  2008 libalias_cuseeme.a
-r--r--r--  1 root  wheel     1504 Feb 24  2008 libalias_dummy.a
-r--r--r--  1 root  wheel     6140 Feb 24  2008 libalias_ftp.a
-r--r--r--  1 root  wheel     3756 Feb 24  2008 libalias_irc.a
-r--r--r--  1 root  wheel     3968 Feb 24  2008 libalias_nbt.a
-r--r--r--  1 root  wheel     3740 Feb 24  2008 libalias_pptp.a
-r--r--r--  1 root  wheel     2076 Feb 24  2008 libalias_skinny.a
-r--r--r--  1 root  wheel     4804 Feb 24  2008 libalias_smedia.a
-r--r--r--  1 root  wheel   224712 Feb 24  2008 libarchive.a
lrwxrwxrwx  1 root  wheel       15 Jan 19  2009 libarchive.so -> libarchive.so.4
-r--r--r--  1 root  wheel   149172 Feb 24  2008 libarchive.so.4
-r--r--r--  1 root  wheel   237028 Feb 24  2008 libasn1.a
lrwxrwxrwx  1 root  wheel       12 Jan 19  2009 libasn1.so -> libasn1.so.9
-r--r--r--  1 root  wheel   165252 Feb 24  2008 libasn1.so.9
-rw-r--r--  1 root  wheel     3992 Jan 21  2009 libasprintf.a
-rwxr-xr-x  1 root  wheel      831 Jan 21  2009 libasprintf.la
-rwxr-xr-x  1 root  wheel     8795 Jan 21  2009 libasprintf.so
-rwxr-xr-x  1 root  wheel     8795 Jan 21  2009 libasprintf.so.0
-r--r--r--  1 root  wheel     3290 Feb 24  2008 libavl.a
lrwxrwxrwx  1 root  wheel       16 Jan 19  2009 libavl.so -> /lib/libavl.so.1
-r--r--r--  1 root  wheel     7956 Feb 24  2008 libbegemot.a
lrwxrwxrwx  1 root  wheel       20 Jan 19  2009 libbegemot.so -> /lib/libbegemot.so.3
-r--r--r--  1 root  wheel     5204 Feb 24  2008 libbluetooth.a
lrwxrwxrwx  1 root  wheel       17 Jan 19  2009 libbluetooth.so -> libbluetooth.so.3
-r--r--r--  1 root  wheel     6836 Feb 24  2008 libbluetooth.so.3
-r--r--r--  1 root  wheel   152064 Feb 24  2008 libbsdxml.a
lrwxrwxrwx  1 root  wheel       19 Jan 19  2009 libbsdxml.so -> /lib/libbsdxml.so.3
-r--r--r--  1 root  wheel   100694 Feb 24  2008 libbsm.a
lrwxrwxrwx  1 root  wheel       11 Jan 19  2009 libbsm.so -> libbsm.so.2
-r--r--r--  1 root  wheel    80048 Feb 24  2008 libbsm.so.2
-r--r--r--  1 root  wheel    59684 Feb 24  2008 libbsnmp.a
lrwxrwxrwx  1 root  wheel       18 Jan 19  2009 libbsnmp.so -> /lib/libbsnmp.so.4
-r--r--r--  1 root  wheel    68094 Feb 24  2008 libbz2.a
lrwxrwxrwx  1 root  wheel       11 Jan 19  2009 libbz2.so -> libbz2.so.3
-r--r--r--  1 root  wheel    66548 Feb 24  2008 libbz2.so.3
-r--r--r--  1 root  wheel  2105716 Aug 17 11:38 libc.a
lrwxr-xr-x  1 root  wheel       14 Aug 17 11:38 libc.so -> /lib/libc.so.7
lrwxr-xr-x  1 root  wheel       16 Aug 14 12:04 libc.so.6 -> /usr/lib/libc.so
-r--r--r--  1 root  wheel  2182928 Aug 17 11:38 libc_p.a
-r--r--r--  1 root  wheel  2791934 Aug 17 11:38 libc_pic.a
-r--r--r--  1 root  wheel     4554 Feb 24  2008 libcalendar.a
lrwxrwxrwx  1 root  wheel       16 Jan 19  2009 libcalendar.so -> libcalendar.so.4
-r--r--r--  1 root  wheel     5844 Feb 24  2008 libcalendar.so.4
-r--r--r--  1 root  wheel    64584 Feb 24  2008 libcam.a
lrwxrwxrwx  1 root  wheel       16 Jan 19  2009 libcam.so -> /lib/libcam.so.4
-rw-r--r--  1 root  wheel     4524 Jan 21  2009 libcharset.a
-r--r--r--  1 root  wheel     1550 Jan 23  2009 libcharset.h
-r--r--r--  1 root  wheel      807 Jan 21  2009 libcharset.la
-r--r--r--  1 root  wheel     8809 Jan 21  2009 libcharset.so
-r--r--r--  1 root  wheel     8809 Jan 21  2009 libcharset.so.1
-r--r--r--  1 root  wheel     3972 Feb 24  2008 libcom_err.a
lrwxrwxrwx  1 root  wheel       15 Jan 19  2009 libcom_err.so -> libcom_err.so.4
-r--r--r--  1 root  wheel     5656 Feb 24  2008 libcom_err.so.4
-r--r--r--  1 root  wheel    29060 Feb 24  2008 libcompat.a
-r--r--r--  1 root  wheel    38584 Feb 24  2008 libcrypt.a
lrwxrwxrwx  1 root  wheel       18 Jan 19  2009 libcrypt.so -> /lib/libcrypt.so.4
lrwxr-xr-x  1 root  wheel       20 Aug 14 11:55 libcrypt.so.3 -> /usr/lib/libcrypt.so
-r--r--r--  1 root  wheel  2102856 Feb 24  2008 libcrypto.a
lrwxrwxrwx  1 root  wheel       19 Jan 19  2009 libcrypto.so -> /lib/libcrypto.so.5
-rw-r--r--  1 root  wheel   312388 Jan 21  2009 libcurl.a
-rwxr-xr-x  1 root  wheel      821 Jan 21  2009 libcurl.la
-rwxr-xr-x  1 root  wheel   265372 Jan 21  2009 libcurl.so
-rwxr-xr-x  1 root  wheel   265372 Jan 21  2009 libcurl.so.4
lrwxrwxrwx  1 root  wheel       12 Jan 19  2009 libcurses.a -> libncurses.a
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 libcurses.so -> libncurses.so
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 libcursesw.a -> libncursesw.a
lrwxrwxrwx  1 root  wheel       14 Jan 19  2009 libcursesw.so -> libncursesw.so
-rw-r--r--  1 root  wheel   936866 Jan 21  2009 libdb41.a
-rwxr-xr-x  1 root  wheel   770776 Jan 21  2009 libdb41.so
-rwxr-xr-x  1 root  wheel   770776 Jan 21  2009 libdb41.so.1
-rw-r--r--  1 root  wheel  1027510 Jan 21  2009 libdb41_cxx.a
-rwxr-xr-x  1 root  wheel   858029 Jan 21  2009 libdb41_cxx.so
-rwxr-xr-x  1 root  wheel   858029 Jan 21  2009 libdb41_cxx.so.1
-r--r--r--  1 root  wheel     5474 Feb 24  2008 libdevinfo.a
lrwxrwxrwx  1 root  wheel       15 Jan 19  2009 libdevinfo.so -> libdevinfo.so.4
-r--r--r--  1 root  wheel     7304 Feb 24  2008 libdevinfo.so.4
-r--r--r--  1 root  wheel    15270 Feb 24  2008 libdevstat.a
lrwxrwxrwx  1 root  wheel       20 Jan 19  2009 libdevstat.so -> /lib/libdevstat.so.6
-r--r--r--  1 root  wheel   136590 Feb 24  2008 libdialog.a
lrwxrwxrwx  1 root  wheel       14 Jan 19  2009 libdialog.so -> libdialog.so.6
-r--r--r--  1 root  wheel   106256 Feb 24  2008 libdialog.so.6
-r--r--r--  1 root  wheel    36526 Feb 24  2008 libdisk.a
-r--r--r--  1 root  wheel    97642 Feb 24  2008 libedit.a
lrwxrwxrwx  1 root  wheel       17 Jan 19  2009 libedit.so -> /lib/libedit.so.6
-r--r--r--  1 root  wheel   160620 Feb 24  2008 libelf.a
lrwxrwxrwx  1 root  wheel       11 Jan 19  2009 libelf.so -> libelf.so.1
-r--r--r--  1 root  wheel   134024 Feb 24  2008 libelf.so.1
-rw-r--r--  1 root  wheel   160520 Jan 21  2009 libexpat.a
-rwxr-xr-x  1 root  wheel      793 Jan 21  2009 libexpat.la
-rwxr-xr-x  1 root  wheel   165718 Jan 21  2009 libexpat.so
-rwxr-xr-x  1 root  wheel   165718 Jan 21  2009 libexpat.so.6
-r--r--r--  1 root  wheel    54362 Feb 24  2008 libfetch.a
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 libfetch.so -> libfetch.so.5
-r--r--r--  1 root  wheel    47568 Feb 24  2008 libfetch.so.5
-r--r--r--  3 root  wheel     1548 Feb 24  2008 libfl.a
-r--r--r--  1 root  wheel    77458 Feb 24  2008 libform.a
lrwxrwxrwx  1 root  wheel       12 Jan 19  2009 libform.so -> libform.so.4
-r--r--r--  1 root  wheel    46672 Feb 24  2008 libform.so.4
-r--r--r--  1 root  wheel    82912 Feb 24  2008 libformw.a
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 libformw.so -> libformw.so.4
-r--r--r--  1 root  wheel    51424 Feb 24  2008 libformw.so.4
-r--r--r--  1 root  wheel    15972 Feb 24  2008 libftpio.a
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 libftpio.so -> libftpio.so.7
-r--r--r--  1 root  wheel    18564 Feb 24  2008 libftpio.so.7
-r--r--r--  1 root  wheel    76918 Feb 24  2008 libgcc.a
-r--r--r--  1 root  wheel    37200 Feb 24  2008 libgcc_eh.a
lrwxrwxrwx  1 root  wheel       18 Jan 19  2009 libgcc_s.so -> /lib/libgcc_s.so.1
-r--r--r--  1 root  wheel    21182 Feb 24  2008 libgcov.a
-rw-r--r--  1 root  wheel   458812 Jan 21  2009 libgcrypt.a
-rwxr-xr-x  1 root  wheel      921 Jan 21  2009 libgcrypt.la
-rwxr-xr-x  1 root  wheel   355601 Jan 21  2009 libgcrypt.so
-rwxr-xr-x  1 root  wheel   355601 Jan 21  2009 libgcrypt.so.13
-r--r--r--  1 root  wheel    16518 Feb 24  2008 libgeom.a
lrwxrwxrwx  1 root  wheel       17 Jan 19  2009 libgeom.so -> /lib/libgeom.so.4
-rwxr-xr-x  1 root  wheel   142243 Jan 21  2009 libgettextlib-0.16.1.so
-rwxr-xr-x  1 root  wheel      932 Jan 21  2009 libgettextlib.la
-rwxr-xr-x  1 root  wheel   142243 Jan 21  2009 libgettextlib.so
-rw-r--r--  1 root  wheel   343628 Jan 21  2009 libgettextpo.a
-rwxr-xr-x  1 root  wheel      908 Jan 21  2009 libgettextpo.la
-rwxr-xr-x  1 root  wheel   255033 Jan 21  2009 libgettextpo.so
-rwxr-xr-x  1 root  wheel   255033 Jan 21  2009 libgettextpo.so.3
-rwxr-xr-x  1 root  wheel   227689 Jan 21  2009 libgettextsrc-0.16.1.so
-rwxr-xr-x  1 root  wheel      964 Jan 21  2009 libgettextsrc.la
-rwxr-xr-x  1 root  wheel   227689 Jan 21  2009 libgettextsrc.so
-r--r--r--  1 root  wheel    65364 Feb 24  2008 libgnuregex.a
lrwxrwxrwx  1 root  wheel       16 Jan 19  2009 libgnuregex.so -> libgnuregex.so.4
-r--r--r--  1 root  wheel    63156 Feb 24  2008 libgnuregex.so.4
-r--r--r--  1 root  wheel    45674 Feb 24  2008 libgomp.a
lrwxrwxrwx  1 root  wheel       12 Jan 19  2009 libgomp.so -> libgomp.so.1
-r--r--r--  1 root  wheel    23940 Feb 24  2008 libgomp.so.1
-rw-r--r--  1 root  wheel    13098 Jan 21  2009 libgpg-error.a
-rwxr-xr-x  1 root  wheel      908 Jan 21  2009 libgpg-error.la
-rwxr-xr-x  1 root  wheel    14240 Jan 21  2009 libgpg-error.so
-rwxr-xr-x  1 root  wheel    14240 Jan 21  2009 libgpg-error.so.0
-r--r--r--  1 root  wheel     5508 Feb 24  2008 libgpib.a
lrwxrwxrwx  1 root  wheel       12 Jan 19  2009 libgpib.so -> libgpib.so.2
-r--r--r--  1 root  wheel     7660 Feb 24  2008 libgpib.so.2
-r--r--r--  1 root  wheel    57834 Feb 24  2008 libgssapi.a
lrwxrwxrwx  1 root  wheel       14 Jan 19  2009 libgssapi.so -> libgssapi.so.9
-r--r--r--  1 root  wheel    28044 Feb 24  2008 libgssapi.so.9
-r--r--r--  1 root  wheel    96084 Feb 24  2008 libgssapi_krb5.a
lrwxrwxrwx  1 root  wheel       19 Jan 19  2009 libgssapi_krb5.so -> libgssapi_krb5.so.9
-r--r--r--  1 root  wheel    55560 Feb 24  2008 libgssapi_krb5.so.9
-r--r--r--  1 root  wheel    64170 Feb 24  2008 libhdb.a
lrwxrwxrwx  1 root  wheel       11 Jan 19  2009 libhdb.so -> libhdb.so.9
-r--r--r--  1 root  wheel    52172 Feb 24  2008 libhdb.so.9
-r--r--r--  1 root  wheel    35126 Feb 24  2008 libhistory.a
lrwxrwxrwx  1 root  wheel       15 Jan 19  2009 libhistory.so -> libhistory.so.7
-r--r--r--  1 root  wheel    28932 Feb 24  2008 libhistory.so.7
-rw-r--r--  1 root  wheel  1042812 Jan 21  2009 libiconv.a
-r--r--r--  1 root  wheel      793 Jan 21  2009 libiconv.la
-r--r--r--  1 root  wheel  1045370 Jan 21  2009 libiconv.so
-r--r--r--  1 root  wheel  1045370 Jan 21  2009 libiconv.so.3
-rw-r--r--  1 root  wheel    54246 Jan 21  2009 libintl.a
-r--r--r--  1 root  wheel    14315 Jan 23  2009 libintl.h
-r--r--r--  1 root  wheel      847 Jan 21  2009 libintl.la
-r--r--r--  1 root  wheel    40265 Jan 21  2009 libintl.so
-r--r--r--  1 root  wheel    40265 Jan 21  2009 libintl.so.8
-r--r--r--  1 root  wheel    28176 Feb 24  2008 libipsec.a
lrwxrwxrwx  1 root  wheel       18 Jan 19  2009 libipsec.so -> /lib/libipsec.so.3
-r--r--r--  1 root  wheel     6154 Feb 24  2008 libipx.a
lrwxrwxrwx  1 root  wheel       16 Jan 19  2009 libipx.so -> /lib/libipx.so.4
-r--r--r--  1 root  wheel    40748 Feb 24  2008 libkadm5clnt.a
lrwxrwxrwx  1 root  wheel       17 Jan 19  2009 libkadm5clnt.so -> libkadm5clnt.so.9
-r--r--r--  1 root  wheel    28460 Feb 24  2008 libkadm5clnt.so.9
-r--r--r--  1 root  wheel    66708 Feb 24  2008 libkadm5srv.a
lrwxrwxrwx  1 root  wheel       16 Jan 19  2009 libkadm5srv.so -> libkadm5srv.so.9
-r--r--r--  1 root  wheel    46944 Feb 24  2008 libkadm5srv.so.9
-r--r--r--  1 root  wheel    14578 Feb 24  2008 libkafs5.a
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 libkafs5.so -> libkafs5.so.9
-r--r--r--  1 root  wheel    15520 Feb 24  2008 libkafs5.so.9
-r--r--r--  1 root  wheel     2434 Feb 24  2008 libkiconv.a
lrwxrwxrwx  1 root  wheel       19 Jan 19  2009 libkiconv.so -> /lib/libkiconv.so.3
-r--r--r--  1 root  wheel   359260 Feb 24  2008 libkrb5.a
lrwxrwxrwx  1 root  wheel       12 Jan 19  2009 libkrb5.so -> libkrb5.so.9
-r--r--r--  1 root  wheel   241288 Feb 24  2008 libkrb5.so.9
-rw-r--r--  1 root  wheel   231924 Jan 21  2009 libksba.a
-rwxr-xr-x  1 root  wheel   210092 Jan 21  2009 libksba.so
-rwxr-xr-x  1 root  wheel   210092 Jan 21  2009 libksba.so.17
lrwxrwxrwx  1 root  wheel       11 Jan 19  2009 libkse.so -> libkse.so.3
-r--r--r--  1 root  wheel   145328 Feb 24  2008 libkse.so.3
-r--r--r--  1 root  wheel    34258 Feb 24  2008 libkvm.a
lrwxrwxrwx  1 root  wheel       16 Jan 19  2009 libkvm.so -> /lib/libkvm.so.4
-r--r--r--  3 root  wheel     1548 Feb 24  2008 libl.a
-rw-r--r--  1 root  wheel    58845 Jan 21  2009 liblber-2.3.so
-rw-r--r--  1 root  wheel    58845 Jan 21  2009 liblber-2.3.so.2
-rw-r--r--  1 root  wheel    64080 Jan 21  2009 liblber.a
-rw-r--r--  1 root  wheel      816 Jan 21  2009 liblber.la
-rw-r--r--  1 root  wheel    58845 Jan 21  2009 liblber.so
-rw-r--r--  1 root  wheel   241535 Jan 21  2009 libldap-2.3.so
-rw-r--r--  1 root  wheel   241535 Jan 21  2009 libldap-2.3.so.2
-rw-r--r--  1 root  wheel   289374 Jan 21  2009 libldap.a
-rw-r--r--  1 root  wheel      857 Jan 21  2009 libldap.la
-rw-r--r--  1 root  wheel   241535 Jan 21  2009 libldap.so
-rw-r--r--  1 root  wheel   263179 Jan 21  2009 libldap_r-2.3.so
-rw-r--r--  1 root  wheel   263179 Jan 21  2009 libldap_r-2.3.so.2
-rw-r--r--  1 root  wheel   321518 Jan 21  2009 libldap_r.a
-rw-r--r--  1 root  wheel      871 Jan 21  2009 libldap_r.la
-rw-r--r--  1 root  wheel   263179 Jan 21  2009 libldap_r.so
-r--r--r--  3 root  wheel     1548 Feb 24  2008 libln.a
-r--r--r--  1 root  wheel    94642 Feb 24  2008 liblwres.a
lrwxrwxrwx  1 root  wheel       14 Jan 19  2009 liblwres.so -> liblwres.so.30
-r--r--r--  1 root  wheel    65900 Feb 24  2008 liblwres.so.30
-r--r--r--  1 root  wheel   227388 Feb 24  2008 libm.a
lrwxrwxrwx  1 root  wheel       14 Jan 19  2009 libm.so -> /lib/libm.so.5
lrwxr-xr-x  1 root  wheel       16 Aug 14 11:57 libm.so.4 -> /usr/lib/libm.so
-rwxr-xr-x  1 root  wheel   203176 Aug 14 12:43 libm.so.6
-r--r--r--  1 root  wheel    86724 Feb 24  2008 libmagic.a
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 libmagic.so -> libmagic.so.3
-r--r--r--  1 root  wheel    70160 Feb 24  2008 libmagic.so.3
-r--r--r--  1 root  wheel    60626 Feb 24  2008 libmd.a
lrwxrwxrwx  1 root  wheel       15 Jan 19  2009 libmd.so -> /lib/libmd.so.4
-r--r--r--  1 root  wheel    15694 Feb 24  2008 libmemstat.a
lrwxrwxrwx  1 root  wheel       15 Jan 19  2009 libmemstat.so -> libmemstat.so.2
-r--r--r--  1 root  wheel    14124 Feb 24  2008 libmemstat.so.2
-r--r--r--  1 root  wheel    42780 Feb 24  2008 libmenu.a
lrwxrwxrwx  1 root  wheel       12 Jan 19  2009 libmenu.so -> libmenu.so.4
-r--r--r--  1 root  wheel    24960 Feb 24  2008 libmenu.so.4
-r--r--r--  1 root  wheel    43416 Feb 24  2008 libmenuw.a
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 libmenuw.so -> libmenuw.so.4
-r--r--r--  1 root  wheel    25576 Feb 24  2008 libmenuw.so.4
-r--r--r--  1 root  wheel    58046 Feb 24  2008 libmilter.a
lrwxrwxrwx  1 root  wheel       14 Jan 19  2009 libmilter.so -> libmilter.so.4
-r--r--r--  1 root  wheel    47700 Feb 24  2008 libmilter.so.4
-r--r--r--  1 root  wheel     7320 Feb 24  2008 libmp.a
lrwxrwxrwx  1 root  wheel       10 Jan 19  2009 libmp.so -> libmp.so.6
-r--r--r--  1 root  wheel     9888 Feb 24  2008 libmp.so.6
-r--r--r--  1 root  wheel    62334 Feb 24  2008 libncp.a
lrwxrwxrwx  1 root  wheel       11 Jan 19  2009 libncp.so -> libncp.so.3
-r--r--r--  1 root  wheel    49720 Feb 24  2008 libncp.so.3
-r--r--r--  1 root  wheel   422934 Feb 24  2008 libncurses.a
lrwxrwxrwx  1 root  wheel       20 Jan 19  2009 libncurses.so -> /lib/libncurses.so.7
-r--r--r--  1 root  wheel   493478 Feb 24  2008 libncursesw.a
lrwxrwxrwx  1 root  wheel       21 Jan 19  2009 libncursesw.so -> /lib/libncursesw.so.7
-r--r--r--  1 root  wheel    14502 Feb 24  2008 libnetgraph.a
lrwxrwxrwx  1 root  wheel       16 Jan 19  2009 libnetgraph.so -> libnetgraph.so.3
-r--r--r--  1 root  wheel    14544 Feb 24  2008 libnetgraph.so.3
-r--r--r--  1 root  wheel   468348 Feb 24  2008 libngatm.a
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 libngatm.so -> libngatm.so.3
-r--r--r--  1 root  wheel   394616 Feb 24  2008 libngatm.so.3
-r--r--r--  1 root  wheel    30690 Feb 24  2008 libnvpair.a
lrwxrwxrwx  1 root  wheel       19 Jan 19  2009 libnvpair.so -> /lib/libnvpair.so.1
-r--r--r--  1 root  wheel   137558 Feb 24  2008 libobjc.a
lrwxrwxrwx  1 root  wheel       12 Jan 19  2009 libobjc.so -> libobjc.so.3
-r--r--r--  1 root  wheel    97172 Feb 24  2008 libobjc.so.3
-r--r--r--  1 root  wheel    54100 Feb 24  2008 libopie.a
lrwxrwxrwx  1 root  wheel       12 Jan 19  2009 libopie.so -> libopie.so.5
-r--r--r--  1 root  wheel    32472 Feb 24  2008 libopie.so.5
-r--r--r--  1 root  wheel   162710 Feb 24  2008 libpam.a
lrwxrwxrwx  1 root  wheel       11 Jan 19  2009 libpam.so -> libpam.so.4
-r--r--r--  1 root  wheel    28240 Feb 24  2008 libpam.so.4
-r--r--r--  1 root  wheel    19292 Feb 24  2008 libpanel.a
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 libpanel.so -> libpanel.so.4
-r--r--r--  1 root  wheel    11784 Feb 24  2008 libpanel.so.4
-r--r--r--  1 root  wheel    19292 Feb 24  2008 libpanelw.a
lrwxrwxrwx  1 root  wheel       14 Jan 19  2009 libpanelw.so -> libpanelw.so.4
-r--r--r--  1 root  wheel    11784 Feb 24  2008 libpanelw.so.4
-r--r--r--  1 root  wheel   201400 Feb 24  2008 libpcap.a
lrwxrwxrwx  1 root  wheel       17 Jan 19  2009 libpcap.so -> /lib/libpcap.so.5
-r--r--r--  1 root  wheel    48784 Feb 24  2008 libpmc.a
lrwxrwxrwx  1 root  wheel       11 Jan 19  2009 libpmc.so -> libpmc.so.4
-r--r--r--  1 root  wheel    46156 Feb 24  2008 libpmc.so.4
lrwxrwxrwx  1 root  wheel        8 Jan 19  2009 libpthread.a -> libthr.a
lrwxrwxrwx  1 root  wheel        9 Jan 19  2009 libpthread.so -> libthr.so
-r--r--r--  1 root  wheel    15654 Feb 24  2008 libradius.a
lrwxrwxrwx  1 root  wheel       14 Jan 19  2009 libradius.so -> libradius.so.3
-r--r--r--  1 root  wheel    18124 Feb 24  2008 libradius.so.3
-r--r--r--  1 root  wheel   288302 Feb 24  2008 libreadline.a
lrwxrwxrwx  1 root  wheel       21 Jan 19  2009 libreadline.so -> /lib/libreadline.so.7
-r--r--r--  1 root  wheel    87204 Feb 24  2008 libroken.a
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 libroken.so -> libroken.so.9
-r--r--r--  1 root  wheel    53576 Feb 24  2008 libroken.so.9
-r--r--r--  1 root  wheel    44900 Feb 24  2008 librpcsvc.a
lrwxrwxrwx  1 root  wheel       14 Jan 19  2009 librpcsvc.so -> librpcsvc.so.4
-r--r--r--  1 root  wheel    33096 Feb 24  2008 librpcsvc.so.4
-r--r--r--  1 root  wheel    54154 Feb 24  2008 librt.a
lrwxrwxrwx  1 root  wheel       10 Jan 19  2009 librt.so -> librt.so.1
-r--r--r--  1 root  wheel    16572 Feb 24  2008 librt.so.1
-rw-r--r--  1 root  wheel  1225162 Jan 21  2009 libruby18-static.a
-rwxr-xr-x  1 root  wheel   892245 Jan 21  2009 libruby18.so
-rwxr-xr-x  1 root  wheel   892245 Jan 21  2009 libruby18.so.18
-r--r--r--  1 root  wheel     3440 Feb 24  2008 libsbuf.a
lrwxrwxrwx  1 root  wheel       17 Jan 19  2009 libsbuf.so -> /lib/libsbuf.so.4
-r--r--r--  1 root  wheel    17128 Feb 24  2008 libsdp.a
lrwxrwxrwx  1 root  wheel       11 Jan 19  2009 libsdp.so -> libsdp.so.3
-r--r--r--  1 root  wheel    15828 Feb 24  2008 libsdp.so.3
-r--r--r--  1 root  wheel    57414 Feb 24  2008 libsmb.a
lrwxrwxrwx  1 root  wheel       11 Jan 19  2009 libsmb.so -> libsmb.so.3
-r--r--r--  1 root  wheel    44208 Feb 24  2008 libsmb.so.3
-r--r--r--  1 root  wheel    10435 Jan 23  2009 libspamc.h
-r-xr-xr-x  1 root  wheel    25400 Jan 21  2009 libspamc.so
-r-xr-xr-x  1 root  wheel    25400 Jan 21  2009 libspamc.so.0
-r--r--r--  1 root  wheel   334698 Feb 24  2008 libssh.a
lrwxrwxrwx  1 root  wheel       11 Jan 19  2009 libssh.so -> libssh.so.4
-r--r--r--  1 root  wheel   228448 Feb 24  2008 libssh.so.4
-r--r--r--  1 root  wheel   356166 Feb 24  2008 libssl.a
lrwxrwxrwx  1 root  wheel       11 Jan 19  2009 libssl.so -> libssl.so.5
-r--r--r--  1 root  wheel   264264 Feb 24  2008 libssl.so.5
-r-xr-xr-x  1 root  wheel    26808 Jan 21  2009 libsslspamc.so
-r-xr-xr-x  1 root  wheel    26808 Jan 21  2009 libsslspamc.so.0
-r--r--r--  1 root  wheel    14610 Feb 24  2008 libssp.a
lrwxrwxrwx  1 root  wheel       16 Jan 19  2009 libssp.so -> /lib/libssp.so.0
-r--r--r--  1 root  wheel     1122 Feb 24  2008 libssp_nonshared.a
-r--r--r--  1 root  wheel   220418 Feb 24  2008 libstand.a
-r--r--r--  1 root  wheel  1931034 Feb 24  2008 libstdc++.a
lrwxr-xr-x  1 root  wheel       23 Aug 17 12:32 libstdc++.so -> /usr/lib/libstdc++.so.6
-rwxr-xr-x  1 root  wheel   733520 Aug 14 12:47 libstdc++.so.5
-rwxr-xr-x  1 root  wheel   878268 Aug 14 12:42 libstdc++.so.6
-r--r--r--  1 root  wheel   155332 Feb 24  2008 libsupc++.a
-r--r--r--  1 root  wheel    14010 Feb 24  2008 libtacplus.a
lrwxrwxrwx  1 root  wheel       15 Jan 19  2009 libtacplus.so -> libtacplus.so.3
-r--r--r--  1 root  wheel    16456 Feb 24  2008 libtacplus.so.3
lrwxrwxrwx  1 root  wheel       12 Jan 19  2009 libtermcap.a -> libncurses.a
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 libtermcap.so -> libncurses.so
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 libtermcapw.a -> libncursesw.a
lrwxrwxrwx  1 root  wheel       14 Jan 19  2009 libtermcapw.so -> libncursesw.so
lrwxrwxrwx  1 root  wheel       12 Jan 19  2009 libtermlib.a -> libncurses.a
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 libtermlib.so -> libncurses.so
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 libtermlibw.a -> libncursesw.a
lrwxrwxrwx  1 root  wheel       14 Jan 19  2009 libtermlibw.so -> libncursesw.so
-r--r--r--  1 root  wheel   127892 Feb 24  2008 libthr.a
lrwxrwxrwx  1 root  wheel       16 Jan 19  2009 libthr.so -> /lib/libthr.so.3
-r--r--r--  1 root  wheel    27082 Feb 24  2008 libthread_db.a
lrwxrwxrwx  1 root  wheel       17 Jan 19  2009 libthread_db.so -> libthread_db.so.3
-r--r--r--  1 root  wheel    23068 Feb 24  2008 libthread_db.so.3
lrwxrwxrwx  1 root  wheel       12 Jan 19  2009 libtinfo.a -> libncurses.a
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 libtinfo.so -> libncurses.so
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 libtinfow.a -> libncursesw.a
lrwxrwxrwx  1 root  wheel       14 Jan 19  2009 libtinfow.so -> libncursesw.so
-r--r--r--  1 root  wheel    10478 Feb 24  2008 libufs.a
lrwxrwxrwx  1 root  wheel       16 Jan 19  2009 libufs.so -> /lib/libufs.so.4
-r--r--r--  1 root  wheel    16008 Feb 24  2008 libugidfw.a
lrwxrwxrwx  1 root  wheel       14 Jan 19  2009 libugidfw.so -> libugidfw.so.3
-r--r--r--  1 root  wheel    16368 Feb 24  2008 libugidfw.so.3
-r--r--r--  1 root  wheel     2552 Feb 24  2008 libumem.a
lrwxrwxrwx  1 root  wheel       17 Jan 19  2009 libumem.so -> /lib/libumem.so.1
-r--r--r--  1 root  wheel    10582 Feb 24  2008 libusbhid.a
lrwxrwxrwx  1 root  wheel       14 Jan 19  2009 libusbhid.so -> libusbhid.so.3
-r--r--r--  1 root  wheel    10668 Feb 24  2008 libusbhid.so.3
-r--r--r--  1 root  wheel    70456 Feb 24  2008 libutil.a
lrwxrwxrwx  1 root  wheel       17 Jan 19  2009 libutil.so -> /lib/libutil.so.7
-r--r--r--  1 root  wheel    37074 Feb 24  2008 libuutil.a
lrwxrwxrwx  1 root  wheel       18 Jan 19  2009 libuutil.so -> /lib/libuutil.so.1
-r--r--r--  1 root  wheel    34994 Feb 24  2008 libvgl.a
lrwxrwxrwx  1 root  wheel       11 Jan 19  2009 libvgl.so -> libvgl.so.5
-r--r--r--  1 root  wheel    28752 Feb 24  2008 libvgl.so.5
-r--r--r--  1 root  wheel    41574 Feb 24  2008 libwrap.a
lrwxrwxrwx  1 root  wheel       12 Jan 19  2009 libwrap.so -> libwrap.so.5
-r--r--r--  1 root  wheel    27940 Feb 24  2008 libwrap.so.5
-rw-r--r--  1 root  wheel  1427820 Jan 21  2009 libxml2.a
-rwxr-xr-x  1 root  wheel      838 Jan 21  2009 libxml2.la
-rwxr-xr-x  1 root  wheel  1321664 Jan 21  2009 libxml2.so
-rwxr-xr-x  1 root  wheel  1321664 Jan 21  2009 libxml2.so.5
-r--r--r--  1 root  wheel     1934 Feb 24  2008 liby.a
-r--r--r--  1 root  wheel    23746 Feb 24  2008 libypclnt.a
lrwxrwxrwx  1 root  wheel       14 Jan 19  2009 libypclnt.so -> libypclnt.so.3
-r--r--r--  1 root  wheel    16836 Feb 24  2008 libypclnt.so.3
-r--r--r--  1 root  wheel    79930 Feb 24  2008 libz.a
lrwxrwxrwx  1 root  wheel       14 Jan 19  2009 libz.so -> /lib/libz.so.4
-r--r--r--  1 root  wheel   169256 Feb 24  2008 libzfs.a
lrwxrwxrwx  1 root  wheel       16 Jan 19  2009 libzfs.so -> /lib/libzfs.so.1
-r--r--r--  1 root  wheel   802932 Feb 24  2008 libzpool.a
lrwxrwxrwx  1 root  wheel       18 Jan 19  2009 libzpool.so -> /lib/libzpool.so.1
-r--r--r--  1 root  wheel     1395 Jan 23  2009 localcharset.h
-r--r--r--  1 root  wheel    12016 Jan 23  2009 ltdl.h
lrwxrwxrwx  1 root  wheel       15 Jan 19  2009 pam_chroot.so -> pam_chroot.so.4
-r--r--r--  1 root  wheel     4596 Feb 24  2008 pam_chroot.so.4
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 pam_deny.so -> pam_deny.so.4
-r--r--r--  1 root  wheel     3644 Feb 24  2008 pam_deny.so.4
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 pam_echo.so -> pam_echo.so.4
-r--r--r--  1 root  wheel     4548 Feb 24  2008 pam_echo.so.4
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 pam_exec.so -> pam_exec.so.4
-r--r--r--  1 root  wheel     5248 Feb 24  2008 pam_exec.so.4
lrwxrwxrwx  1 root  wheel       17 Jan 19  2009 pam_ftpusers.so -> pam_ftpusers.so.4
-r--r--r--  1 root  wheel     4916 Feb 24  2008 pam_ftpusers.so.4
lrwxrwxrwx  1 root  wheel       14 Jan 19  2009 pam_group.so -> pam_group.so.4
-r--r--r--  1 root  wheel     4124 Feb 24  2008 pam_group.so.4
lrwxrwxrwx  1 root  wheel       14 Jan 19  2009 pam_guest.so -> pam_guest.so.4
-r--r--r--  1 root  wheel     4376 Feb 24  2008 pam_guest.so.4
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 pam_krb5.so -> pam_krb5.so.4
-r--r--r--  1 root  wheel    18264 Feb 24  2008 pam_krb5.so.4
lrwxrwxrwx  1 root  wheel       12 Jan 19  2009 pam_ksu.so -> pam_ksu.so.4
-r--r--r--  1 root  wheel     7696 Feb 24  2008 pam_ksu.so.4
lrwxrwxrwx  1 root  wheel       16 Jan 19  2009 pam_lastlog.so -> pam_lastlog.so.4
-r--r--r--  1 root  wheel     6172 Feb 24  2008 pam_lastlog.so.4
lrwxrwxrwx  1 root  wheel       21 Jan 19  2009 pam_login_access.so -> pam_login_access.so.4
-r--r--r--  1 root  wheel     7348 Feb 24  2008 pam_login_access.so.4
lrwxrwxrwx  1 root  wheel       16 Jan 19  2009 pam_nologin.so -> pam_nologin.so.4
-r--r--r--  1 root  wheel     4948 Feb 24  2008 pam_nologin.so.4
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 pam_opie.so -> pam_opie.so.4
-r--r--r--  1 root  wheel     4888 Feb 24  2008 pam_opie.so.4
lrwxrwxrwx  1 root  wheel       19 Jan 19  2009 pam_opieaccess.so -> pam_opieaccess.so.4
-r--r--r--  1 root  wheel     4244 Feb 24  2008 pam_opieaccess.so.4
lrwxrwxrwx  1 root  wheel       17 Jan 19  2009 pam_passwdqc.so -> pam_passwdqc.so.4
-r--r--r--  1 root  wheel    40004 Feb 24  2008 pam_passwdqc.so.4
lrwxrwxrwx  1 root  wheel       15 Jan 19  2009 pam_permit.so -> pam_permit.so.4
-r--r--r--  1 root  wheel     3648 Feb 24  2008 pam_permit.so.4
lrwxrwxrwx  1 root  wheel       15 Jan 19  2009 pam_radius.so -> pam_radius.so.4
-r--r--r--  1 root  wheel     8784 Feb 24  2008 pam_radius.so.4
lrwxrwxrwx  1 root  wheel       15 Jan 19  2009 pam_rhosts.so -> pam_rhosts.so.4
-r--r--r--  1 root  wheel     3852 Feb 24  2008 pam_rhosts.so.4
lrwxrwxrwx  1 root  wheel       15 Jan 19  2009 pam_rootok.so -> pam_rootok.so.4
-r--r--r--  1 root  wheel     3648 Feb 24  2008 pam_rootok.so.4
lrwxrwxrwx  1 root  wheel       18 Jan 19  2009 pam_securetty.so -> pam_securetty.so.4
-r--r--r--  1 root  wheel     4208 Feb 24  2008 pam_securetty.so.4
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 pam_self.so -> pam_self.so.4
-r--r--r--  1 root  wheel     3944 Feb 24  2008 pam_self.so.4
lrwxrwxrwx  1 root  wheel       12 Jan 19  2009 pam_ssh.so -> pam_ssh.so.4
-r--r--r--  1 root  wheel     9324 Feb 24  2008 pam_ssh.so.4
lrwxrwxrwx  1 root  wheel       16 Jan 19  2009 pam_tacplus.so -> pam_tacplus.so.4
-r--r--r--  1 root  wheel     7248 Feb 24  2008 pam_tacplus.so.4
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 pam_unix.so -> pam_unix.so.4
-r--r--r--  1 root  wheel    11024 Feb 24  2008 pam_unix.so.4
-rw-r--r--  1 root  wheel    38321 Jan 23  2009 slapi-plugin.h
lrwxrwxrwx  1 root  wheel       13 Jan 19  2009 snmp_atm.so -> snmp_atm.so.5
-r--r--r--  1 root  wheel    23504 Feb 24  2008 snmp_atm.so.5
lrwxrwxrwx  1 root  wheel       16 Jan 19  2009 snmp_bridge.so -> snmp_bridge.so.5
-r--r--r--  1 root  wheel   117540 Feb 24  2008 snmp_bridge.so.5
lrwxrwxrwx  1 root  wheel       17 Jan 19  2009 snmp_hostres.so -> snmp_hostres.so.5
-r--r--r--  1 root  wheel   107260 Feb 24  2008 snmp_hostres.so.5
lrwxrwxrwx  1 root  wheel       15 Jan 19  2009 snmp_mibII.so -> snmp_mibII.so.5
-r--r--r--  1 root  wheel   135448 Feb 24  2008 snmp_mibII.so.5
lrwxrwxrwx  1 root  wheel       18 Jan 19  2009 snmp_netgraph.so -> snmp_netgraph.so.5
-r--r--r--  1 root  wheel    32792 Feb 24  2008 snmp_netgraph.so.5
lrwxrwxrwx  1 root  wheel       12 Jan 19  2009 snmp_pf.so -> snmp_pf.so.5
-r--r--r--  1 root  wheel    80376 Feb 24  2008 snmp_pf.so.5 
Tags: 
freebsd 7 libc.so glibc /libexec/ld-elf.so.1: /lib/libc.so.7: version GLIBC_2.1.3 required
[+][-]08/17/09 08:57 AM, ID: 25115700Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/17/09 09:00 AM, ID: 25115733Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]08/17/09 09:21 AM, ID: 25115938Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/17/09 09:38 AM, ID: 25116087Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Unix Operating Systems, FreeBSD, BSD Unix
Tags: freebsd 7 libc.so glibc /libexec/ld-elf.so.1: /lib/libc.so.7: version GLIBC_2.1.3 required by /usr/lib/libstdc++.so.6 not found UNIX libraries .so
Sign Up Now!
Solution Provided By: schoemans
Participating Experts: 2
Solution Grade: A
 
 
Loading Advertisement...
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625