PrepAway - Latest Free Exam Questions & Answers

/bin/vsftpd: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or

A program, called vsftpd, running in a chroot jail, is giving the following error: /bin/vsftpd: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory. Which TWO of the following are possible solutions?

A.
Get the vsftp source code and compile it statically.

B.
The file /etc/ld.so.conf must contain the path to the appropriate lib directory in the chroot jail

C.
Create a symbolic link that points to the required library outside the chroot jail

D.
Copy the required library to the appropriate lib directory in the chroot jail.

E.
Run the program using the command chroot and the option –static_libs


Leave a Reply