[prev in list] [next in list] [prev in thread] [next in thread] 

List:       quagga-users
Subject:    [quagga-users 12066] Re: Quagga doesn't install from source
From:       "Wu, Yiwen" <ywu () idirect ! net>
Date:       2011-01-26 14:26:35
Message-ID: C874DBE9D30B584587F8CD0EC34DA8BE1AC2416C () EX00 ! idirect ! net
[Download RAW message or body]

Hi,

There are a few things you can check:

1. when you do "make install", there are some output. It should tell you
if quagga will use /etc/quagga. I saw cases before where quagga uses
/user/etc/quagga or some other directory. 

2. If 1 is not true, try "./configure --sysconfdir=/etc/quagga", which
forces quagga to use this directory

3. If 1,2 don't help and /etc/quagga does exist and there are config
files in this directory, try starting quagga with "-u root" option.
Quagga daemons by default run under the user vnuml, who may not have
write access to some file or directory. 

4. Less common but does happen: if you specify some log file in your
config file, please make sure it exists and user vnuml or root has
read/write access to them

Yiwen 

-----Original Message-----
From: quagga-users-bounces@lists.quagga.net
[mailto:quagga-users-bounces@lists.quagga.net] On Behalf Of
quagga-users-request@lists.quagga.net
Sent: Wednesday, January 26, 2011 7:15 AM
To: quagga-users@lists.quagga.net
Subject: Quagga-users Digest, Vol 90, Issue 13

Send Quagga-users mailing list submissions to
	quagga-users@lists.quagga.net

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.quagga.net/mailman/listinfo/quagga-users
or, via email, send a message with subject or body 'help' to
	quagga-users-request@lists.quagga.net

You can reach the person managing the list at
	quagga-users-owner@lists.quagga.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Quagga-users digest..."


Today's Topics:

   1. [quagga-users 12063] Quagga doesnt install from source code
      (Luis QuaggaSnmp)
   2. [quagga-users 12064] Re: Quagga doesnt install from source
      code (Renato Westphal)
   3. [quagga-users 12065] Re: Quagga doesnt install from source
      code (Jack Carrozzo)


----------------------------------------------------------------------

Message: 1
Date: Tue, 25 Jan 2011 04:50:04 -0800
From: Luis QuaggaSnmp <quaggasnmp@gmail.com>
To: quagga-users@lists.quagga.net
Subject: [quagga-users 12063] Quagga doesnt install from source code
Message-ID:
	<AANLkTi=WPQ3W3CouAuOb-WT5=Z7cgM73odGCGWYD7=0S@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi all.
First, I download quagga-0.99.17.i386.deb and install it.
Then run zebra and ripd so they work correctly.
But when I want to compile quagga-0.99.17.tar.gz , I follow these steps:

1: configure
2: make
3: make install

All of steps run without errors.
I execute zebra and ripd but ripd doesn't run correctly. The /etc/quagga
folder doesn't exist.
Help please! I know the easiest way is to download the package from
apt-get,
but I need to compile and install from source code.
I use Ubuntu 10.10.

Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.quagga.net/pipermail/quagga-users/attachments/20110125/045
0fe86/attachment-0001.html>

------------------------------

Message: 2
Date: Tue, 25 Jan 2011 12:45:13 -0200
From: Renato Westphal <renatowestphal@gmail.com>
To: Luis QuaggaSnmp <quaggasnmp@gmail.com>
Cc: quagga-users@lists.quagga.net
Subject: [quagga-users 12064] Re: Quagga doesnt install from source
	code
Message-ID:
	<AANLkTimqrpC31GzEG=ewvYto0hL5nCzMGwnQTUkF6+5O@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

I usually follow these steps:

$ ./configure [args]
$ make
# make install
# adduser quagga
$ cd /usr/local/etc/
# cp zebra.conf.sample zebra.conf
# cp ospfd.conf.sample ospfd.conf
# chown quagga:quagga /usr/local/etc
# chown quagga:quagga /var/run
# cp /usr/local/lib/libzebra.* /lib/
# cp /usr/local/lib/libospf.* /lib/

