Re: [Pkgutil-users] SF.net SVN: pkgutil:[104] tags/1.7/
Status: Beta
Brought to you by:
bonivart
|
From: Peter B. <bon...@bl...> - 2009-09-16 07:21:15
|
On Wed, Sep 16, 2009 at 2:25 AM, Dennis Clarke <dc...@bl...> wrote: > Perl 5.00503 > Perl binary /bin/perl > PATH > /usr/xpg4/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/usr/ccs/bin > > Strange that this perl binary was not found : > > # ls -lap /opt/csw/bin/perl > -rwxr-xr-x 2 root bin 17256 Mar 25 2008 /opt/csw/bin/perl Not strange at all. :-) You don't have /opt/csw/bin in your PATH and perl is located with env, the other stuff is located more explicitly. -- /peter |