LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Libread5.sh (https://www.linuxquestions.org/questions/linux-networking-3/libread5-sh-840580/)

pro_mashu 10-26-2010 01:13 PM

Libread5.sh
 
I have a problem when install quagga-0.96.1
error: vty needs libreadline but was not found on your system.
How i resolve this problem???
I need yours help.
Thanks!!!

TB0ne 10-26-2010 01:32 PM

Quote:

Originally Posted by pro_mashu (Post 4140027)
I have a problem when install quagga-0.96.1
error: vty needs libreadline but was not found on your system.
How i resolve this problem???
I need yours help.
Thanks!!!

You install the libreadline software.

Since you don't say what version/distro of Linux, we can't tell you much more than that. Check your online repositories.

John VV 10-26-2010 05:12 PM

? quagga-0.96.1 -- why
the current version of that program is
http://freshmeat.net/projects/quagga
is 0.99.16
that 0.96 is from BEFORE 2005
0.98 came out in `05 ( 0.96.3 was 2003) so i am guessing that 0.96.1 is from 2002

that(0.96.1) will NOT install on any modern version of linux

pro_mashu 10-27-2010 12:20 AM

i use CentOS 5.5
i can't find libread software

John VV 10-27-2010 02:22 AM

have you tried searching the CentOS repos ?
Code:

su -
yum search libreadline
-- or --
yum search libread
-- if there --
yum install libreadline libreadline-devel

Quote:

I have a problem when install quagga-0.96.1
you will it is way to old to install - see my above post

pro_mashu 10-27-2010 10:19 AM

Thanks for yours help !!!
I doing topic about make computer into router.
I don't understand steps that i need do.

pro_mashu 10-27-2010 10:34 AM

Quote:

Originally Posted by John VV (Post 4140581)
have you tried searching the CentOS repos ?
Code:

su -
yum search libreadline
-- or --
yum search libread
-- if there --
yum install libreadline libreadline-devel


you will it is way to old to install - see my above post

I try this command but it's have a problem
" no package libreadline avaiable.
no package libreadline-devel avaiable.
nothing to do "
Now what's i need to do?

John VV 10-27-2010 01:00 PM

did you search?
not all packages have the same name on diferent distros
often a lib dose NOT have lib in it's name

Code:

yum search readline
============================== Matched: readline ===============================
atftp.x86_64 : Advanced Trivial File Transfer Protocol (TFTP) client
atftp-server.x86_64 : Advanced Trivial File Transfer Protocol (TFTP) server
compat-readline43.i386 : The readline 4.3 library for compatibility with older
                      : software.
compat-readline43.x86_64 : The readline 4.3 library for compatibility with older
                        : software.
lftp.x86_64 : A sophisticated file transfer program
libedit.x86_64 : NetBSD Editline library
perl-Env-PS1.noarch : Prompt string formatter
perl-IO-All.noarch : Object oriented interface for the Perl IO modules
perl-QWizard.noarch : Perl module to display questions and act on the answers
perl-Term-ReadLine-Gnu.x86_64 : Extension for the GNU Readline/History library
perl-Term-UI.noarch : Term::ReadLine UI made easy
perl-Zoidberg.noarch : Perl module implementing a modular perl shell
php-readline.x86_64 : Standard PHP module provides readline library support
readline.i386 : A library for editing typed command lines.
readline.x86_64 : A library for editing typed command lines.
readline-devel.i386 : Files needed to develop programs which use the readline
                    : library.
readline-devel.x86_64 : Files needed to develop programs which use the readline
                      : library.

then
Code:

yum install readline readline-devel
and "quagga"
is in the centOS repos
PLEASE use that one instead of the very onl one on the net from 2002
Code:

yum search quagga
=============================== Matched: quagga ================================
quagga.x86_64 : Routing daemon
quagga-contrib.x86_64 : contrib tools for quagga
quagga-devel.i386 : Header and object files for quagga development
quagga-devel.x86_64 : Header and object files for quagga development

then
Code:

yum install quagga quagga-devel

pro_mashu 10-27-2010 07:27 PM

Quote:

Originally Posted by John VV (Post 4141257)
did you search?
not all packages have the same name on diferent distros
often a lib dose NOT have lib in it's name

Code:

yum search readline
============================== Matched: readline ===============================
atftp.x86_64 : Advanced Trivial File Transfer Protocol (TFTP) client
atftp-server.x86_64 : Advanced Trivial File Transfer Protocol (TFTP) server
compat-readline43.i386 : The readline 4.3 library for compatibility with older
                      : software.
compat-readline43.x86_64 : The readline 4.3 library for compatibility with older
                        : software.
lftp.x86_64 : A sophisticated file transfer program
libedit.x86_64 : NetBSD Editline library
perl-Env-PS1.noarch : Prompt string formatter
perl-IO-All.noarch : Object oriented interface for the Perl IO modules
perl-QWizard.noarch : Perl module to display questions and act on the answers
perl-Term-ReadLine-Gnu.x86_64 : Extension for the GNU Readline/History library
perl-Term-UI.noarch : Term::ReadLine UI made easy
perl-Zoidberg.noarch : Perl module implementing a modular perl shell
php-readline.x86_64 : Standard PHP module provides readline library support
readline.i386 : A library for editing typed command lines.
readline.x86_64 : A library for editing typed command lines.
readline-devel.i386 : Files needed to develop programs which use the readline
                    : library.
readline-devel.x86_64 : Files needed to develop programs which use the readline
                      : library.

then
Code:

yum install readline readline-devel
and "quagga"
is in the centOS repos
PLEASE use that one instead of the very onl one on the net from 2002
Code:

yum search quagga
=============================== Matched: quagga ================================
quagga.x86_64 : Routing daemon
quagga-contrib.x86_64 : contrib tools for quagga
quagga-devel.i386 : Header and object files for quagga development
quagga-devel.x86_64 : Header and object files for quagga development

then
Code:

yum install quagga quagga-devel

i did but it's still have problem like that

pro_mashu 10-27-2010 07:30 PM

router
 
i have a topic that make computer have function like a router.
I install quagga but it's have a problem.
Should i install ubuntu?
what's better?
How do it?
Thanks

John VV 10-27-2010 08:35 PM

ok lets get back to the very basics

what is it you need to do ?
and what hardware do you need to do this on
Quote:

i have a topic that make computer have function like a router.
???? - i take it English is not your native language
if what you want to to turn a normal everyday ( average ) computer into a router
that is built in to centos

so what is it you need to do .

pro_mashu 10-28-2010 09:20 AM

Quote:

Originally Posted by John VV (Post 4141634)
ok lets get back to the very basics

what is it you need to do ?
and what hardware do you need to do this on

???? - i take it English is not your native language
if what you want to to turn a normal everyday ( average ) computer into a router
that is built in to centos

so what is it you need to do .

thanks!!!

pro_mashu 10-28-2010 09:29 AM

Quote:

Originally Posted by John VV (Post 4141634)
ok lets get back to the very basics

what is it you need to do ?
and what hardware do you need to do this on

???? - i take it English is not your native language
if what you want to to turn a normal everyday ( average ) computer into a router
that is built in to centos

so what is it you need to do .

making computer carry out function of router (soft router)

John VV 10-28-2010 10:43 AM

first just how many Ethernet ports do you have on this computer of unknown specifications ( most have 1 by default )
the ether to ether cables ARE different from the standard Ethernet cables -- google it for more info

or is there also a wireless hub already

or are you using the usb to usb to connect the multiple computers
if so YOU NEED custom usb cables

pro_mashu 10-28-2010 11:34 AM

thanks so much


All times are GMT -5. The time now is 09:58 PM.