Regards,
Renato.

2011/1/25 Luis QuaggaSnmp <quaggasnmp@gmail.com>

> Hi all.
> First, I download quagga-0.99.17.i386.deb and install it.
> Then run zebra and ripd so they work correctly.
> But when I want to compile quagga-0.99.17.tar.gz , I follow these
steps:
> 
> 1: configure
> 2: make
> 3: make install
> 
> All of steps run without errors.
> I execute zebra and ripd but ripd doesn't run correctly. The
/etc/quagga
> folder doesn't exist.
> Help please! I know the easiest way is to download the package from
> apt-get, but I need to compile and install from source code.
> I use Ubuntu 10.10.
> 
> Regards.
> _______________________________________________
> Quagga-users mailing list
> Quagga-users@lists.quagga.net
> http://lists.quagga.net/mailman/listinfo/quagga-users
> 
> 


-- 
Renato Westphal
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.quagga.net/pipermail/quagga-users/attachments/20110125/0d1
f6fa0/attachment-0001.html>

------------------------------

Message: 3
Date: Tue, 25 Jan 2011 09:57:34 -0500
From: Jack Carrozzo <jack@crepinc.com>
To: Luis QuaggaSnmp <quaggasnmp@gmail.com>
Cc: quagga-users@lists.quagga.net
Subject: [quagga-users 12065] Re: Quagga doesnt install from source
	code
Message-ID:
	<AANLkTi=s35SArAOYJ2EhS_504KbV8yZ-MQTrtUgyQkRH@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Compiling from source puts things in standard unix places, whereas the
package installs generally move things to where that particular distro
likes
them to live. When you run 'make install', take a look at the output and
where it's installing all the particular parts.

What do you mean when you say the daemons don't run "correctly"?

-Jack Carrozzo

On Tue, Jan 25, 2011 at 7:50 AM, Luis QuaggaSnmp
<quaggasnmp@gmail.com>wrote:

> Hi all.
> First, I download quagga-0.99.17.i386.deb and install it.
> Then run zebra and ripd so they work correctly.
> But when I want to compile quagga-0.99.17.tar.gz , I follow these
steps:
> 
> 1: configure
> 2: make
> 3: make install
> 
> All of steps run without errors.
> I execute zebra and ripd but ripd doesn't run correctly. The
/etc/quagga
> folder doesn't exist.
> Help please! I know the easiest way is to download the package from
> apt-get, but I need to compile and install from source code.
> I use Ubuntu 10.10.
> 
> Regards.
> _______________________________________________
> Quagga-users mailing list
> Quagga-users@lists.quagga.net
> http://lists.quagga.net/mailman/listinfo/quagga-users
> 
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.quagga.net/pipermail/quagga-users/attachments/20110125/f05
ff7b7/attachment-0001.html>

------------------------------

_______________________________________________
Quagga-users mailing list
Quagga-users@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-users


End of Quagga-users Digest, Vol 90, Issue 13
********************************************
</PRE><BR><span style='font-size:8.0pt;font-family:"Arial","sans-serif";color:#003366'>
 _____________________________________________________<BR> 
This electronic message and any files transmitted with it contains<BR>
information from iDirect, which may be privileged, proprietary<BR>
and/or confidential. It is intended solely for the use of the individual<BR>
or entity to whom they are addressed. If you are not the original<BR>
recipient or the person responsible for delivering the email to the<BR> intended \
recipient, be advised that you have received this email<BR> in error, and that any \
use, dissemination, forwarding, printing, or<BR> copying of this email is strictly \
prohibited. If you received this email<BR> in error, please delete it and immediately \
notify the sender.<BR> _____________________________________________________ 
</SPAN><PRE>

_______________________________________________
Quagga-users mailing list
Quagga-users@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-users


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic