On 17/07/07, Need Help <[EMAIL PROTECTED]> wrote: > You will notice there are 5 files for each library type > (a/la/so/so.15/so.15.0.0).
You will also note that two of these (so, so.15) are simply symbolic links to the third (so.15.0.0), and that one of the others is basically just a text file. You are really only talking about two libraries - the .a (static) library and the .so (shared) version. The static library is only ever needed when compiling SNMP-based applications. If you're only running commands on your target box (not compiling them), then you won't need the .a files. I'm not certain, but I don't think you would need the .la files either. Suck it and see. But I'd keep all three versions of the .so files - the overhead of the symbolic links is only 20-30 bytes each! Dave ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
