Can't locate loadable object for module IO::Tty

I am getting this error:

Can't locate loadable object for module IO::Tty in @INC (@INC contains: /production/79p/perl5/lib/site_perl/5.28.0/x86_64-linux /production/79p/perl5/lib/site_perl/5.28.0 /production/79p/perl5/lib/5.28.0/x86_64-linux /production/79p/perl5/lib/5.28.0 /production/79p/scripts/perl/lib) at /production/79p/perl5/lib/5.28.0/IO/Tty.pm line 30.
Compilation failed in require at /production/79p/perl5/lib/5.28.0/IO/Pty.pm line 7.
BEGIN failed--compilation aborted at /production/79p/perl5/lib/5.28.0/IO/Pty.pm line 7.
Compilation failed in require at /production/79p/perl5/lib/5.28.0/Expect.pm line 23.
BEGIN failed--compilation aborted at /production/79p/perl5/lib/5.28.0/Expect.pm line 23.
Compilation failed in require at /production/79p/scripts/perl/lib/BaseAppAction.pl line 6.
BEGIN failed--compilation aborted at /production/79p/scripts/perl/lib/BaseAppAction.pl line 6.
Compilation failed in require at /production/79p/scripts/perl/lib/LSMSUtil.pl line 14.
BEGIN failed--compilation aborted at /production/79p/scripts/perl/lib/LSMSUtil.pl line 15.
Compilation failed in require at /production/79p/scripts/ksh/util/sftpbdd.pl line 4.

------ Post updated at 10:45 PM ------

Here is the perl -V output:

/home/lnpadmin/scripts> perl -V
Summary of my perl5 (revision 5 version 28 subversion 0) configuration:
  Platform:
    osname=linux
    osvers=3.10.0-514.6.1.el7.x86_64
    archname=x86_64-linux
    uname='linux pvmkj071.nmcc.sprintspectrum.com 3.10.0-514.6.1.el7.x86_64 #1 smp sat dec 10 11:15:38 est 2016 x86_64 x86_64 x86_64 gnulinux '
    config_args='-des -Dprefix=/production/79p/perl5'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='cc'
    ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
    optimize='-O2'
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='4.8.5 20150623 (Red Hat 4.8.5-11)'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
    libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.17.so
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version='2.17'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='-Wl,-E'
    cccdlflags='-fPIC'
    lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector-strong'

Characteristics of this binary (from libperl):
  Compile-time options:
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    USE_64_BIT_ALL
    USE_64_BIT_INT
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
  Built under linux
  Compiled at Oct 17 2018 20:41:27
  @INC:
    /production/79p/perl5/lib/site_perl/5.28.0/x86_64-linux
    /production/79p/perl5/lib/site_perl/5.28.0
    /production/79p/perl5/lib/5.28.0/x86_64-linux
    /production/79p/perl5/lib/5.28.0

Do you have this module IO::Tty installed?

Yes. Under /production/79p/perl5/lib/5.28.0/x86_64-linux/auto/IO/Pty

Here is my perl5lib:

%ENV:
PERL5LIB="/production/79p/perl5/lib/5.28.0/x86_64-linux/auto"