You are not logged in.
The title says it. If I do the following, I get contradicting outputs:
~> pacman -Qi aalib | grep -i "Depends On"
Depends On : glibc ncurses gpm>=1.20.4 libx11but
~> ldd /usr/lib/libaa.so.1.0.4
linux-gate.so.1 => (0xb77c2000)
libncursesw.so.5 => /lib/libncursesw.so.5 (0xb774b000)
libm.so.6 => /lib/libm.so.6 (0xb7725000)
libgpm.so.2 => /usr/lib/libgpm.so.2 (0xb771f000)
libc.so.6 => /lib/libc.so.6 (0xb75d3000)
/lib/ld-linux.so.2 (0xb77c3000)Shouldn't libaa.so.1.0.4 link to libX11.so?
Last edited by Leonid.I (2011-02-22 18:25:34)
Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd
Offline
is a partially incorrect depedency. aalib supports X and it links to libx11 if libxt is present
Give what you have. To someone, it may be better than you dare to think.
Offline
is a partially incorrect depedency. aalib supports X and it links to libx11 if libxt is present
How do I see it? libxt does exist on the system... My point is that I can build aalib with --with-x=no, which gives the same ldd output, as in the OP.
Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd
Offline
wonder wrote:is a partially incorrect depedency. aalib supports X and it links to libx11 if libxt is present
How do I see it? libxt does exist on the system... My point is that I can build aalib with --with-x=no, which gives the same ldd output, as in the OP.
libxt needs to be on the system at build time otherwise x11 support doesn't get built. Anyway, I'm fixing it right now.
Offline
Thank you!
Marking as solved...
Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd
Offline