2

Since you can link your application to a .sl file and a .so file what exactly are the differences between .so and .sl files?

j0k
  • 22,600
  • 28
  • 79
  • 90
ojblass
  • 21,146
  • 22
  • 83
  • 132

1 Answers1

5

After a quick googling, I found this.

*.so shared libraries are used in HP-UX 11.20 and upwards. 

*.sl are used in PA-RISC (11.11) 

Basically, *.so files reside in /usr/lib/hpux32 and /usr/lib/hpux64/ on Itanium. 

*.sl resides in /usr/lib 
Soufiane Hassou
  • 17,257
  • 2
  • 39
  • 75