Hi,

I would expect pkg search to tell me which package delivered the perl binary, but:

file exists:

bash-4.1$ ls -l /usr/perl5/bin/perl
-r-xr-xr-x   2 root     bin        18756 Feb 28  2011 /usr/perl5/bin/perl

try a search that works:

bash-4.1$ pkg search -lr '</usr/bin/ls>'
PACKAGE                  PUBLISHER
pkg:/[email protected]
pkg:/[email protected] solaris

try to search for the perl binary:

bash-4.1$ pkg search -lr '</usr/perl5/bin/perl>'
bash-4.1$ echo $?
1

publishers are configured properly:

bash-4.1$ pkg publisher
PUBLISHER                             TYPE     STATUS   URI
solaris (preferred) origin online http://netinstall-s11.us.oracle.com/solaris/ local origin online http://netinstall-s11.us.oracle.com:9000/
bash-4.1$

Any ideas? Is this a search bug or is my search syntax bad?

Cheers,

Gary

_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to