Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > pt.comp.programacao > #319
| From | Daniel Cerqueira <dan.list@lispclub.com> |
|---|---|
| Newsgroups | pt.comp.programacao |
| Subject | Re: GNU screen, FreeBSD 14 |
| Date | 2024-11-02 13:38 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <87ttcpah7u.fsf@lispclub.com> (permalink) |
| References | <874j4qy1zg.fsf@example.com> |
Patricia Ferreira <pferreira@example.com> writes: > Nunca tinha visto isso antes. > > # screen > ld-elf.so.1: /lib/libc.so.7: version FBSD_1.8 required by /usr/local/bin/screen not found > > # ldd $(which screen) > /usr/local/bin/screen: > libncursesw.so.9 => /lib/libncursesw.so.9 (0x2491b92b1000) > libtinfow.so.9 => /lib/libtinfow.so.9 (0x2491b7dff000) > libutil.so.9 => /lib/libutil.so.9 (0x2491b84c2000) > libulog.so.0 => /lib/libulog.so.0 (0x2491b9f04000) > libcrypt.so.5 => /lib/libcrypt.so.5 (0x2491ba31d000) > libc.so.7 => /lib/libc.so.7 (0x2491ba6aa000) > libmd.so.6 => /lib/libmd.so.6 (0x2491bb457000) > [vdso] (0x2491b7ce3000) > > Qual será o problema aí? Corre o `ldconfig` e vê se resulta. Se não resultar, usa o `strace` para ver se há alguma biblioteca não existente. Para usar o `strace` o programa tem de estar a correr, e depois ligaste ao pid do programa (provavelmente o teu problema é por o screen a correr).
Back to pt.comp.programacao | Previous | Next — Previous in thread | Next in thread | Find similar
GNU screen, FreeBSD 14 Patricia Ferreira <pferreira@example.com> - 2024-11-01 20:21 -0300
Re: GNU screen, FreeBSD 14 Daniel Cerqueira <dan.list@lispclub.com> - 2024-11-02 13:38 +0000
Re: GNU screen, FreeBSD 14 Patricia Ferreira <pferreira@example.com> - 2024-11-05 16:51 -0300
Re: GNU screen, FreeBSD 14 Daniel Cerqueira <dan.list@lispclub.com> - 2024-11-05 20:31 +0000
Re: GNU screen, FreeBSD 14 Patricia Ferreira <pferreira@example.com> - 2024-11-05 18:39 -0300
Re: GNU screen, FreeBSD 14 Daniel Cerqueira <dan.list@lispclub.com> - 2024-11-05 21:58 +0000
Re: GNU screen, FreeBSD 14 Patricia Ferreira <pferreira@example.com> - 2024-11-05 19:23 -0300
Re: GNU screen, FreeBSD 14 Daniel Cerqueira <dan.list@lispclub.com> - 2024-11-06 04:52 +0000
csiph-web