Mar 7, 2002 #1 guruprasadsirigeri Programmer Joined Mar 5, 2002 Messages 3 Location IN How can i can access the Intel Solaris Registry to get the id of the .so files installed in the system? Besr Regards, Guruprasad S
How can i can access the Intel Solaris Registry to get the id of the .so files installed in the system? Besr Regards, Guruprasad S
Mar 7, 2002 #2 cfsalmeida IS-IT--Management Joined Feb 8, 2001 Messages 338 Location PT Sorry but what do you mean by Intel Solaris Registry ? Regards, Carlos Almeida, Upvote 0 Downvote
Mar 11, 2002 Thread starter #3 guruprasadsirigeri Programmer Joined Mar 5, 2002 Messages 3 Location IN I meant by the word registry in solaris intel as something similar to registry in windows os? Best Regards, Guruprasad S Upvote 0 Downvote
I meant by the word registry in solaris intel as something similar to registry in windows os? Best Regards, Guruprasad S
Mar 11, 2002 #4 cfsalmeida IS-IT--Management Joined Feb 8, 2001 Messages 338 Location PT To extract sccs version information from a file, you can use "what", i.e: #/usr/ccs/bin/what /usr/lib/ld.so ld.so: types.h 1.38 95/11/14 SMI feature_tests.h 1.7 94/12/06 SMI machtypes.h 1.9 94/11/05 SMI select.h 1.10 92/07/14 SMI time.h 2.47 95/08/24 SMI ... ... Regards, Carlos Almeida, Upvote 0 Downvote
To extract sccs version information from a file, you can use "what", i.e: #/usr/ccs/bin/what /usr/lib/ld.so ld.so: types.h 1.38 95/11/14 SMI feature_tests.h 1.7 94/12/06 SMI machtypes.h 1.9 94/11/05 SMI select.h 1.10 92/07/14 SMI time.h 2.47 95/08/24 SMI ... ... Regards, Carlos Almeida,