Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
libtermcap.so.2 x86 emul [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64
View previous topic :: View next topic  
Author Message
lukedarnell
n00b
n00b


Joined: 26 Apr 2005
Posts: 7

PostPosted: Fri Sep 16, 2005 10:51 pm    Post subject: libtermcap.so.2 x86 emul [SOLVED] Reply with quote

Hi all,

I'm trying to run a binary x86 package on my gentoo amd64 system.
Most of the emul libraries seem to be there by I'm missing libtermcap.so.2 in my x86 emulation libraries.

Code:
bronte bin # ldd pp_shell_clp_exec
        linux-gate.so.1 =>  (0xffffe000)
        libtermcap.so.2 => not found
        libpthread.so.0 => /lib32/libpthread.so.0 (0x5558f000)
        libncurses.so.5 => /emul/linux/x86/lib/libncurses.so.5 (0x555e1000)
        libdl.so.2 => /lib32/libdl.so.2 (0x55622000)
        libX11.so.6 => /emul/linux/x86/usr/lib/libX11.so.6 (0x55626000)
        libXext.so.6 => /emul/linux/x86/usr/lib/libXext.so.6 (0x556f1000)
        libSM.so.6 => /emul/linux/x86/usr/lib/libSM.so.6 (0x556ff000)
        libICE.so.6 => /emul/linux/x86/usr/lib/libICE.so.6 (0x55708000)
        libm.so.6 => /lib32/libm.so.6 (0x55720000)
        libXft.so.2 => /emul/linux/x86/usr/lib/libXft.so.2 (0x55743000)
        libc.so.6 => /lib32/libc.so.6 (0x55755000)
        /lib/ld-linux.so.2 (0x55555000)
        libgpm.so.1 => /emul/linux/x86/lib/libgpm.so.1 (0x5586f000)
        libXrender.so.1 => /emul/linux/x86/usr/lib/libXrender.so.1 (0x55875000)
        libfontconfig.so.1 => /emul/linux/x86/usr/lib/libfontconfig.so.1 (0x5587d000)
        libexpat.so.0 => /emul/linux/x86/usr/lib/libexpat.so.0 (0x558a4000)
        libfreetype.so.6 => /emul/linux/x86/usr/lib/libfreetype.so.6 (0x558c4000)
        libz.so.1 => /emul/linux/x86/lib/libz.so.1 (0x55933000)


There doesn't seem to be an emulation library for the libtermcap stuff, just the 64-bit version - libtermcap-compat.
What's the best way to get the x86 libtermcap emulation libraries?


Last edited by lukedarnell on Sat Sep 17, 2005 2:29 am; edited 1 time in total
Back to top
View user's profile Send private message
lukedarnell
n00b
n00b


Joined: 26 Apr 2005
Posts: 7

PostPosted: Sat Sep 17, 2005 2:29 am    Post subject: SOLVED Reply with quote

I solved this problem by getting libtermcap.so.2 from my x86 box and putting it in /lib32.
I just needed to run
Code:
 ldconfig
to reconfigure my bindings and I was away.
I suppose I could have set up a chroot 32-bit environ but this seems a bit too much work for one library.
AMD64 still sems a bit too much work for too little reward.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64 All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum