LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-26-2010, 01:13 PM   #1
pro_mashu
LQ Newbie
 
Registered: Oct 2010
Posts: 13

Rep: Reputation: 0
Question 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!!!
 
Old 10-26-2010, 01:32 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,553

Rep: Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946
Quote:
Originally Posted by pro_mashu View Post
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.
 
Old 10-26-2010, 05:12 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,622

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
? 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
 
Old 10-27-2010, 12:20 AM   #4
pro_mashu
LQ Newbie
 
Registered: Oct 2010
Posts: 13

Original Poster
Rep: Reputation: 0
i use CentOS 5.5
i can't find libread software
 
Old 10-27-2010, 02:22 AM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,622

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
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
 
Old 10-27-2010, 10:19 AM   #6
pro_mashu
LQ Newbie
 
Registered: Oct 2010
Posts: 13

Original Poster
Rep: Reputation: 0
Question

Thanks for yours help !!!
I doing topic about make computer into router.
I don't understand steps that i need do.
 
Old 10-27-2010, 10:34 AM   #7
pro_mashu
LQ Newbie
 
Registered: Oct 2010
Posts: 13

Original Poster
Rep: Reputation: 0
Question

Quote:
Originally Posted by John VV View Post
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?
 
Old 10-27-2010, 01:00 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,622

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
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

Last edited by John VV; 10-27-2010 at 01:03 PM.
 
Old 10-27-2010, 07:27 PM   #9
pro_mashu
LQ Newbie
 
Registered: Oct 2010
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by John VV View Post
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
 
Old 10-27-2010, 07:30 PM   #10
pro_mashu
LQ Newbie
 
Registered: Oct 2010
Posts: 13

Original Poster
Rep: Reputation: 0
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
 
Old 10-27-2010, 08:35 PM   #11
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,622

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
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 .
 
Old 10-28-2010, 09:20 AM   #12
pro_mashu
LQ Newbie
 
Registered: Oct 2010
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by John VV View Post
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!!!
 
Old 10-28-2010, 09:29 AM   #13
pro_mashu
LQ Newbie
 
Registered: Oct 2010
Posts: 13

Original Poster
Rep: Reputation: 0
Question

Quote:
Originally Posted by John VV View Post
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)
 
Old 10-28-2010, 10:43 AM   #14
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,622

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
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

Last edited by John VV; 10-28-2010 at 10:49 AM.
 
Old 10-28-2010, 11:34 AM   #15
pro_mashu
LQ Newbie
 
Registered: Oct 2010
Posts: 13

Original Poster
Rep: Reputation: 0
Wink

thanks so much
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 08:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration