Comment # 118 on bug 1054448 from
(In reply to Dr. Werner Fink from comment #117)
> (In reply to Tad Bilby from comment #114)
> 
> > Here are the libaries opened by the VPN app.  It's the barracuda VPN.  Let
> > me know and I will include the full strace dump.  
> > 
> > open("/opt/phion/libs64/engines/libcavium.so", O_RDONLY) = -1 ENOENT (No
> > such file or directory)
> > lstat("/lib/terminfo", 0x1a7f480)       = -1 ENOENT (No such file or
> > directory)
> > stat("/lib/terminfo", 0x1a7f480)        = -1 ENOENT (No such file or
> > directory)
> > 
> > I renamed xterm-256color xterm-256color.bad and copied xterm over
> > xterm-256color and now the box renders properly.  I have attached the new
> > image.  Back-space works "of course" once again since I am not using
> > xterm-256color in konsole currently.
> 
> run the command ldd(1) against the binary and its shared files which it does
> load
> ... btw, if it does not use libncurses nor libtinfo then it is not ncurses
> which is used for rendering.
> 
> Beside this: renaming the 32bit terminfo file to *.bad does not help as
> ncurses 6.1 is the new standard and I'll not gona change this due third
> party programs

OK, I see.

# ldd vpn
        not a dynamic executable
# file vpn
vpn: setuid ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically
linked, for GNU/Linux 2.6.9, stripped


You are receiving this mail because: