GNU screen on HP-UX 11.23

I compiled GNU screen on HP-UX 11.23 and following the compile, I get the following error when I try to run screen

Cannot find terminfo entry for 'vt100'

By default the TERMINFO is not set, I found a reference that setting it might help. I tried the following but I still receive the same error.

export TERMINFO=/usr/share/lib/terminfo

Here is my HP-UX release:
HP-UX hp11 B.11.23 U ia64 0109324224 unlimited-user license

Screen release:
Screen version 4.00.03 (FAU) 23-Oct-06

Anyone seen this and managed to remedy the error? Thanks in advance.

Dont you have a terminfo directory in /usr/local/share?

Not in /usr/local/share no. But as I stated, in /usr/share/lib/terminfo yes.