If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Difference between libraries files

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-25-07, 02:58
jdaouk jdaouk is offline
Registered User
 
Join Date: Oct 2006
Posts: 12
Difference between libraries files

Dears,

Recently I faced a problem in running a shell script from the cron that executes a certain informix script using sacego. After investigations I knew that I should create symbolic links in /usr/lib to $INFORMIX/lib/esql/libif*.so, in this directory I notice that there are files with extension ".a".

I would like to know what is the difference between the files with extensions ".so" and the files with extension ".a", and what relation do they have?

Best regards,
Jihad Daouk
Reply With Quote
  #2 (permalink)  
Old 10-25-07, 06:04
ceinma ceinma is offline
Registered User
 
Join Date: Apr 2007
Location: Jundiai / SP - Brasil
Posts: 311
I not sure...but this is library to differs SO...
__________________
________________________________________
César Inacio Martins
Jundiai / SP - Brasil
http://www.imartins.com.br/informix - em Português
http://www.imartins.com.br/informix - English (translated by Google).
________________________________________
Reply With Quote
  #3 (permalink)  
Old 10-26-07, 07:48
stanislav.ondac stanislav.ondac is offline
Registered User
 
Join Date: Aug 2005
Posts: 140
I think this not belong to this forum


*.a files are mostly static libraries
*.so files are mostly dynamic libraries

linking to static libraries includes the actual code for the library functions/procedures with the executable and
its size will be large when compared to an executable which uses dynamic libraries.
Reply With Quote
  #4 (permalink)  
Old 10-26-07, 08:43
jdaouk jdaouk is offline
Registered User
 
Join Date: Oct 2006
Posts: 12
Differencies in library files

Thank you stanislav,
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On