On Tue, 12 Mar 2002, Mike Noyes wrote:

[...]

> Questions:
> How can I determine the lib used in package creation? Do we need separate 
> trees for lib versions?

untested ... but something like

  md ${package}
  cd ${package}
  gunzip ${packagelrppath}
  ldd `ls bin/* sbin/* usr/bin usr/sbin usr/local/bin usr/local/sbin` \
    | grep -v ':$' | sort | uniq
  cd ..
  rm -R ${package}

executed on a development system ought to give you a good handle on the
libraries in use by the binaries in a given package.

---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<[EMAIL PROTECTED]>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...2k
---------------------------------------------------------------------------


_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to