After reboot, CDE and cifs are not working

I installed bos.cifs_fs, bos.loc.iso.ko_KR, X11.fnt.ucs.ttf_KR, X11.fnt.ksc5601.ttf on p520 express, AIX 5.3
and upgraded the system from 5.3 TL7 SP? to 5.3 TL7 SP10
and rebooted the system.
During the boot, the system print error messages below (green text)

exec(): 0509-036 Cannot load program dtlogin because of the following errors:
0509-130 Symbol resolution failed for /lib/libX11.a(shr4.o) because:
0509-136 Symbol smsocket (number 101) is not exported from
dependent module /unix.
0509-136 Symbol smconnect (number 102) is not exported from
dependent module /unix.
0509-136 Symbol smgetbuff (number 103) is not exported from
dependent module /unix.
0509-136 Symbol smrcvbuff (number 104) is not exported from
dependent module /unix.
0509-136 Symbol smfreebuff (number 105) is not exported from
dependent module /unix.
0509-136 Symbol smsendbuff (number 106) is not exported from
dependent module /unix.
0509-136 Symbol smwait (number 107) is not exported from
dependent module /unix.
0509-026 System error: Error 0
0509-192 Examine .loader section symbols with the
'dump -Tv' command.

CDE is not working
the system just prompt green text login
after login, I issued the command below
app:/usr/dt/bin] dtlogin -daemon
I received same error messages
and I issued the command below
app:/]mount -v cifs -o fmode=775,uid=203,gid=1 -n 111.111.111.111/administrator /Output /usr/local/Output
I received error messages below
There was an error connecting the share or the server. Make sure the lsdev command shows that device nsmb0 is in the Available state. Also make sure that the share name, user name and password are accurate.

But nsmb0 is in Available state

Please Help me
Thanks in advance

Please try the second search result in google if you have not already. Search:
usr/lib/libX11.a(shr4.o

Looks like one of the X11 related installs has replaced an X11 library with a different (older?) library that does not define the symbol dtlogin is looking for.
I would run:

# ldd -r dtlogin 

and ldd will report the precise name of the library file that is now missing a symbol, see:
2.27: Where can I find ldd for AIX?
for where to get ldd for AIX from, here:
ldd(1): print shared library dependencies - Linux man page
is a manpage for ldd.