LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   What is *.so.16 file? (https://www.linuxquestions.org/questions/programming-9/what-is-%2A-so-16-file-4175459213/)

IMAX 04-22-2013 09:52 PM

What is *.so.16 file?
 
Dear All,
When I build POCO C++ libraries, It generated *.so.16 with the same name *.so in the lib directory.
I want to know what different between *.so and *.so.16?
I use diff to compare these two files,there are no differents between them,
what does *.so.16 used for?

Thanks

mina86 04-22-2013 10:48 PM

It's versioning. Typically the *.so file would be a symbolic link though.

IMAX 04-22-2013 11:38 PM

Quote:

Originally Posted by mina86 (Post 4936919)
It's versioning. Typically the *.so file would be a symbolic link though.

Oh,I see.
Thanks mina86


All times are GMT -5. The time now is 07:03 PM.