Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Intel Solaris Registry

Status
Not open for further replies.

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

 
Sorry but what do you mean by Intel Solaris Registry ?

Regards,

Carlos Almeida,
 
I meant by the word registry in solaris intel as something similar to registry in windows os? Best Regards,

Guruprasad S
 
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,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top