LPI
202-400 · Question #249
The program vsftpd, running in a chroot jail, gives the following error: /bin/vsftpD. error while loading shared libraries: libc.so.6: cannot open shared object filE. No such file or directory…
The correct answer is C. Copy the required library to the appropriate lib directory in the chroot jail. See the full explanation below for the reasoning.
Question
The program vsftpd, running in a chroot jail, gives the following error: /bin/vsftpD. error while loading shared libraries: libc.so.6: cannot open shared object filE. No such file or directory. Which of the following actions would fix the error?
Options
- AThe file /etc/ld.so.conf in the root filesystem must contain the path to the appropriate lib
- BCreate a symbolic link that points to the required library outside the chroot jail.
- CCopy the required library to the appropriate lib directory in the chroot jail.
- DRun the program using the command chroot and the option --static_libs.
How the community answered
(55 responses)- A11% (6)
- B2% (1)
- C82% (45)
- D5% (3)
Community Discussion
No community discussion yet for this question.