After installing CVSNT, I am able to run cvs server, but when I try to run cvslockd I am getting the following error message
#cvslockd
ld.so.1: cvslockd: fatal: libstdc++.so.6: open failed: No such file or directory
Killed
evnthough the library I could find and path also in place
/usr/local/lib/libstdc++.so.6
/usr/local/lib/sparcv9/libstdc++.so.6
#/export/home/sysadmin#find / -name ld.so.1 -print
/usr/lib/ld.so.1
/usr/lib/sparcv9/ld.so.1
/etc/lib/ld.so.1
/export/home/sysadmin/9_Recommended/112963-14/SUNWcsr/reloc/etc/lib/ld.so.1
/export/home/sysadmin/9_Recommended/112963-14/SUNWcsu/reloc/usr/lib/ld.so.1
/export/home/sysadmin/9_Recommended/112963-14/SUNWcsxu/reloc/usr/lib/sparcv9/ld.so.1
I have installed the following the library
gcc-3.4.1-sol9-sparc-local
libgcc-3.4.1-sol9-sparc-local
lsof-4.68-sol9-sparc-local
popt-1.7-sol9-sparc-local
Am I missing anything here?
Thanks in Advance