From: hadi motamedi on
Dear All
Can you please let me know how to install lftp client on my Solaris8
on Sparc platform?
Thank you
From: Robert Gruener on
Am 26.04.2010 09:04, schrieb hadi motamedi:
> Dear All
> Can you please let me know how to install lftp client on my Solaris8
> on Sparc platform?
> Thank you
Get the package for your hardware and OS version. www.sunfreeware.com
could be a start point. Then just install it (pkgadd is your friend) and
do not forget to install the dependency packages as well.

--

Cheers / Gru�
Robert
From: hadi motamedi on
On Apr 26, 10:00 am, Robert Gruener <rgrue...(a)online.de> wrote:
> Am 26.04.2010 09:04, schrieb hadi motamedi:> Dear All
> > Can you please let me know how to install lftp client on my Solaris8
> > on Sparc platform?
> > Thank you
>
> Get the package for your hardware and OS version.www.sunfreeware.com
> could be a start point. Then just install it (pkgadd is your friend) and
> do not forget to install the dependency packages as well.
>
> --
>
> Cheers / Gruß
> Robert

I got lftp-4.0.6 but the pkgadd cannot install it . I installed gcc on
my Solaris8 Sparc but the lftp installation via './configure' cannot
get through.Can you please let me know why?
Thank you
From: hume.spamfilter on
hadi motamedi <motamedi24(a)gmail.com> wrote:
> I got lftp-4.0.6 but the pkgadd cannot install it . I installed gcc on
> my Solaris8 Sparc but the lftp installation via './configure' cannot
> get through.Can you please let me know why?

The why is contained in the error messages, which you haven't provided.

--
Brandon Hume - hume -> BOFH.Ca, http://WWW.BOFH.Ca/
From: Robert Gruener on
Am 26.04.2010 11:25, schrieb hadi motamedi:
> I got lftp-4.0.6 but the pkgadd cannot install it . I installed gcc on
> my Solaris8 Sparc but the lftp installation via './configure' cannot
> get through.Can you please let me know why?
> Thank you

There is no need for a configure, if you use a ready made package.
The way for an installation is like: pkgadd -d . lftp-4.0.6.xxxx.pkg
If you should have downloaded the source package tarball, you have
indeed to compile it first with configure, make and so on, but this
could be more complicated. Of course the pkgadd command cannot deal
with the source code, just after compiling and packaging.
But as already mentioned - the comamnds and error messages would be helpful.


--

Cheers / Gru�
Robert