>>
>> > I am attempting to download a package from
>> blastwave and keep getting
>> > Option -n selected, stopping here.
>>
>> What rev of Solaris or OpenSolaris or what-ever are
>> you on ?
>
> OpenSolaris b81
should work fine
>>
>> > I have checked the config file and -n is not set
>> for wgetopts.
>>
>> Which wget are you using ? /usr/sfw/bin/wget ?
>> /opt/csw/bin/wget ?
>
> using /opt/csw/bin/pkgutil which I would assume calls /opt/csw/bin/wget
no, actually it loosk all over the place to find wget, smart litle script
that it is. Even if you have no wget anywhere it installed its own little
wget thus :
bash-3.2# ldd /opt/csw/libexec/pkgutil/wget
libmd5.so.1 => /lib/libmd5.so.1
libsocket.so.1 => /lib/libsocket.so.1
libnsl.so.1 => /lib/libnsl.so.1
libc.so.1 => /lib/libc.so.1
libmp.so.2 => /lib/libmp.so.2
libmd.so.1 => /lib/libmd.so.1
libscf.so.1 => /lib/libscf.so.1
libdoor.so.1 => /lib/libdoor.so.1
libuutil.so.1 => /lib/libuutil.so.1
libgen.so.1 => /lib/libgen.so.1
libm.so.2 => /lib/libm.so.2
>> Is there a $HOME/.wgetrc ?
>
> No .wgetrc in home directory.
hrmm .. good one
Do you have a /etc/opt/csw/pkgutil.conf ?
do this, just copy and paste into the terminal there :
/usr/xpg4/bin/rm -f /opt/csw/etc/pkgutil.con*
/usr/xpg4/bin/rm -f /etc/opt/csw/pkgutil.conf
/bin/printf "mirror=http://blastwave.network.com/csw/unstable\n" >
/etc/opt/csw/pkgutil.conf
/bin/printf "pkgaddopts=-G\n" >> /etc/opt/csw/pkgutil.conf
Then run /opt/csw/bin/pkgutil --catalog
and show me what you get.
dc
_______________________________________________
opensolaris-discuss mailing list
[email protected]