Anu Praveen
Tue, 29 Dec 2009 06:13:21 -0800
I guess the installation has gone through. In case of any issue reply back to the mail.
Thank you Regards, Anu Computer & Communication Department VOIP: 2040255245 -----Original Message----- From: Sidharth Anand Naik Sent: Tuesday, December 29, 2009 1:55 PM To: Alexander V. Lukyanov Cc: lftp@uniyar.ac.ru; Anu Praveen Subject: RE: Installation of LFTP on Red Hat Linux Dear Alexander, Gentle reminder for your response. Regards, Sidharth Naik Project Manager, India Business Infosys Technologies Limited, Phase-II , Pune Desk: +91 20 398 26324 | Cell: +91 985 096 2524 -----Original Message----- From: Sidharth Anand Naik Sent: Thursday, December 24, 2009 3:36 PM To: 'Alexander V. Lukyanov' Cc: lftp@uniyar.ac.ru; Anu Praveen Subject: RE: Installation of LFTP on Red Hat Linux Dear Alexander, Our admin tried installing gnutls but it is giving some dependency error. See below: ---------------------------- Also I tried installing gnutls-1.4.1-2.i386.rpm gnutls-devel-1.4.1-2.i386.rpm gnutls-utils-1.4.1-2.i386.rpm But then it gives dependencies failed. I also tried installing glibc-2.5-12.i386.rpm but then it conflicts with the earlier version of glibc-2.3.4-2 which is already installed on the server. Please advice. Also openssl is already installed on the server. [r...@localhost ~]# rpm -qa | grep openssl openssl-0.9.7a-43.1 xmlsec1-openssl-1.2.6-3 openssl096b-0.9.6b-22.1 openssl-perl-0.9.7a-43.1 xmlsec1-openssl-devel-1.2.6-3 openssl-devel-0.9.7a-43.1 ---------------------------------------------------- We have openssl-0.9.7a-43.1 already installed on the server So if we install lftp with " do ./configure --without-gnutls --with-openssl" then do you think lftp for ftp over ssl will work. I have marked Anu who is doing the installation in this email. Regards, Sidharth Naik Project Manager, India Business Infosys Technologies Limited, Phase-II , Pune Desk: +91 20 398 26324 | Cell: +91 985 096 2524 -----Original Message----- From: Alexander V. Lukyanov [mailto:l...@netis.ru] Sent: Thursday, December 24, 2009 3:20 PM To: Sidharth Anand Naik Cc: lftp@uniyar.ac.ru Subject: Re: Installation of LFTP on Red Hat Linux On Thu, Dec 24, 2009 at 02:54:11PM +0530, Sidharth Anand Naik wrote: > Thanks. But can we still use lftp for ftp over ssl.. You have to install gnutls-devel or openssl-devel for that. In the later case do ./configure --without-gnutls --with-openssl -- Alexander.. **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS***
The steps that I followed
The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system. If you're
using `csh' on an old version of System V, you might need to type
`sh ./configure' instead to prevent `csh' from trying to execute
`configure' itself.
Running `configure' takes awhile. While running, it prints some
messages telling which features it is checking for.
2. Type `make' to compile the package.
3. Optionally, type `make check' to run any self-tests that come with
the package.
4. Type `make install' to install the programs and any data files and
documentation.
5. You can remove the program binaries and object files from the
source code directory by typing `make clean'. To also remove the
files that `configure' created (so you can compile the package for
a different kind of computer), type `make distclean'. There is
also a `make maintainer-clean' target, but that is intended mainly
for the package's developers. If you use it, you may have to get
all sorts of other programs in order to regenerate files that came
with the distribution.
===============
====================
[r...@localhost lftp-4.0.5]# make check
Making check in m4
make[1]: Entering directory `/opt/lftp-4.0.5/m4'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/opt/lftp-4.0.5/m4'
Making check in doc
make[1]: Entering directory `/opt/lftp-4.0.5/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/opt/lftp-4.0.5/doc'
Making check in lib
make[1]: Entering directory `/opt/lftp-4.0.5/lib'
make check-recursive
make[2]: Entering directory `/opt/lftp-4.0.5/lib'
make[3]: Entering directory `/opt/lftp-4.0.5/lib'
make[3]: Leaving directory `/opt/lftp-4.0.5/lib'
make[2]: Leaving directory `/opt/lftp-4.0.5/lib'
make[1]: Leaving directory `/opt/lftp-4.0.5/lib'
Making check in src
make[1]: Entering directory `/opt/lftp-4.0.5/src'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/opt/lftp-4.0.5/src'
Making check in po
make[1]: Entering directory `/opt/lftp-4.0.5/po'
make[1]: Leaving directory `/opt/lftp-4.0.5/po'
make[1]: Entering directory `/opt/lftp-4.0.5'
make[1]: Nothing to be done for `check-am'.
make[1]: Leaving directory `/opt/lftp-4.0.5'
===============================
===================================
./configure --without-gnutls --with-openssl
mv -f .deps/example2.Tpo .deps/example2.Po
/bin/sh ../libtool --silent --tag=CXX --mode=link gcc -O2 -Wall
-Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti
-fno-implement-inlines -Winline -s -o example2 example2.o liblftp-tasks.la
-lutil -lcurses -lresolv -ldl -lsupc++
gcc -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -O2 -Wall
-Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti
-fno-implement-inlines -Winline -MT example1-cmd.o -MD -MP -MF
.deps/example1-cmd.Tpo -c -o example1-cmd.o example1-cmd.cc
In file included from xmalloc.h:46,
from xarray.h:27,
from PollVec.h:29,
from SMTask.h:24,
from Job.h:30,
from CmdExec.h:28,
from example1-cmd.cc:3:
xstring.h:106: warning: `sentinel' attribute directive ignored
xstring.h:166: warning: `sentinel' attribute directive ignored
xstring.h:167: warning: `sentinel' attribute directive ignored
xstring.h:177: warning: `sentinel' attribute directive ignored
mv -f .deps/example1-cmd.Tpo .deps/example1-cmd.Po
/bin/sh ../libtool --silent --tag=CXX --mode=link gcc -O2 -Wall
-Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti
-fno-implement-inlines -Winline -s -o example1-cmd example1-cmd.o
liblftp-jobs.la -lutil -lcurses -lresolv -ldl -lsupc++
make[1]: Leaving directory `/opt/lftp-4.0.5/src'
Making all in po
make[1]: Entering directory `/opt/lftp-4.0.5/po'
make[1]: Leaving directory `/opt/lftp-4.0.5/po'
make[1]: Entering directory `/opt/lftp-4.0.5'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/opt/lftp-4.0.5'
============================
============================
[r...@localhost lftp-4.0.5]# make install
Making install in m4
make[1]: Entering directory `/opt/lftp-4.0.5/m4'
make[2]: Entering directory `/opt/lftp-4.0.5/m4'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/opt/lftp-4.0.5/m4'
make[1]: Leaving directory `/opt/lftp-4.0.5/m4'
Making install in doc
make[1]: Entering directory `/opt/lftp-4.0.5/doc'
make[2]: Entering directory `/opt/lftp-4.0.5/doc'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/share/man/man1"
/usr/bin/install -c -m 644 'lftp.1' '/usr/local/share/man/man1/lftp.1'
/usr/bin/install -c -m 644 'lftpget.1' '/usr/local/share/man/man1/lftpget.1'
make[2]: Leaving directory `/opt/lftp-4.0.5/doc'
make[1]: Leaving directory `/opt/lftp-4.0.5/doc'
Making install in lib
make[1]: Entering directory `/opt/lftp-4.0.5/lib'
make install-recursive
make[2]: Entering directory `/opt/lftp-4.0.5/lib'
make[3]: Entering directory `/opt/lftp-4.0.5/lib'
make[4]: Entering directory `/opt/lftp-4.0.5/lib'
if test yes = no; then \
case 'linux-gnu' in \
darwin[56]*) \
need_charset_alias=true ;; \
darwin* | cygwin* | mingw* | pw32* | cegcc*) \
need_charset_alias=false ;; \
*) \
need_charset_alias=true ;; \
esac ; \
else \
need_charset_alias=false ; \
fi ; \
if $need_charset_alias; then \
/bin/sh /opt/lftp-4.0.5/build-aux/install-sh -d /usr/local/lib ; \
fi ; \
if test -f /usr/local/lib/charset.alias; then \
sed -f ref-add.sed /usr/local/lib/charset.alias > /usr/local/lib/charset.tmp
; \
/usr/bin/install -c -m 644 /usr/local/lib/charset.tmp
/usr/local/lib/charset.alias ; \
rm -f /usr/local/lib/charset.tmp ; \
else \
if $need_charset_alias; then \
sed -f ref-add.sed charset.alias > /usr/local/lib/charset.tmp ; \
/usr/bin/install -c -m 644 /usr/local/lib/charset.tmp
/usr/local/lib/charset.alias ; \
rm -f /usr/local/lib/charset.tmp ; \
fi ; \
fi
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/opt/lftp-4.0.5/lib'
make[3]: Leaving directory `/opt/lftp-4.0.5/lib'
make[2]: Leaving directory `/opt/lftp-4.0.5/lib'
make[1]: Leaving directory `/opt/lftp-4.0.5/lib'
Making install in src
make[1]: Entering directory `/opt/lftp-4.0.5/src'
make[2]: Entering directory `/opt/lftp-4.0.5/src'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/sh ../libtool --silent --mode=install /usr/bin/install -c
'liblftp-tasks.la' '/usr/local/lib/liblftp-tasks.la'
/bin/sh ../libtool --silent --mode=install /usr/bin/install -c
'liblftp-jobs.la' '/usr/local/lib/liblftp-jobs.la'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/bin/sh ../libtool --silent --mode=install /usr/bin/install -c 'lftp'
'/usr/local/bin/lftp'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/usr/bin/install -c 'lftpget' '/usr/local/bin/lftpget'
test -z "/usr/local/share/lftp" || /bin/mkdir -p "/usr/local/share/lftp"
/usr/bin/install -c 'import-ncftp' '/usr/local/share/lftp/import-ncftp'
/usr/bin/install -c 'import-netscape' '/usr/local/share/lftp/import-netscape'
/usr/bin/install -c 'verify-file' '/usr/local/share/lftp/verify-file'
/usr/bin/install -c 'convert-netscape-cookies'
'/usr/local/share/lftp/convert-netscape-cookies'
test -z "/usr/local/lib/lftp/4.0.5" || /bin/mkdir -p "/usr/local/lib/lftp/4.0.5"
make install-data-hook
make[3]: Entering directory `/opt/lftp-4.0.5/src'
rmdir /usr/local/lib/lftp/4.0.5 2>/dev/null || :
make[3]: Leaving directory `/opt/lftp-4.0.5/src'
make[2]: Leaving directory `/opt/lftp-4.0.5/src'
make[1]: Leaving directory `/opt/lftp-4.0.5/src'
Making install in po
make[1]: Entering directory `/opt/lftp-4.0.5/po'
/bin/mkdir -p /usr/local/share
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/lftp.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/lftp.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/lftp.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/lftp.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/lftp.mo
installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/lftp.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/lftp.mo
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/lftp.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/lftp.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/lftp.mo
installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/lftp.mo
installing zh_HK.gmo as /usr/local/share/locale/zh_HK/LC_MESSAGES/lftp.mo
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/lftp.mo
if test "lftp" = "gettext-tools"; then \
/bin/mkdir -p /usr/local/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed
e...@quot.header e...@boldquot.header insert-header.sin Rules-quot
Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/usr/local/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /usr/local/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory `/opt/lftp-4.0.5/po'
make[1]: Entering directory `/opt/lftp-4.0.5'
make[2]: Entering directory `/opt/lftp-4.0.5'
make[2]: Nothing to be done for `install-exec-am'.
if [ ! -f /usr/local/etc/lftp.conf ]; then \
/bin/sh /opt/lftp-4.0.5/build-aux/install-sh -d /usr/local/etc; \
/usr/bin/install -c -m 644 ./lftp.conf /usr/local/etc/lftp.conf; \
fi
make[2]: Leaving directory `/opt/lftp-4.0.5'
make[1]: Leaving directory `/opt/lftp-4.0.5'