Hello, On Wed, 12 Mar 2008 11:36:36 +0300 Nikolay Shaplov <[EMAIL PROTECTED]> wrote:
> On Tue, 11 Mar 2008 19:36:25 -0500 > "Capn_Fish Zaurus" <[EMAIL PROTECTED]> wrote: > > > > > Can you tell me how to find out, which package provides certain > > > file? > > > > > > ipkg search stdio.h > > > > > > shows nothing, though I know for sure, that stdio.h is a part of > > > libc6-dev<http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users> > > > > > Did you have libc6-dev installed? ipkg search only works for > > installed packages AFAIK. > > lib6-dev is installed: > > $ su > > $ ipkg install libc6-dev > Package libc6-dev (2.5-r9) installed in root is up to date. > Nothing to be done > > $ ipkg search stdio.h It would be rather natural to expect it to accept full path. Looking at the source, it uses fnmatch(), so following should work too: ipkg search '*stdio.h' > $ > > but it does not work > [] -- Best regards, Paul mailto:[EMAIL PROTECTED] _______________________________________________ Angstrom-distro-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
