screen - termcap problem

Hi
I`ve got problem with screen.
After i launch screen i get flying list of :

---(example)

Name collision between cad68-3 cad68-3
Name collision between cad68-2 cad68-2
Name collision between cops10 cops10
Name collision between d132 d132 MH
Name collision between d800 d800 M7
Name collision between digilog digilog L3
Name collision between dwk dwk
Name collision between env230 env230
Name collision between ep48 ep48 e1
Name collision between ep40 ep40 e2
Name collision between ifmr ifmr
Name collision between opus3n1+ opus3n1+
Name collision between teletec teletec Mk
Name collision between v3220 v3220
Name collision between su dumb su dumb
Name collision between sp sp

---

and after that i can use screen. But somethings wrong. Have anyone has this problem before? Google has no answer for me.

Additional applications are from well known Porting And Archive Centre for HP-UX.

screen 4.0.3 screen
termcap 1.3.1 termcap

Tx for answer.
Chesti

It's possible that there is some kind of conflict between resolving external symbols (ie, function names). Check which libraries it is compiled against (using LDD). Look for duplicates or built-in ones that might conflict with externally downloaded ones (ie, glibc, termcap).

I dont see nothing unussual here:

bash-3.2# ldd -v /usr/local/bin/screen

find library=libncurses.so; required by /usr/local/bin/screen
libncurses.so => /usr/local/lib/hpux32/libncurses.so

find library=libelf.so.1; required by /usr/local/bin/screen
libelf.so.1 => /usr/lib/hpux32/libelf.so.1

find library=libc.so.1; required by /usr/local/bin/screen
libc.so.1 => /usr/lib/hpux32/libc.so.1

find library=libdl.so.1; required by /usr/lib/hpux32/libc.so.1
libdl.so.1 => /usr/lib/hpux32/libdl.so.1
bash-3.2#

Here is similar/same problem:

IT Resource Center forums - 11.23 & Python => "Name collision between.."?

exporting of terminfo supposed to help but in my case it don`t.

export TERMINFO=/usr/share/lib/terminfo

I think you're on the right track... Looking at the names that are colliding, they are indeed TERMCAP/terminfo names, which means maybe that screen is somehow getting two copies of the terminal's capability.

Why don't you crosspost to the screen's email/bug list. Meanwhile maybe someone here will have an insight that is HP specific.