Skip to content
Discussion options

You must be logged in to vote

This is likely the result of the ksh 1.0.8 statically linking against libast and other libraries, whereas 1.0.9 and 1.0.10 dynamically link against libast.so. The decrease in the file size of /usr/bin/ksh should be accompanied by new libshell.so, libast.so, libcmd.so and libdll.so libraries.

# dynamically-linked 1.0.10 libraries
$ ldd /usr/bin/ksh
	linux-vdso.so.1 (0x00007fa8b88d3000)
	libshell.so.4 => /usr/lib/libshell.so.4 (0x00007fa8b87bc000)
	libast.so.8 => /usr/lib/libast.so.8 (0x00007fa8b86e6000)
	libcmd.so.4 => /usr/lib/libcmd.so.4 (0x00007fa8b86a7000)
	libdll.so.4 => /usr/lib/libdll.so.4 (0x00007fa8b86a0000)
	libm.so.6 => /usr/lib/libm.so.6 (0x00007fa8b85d1000)
	libmd.so.0 => /usr…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by rwmills
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@JohnoKing
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants