The latest libashnet for -el7 is libashnet.so.1.14.194.el7, so I would suggest starting there. (The 1.14.169 version is from 4+ years ago.)
If that doesn't solve it, let's look at the results of
ls and
ldd to see if it matches those below...
$ ls -l /usr/lib/libashnet.so.1
lrwxrwxrwx. 1 root root 39 Apr 22 14:12 /usr/lib/libashnet.so.1 -> /vm/miame/bin/libashnet.so.1.14.194.el7
$ ldd /usr/lib/libashnet.so.1
linux-gate.so.1 => (0xf7747000)
libc.so.6 => /lib/libc.so.6 (0xf6d66000)
libpthread.so.0 => /lib/libpthread.so.0 (0xf6d4b000)
/lib/ld-linux.so.2 (0xf7748000)
$ ldd /u1/miame/bin/libashnet.so.1.14.194.el7
linux-gate.so.1 => (0xf7740000)
libc.so.6 => /lib/libc.so.6 (0xf6d5f000)
libpthread.so.0 => /lib/libpthread.so.0 (0xf6d44000)
/lib/ld-linux.so.2 (0xf7741000)
Note that the latter two
ldd commands should have equivalent results (unless the link from /usr/lib is bad!)