similar to: Solution: iproute2 and kernel 2.6.1

Displaying 20 results from an estimated 600 matches similar to: "Solution: iproute2 and kernel 2.6.1"

2004 May 26
1
error compilling TC
Hi, I have a box with RH 7,2 upgraded to Fedora Core 1. with: kernel 2.4.26 iptables 1.2.9 gcc 3.2.2 In this momment I''m using a binary TC version, but when I try to compile, get errors in Make process. Any hints ? Bests. Andres. ----> iproute2-2.4.7-now-ss010824.tar.gz make[1]: Cambiando a directorio `/usr/local/src/iproute2/lib'' gcc -D_GNU_SOURCE -O2
2005 Feb 02
1
doubts: cross compiling iproute2
i tried to cross compile iproute2 on a linux machine using a cross compiler for ppc750. i have some questions: 1) make tries to execute tc/normal, tc/paretonormal, tc/pareto to make distribution files like normal.dist because i am cross compiling the object files can''t be executed. will it suffice if i copy the distribution files from my linux iproute2 compilation to the /usr/lib/tc
2004 Sep 23
3
iproute2 tool compiling problems.
Hi all. This is my first msg in this list, and I´d appreciate any help you could give me. I already compiled the kernel with the options to run iproute2 tools. But, when I download the iproute2-2.4.7-now-ss010824.tar.gz file from ftp://ftp.inr.ac.ru/ip-routing/ and try to compile it, I got too many errors. Here goes the output: server:/home/nathan/iproute2# make make[1]: Entering
2015 Mar 22
2
error building apr-util spec file
Hey guys, I'm trying to create an apache 2.4.12 rpm file. But in order to do that I need to create an apr-util rpm of a recent enough version to support it. So running the rpmbuild command against the spec file I'm getting this error: checking db1/db.h usability... no checking db1/db.h presence... no checking for db1/db.h... no checking db.h usability... no checking db.h presence...
2015 Mar 22
0
error building apr-util spec file
On 03/23/2015 09:03 AM, Tim Dunphy wrote: > Hey guys, > > I'm trying to create an apache 2.4.12 rpm file. But in order to do that I > need to create an apr-util rpm of a recent enough version to support it. > > checking for Berkeley DB 1 in the standard places... > checking db_185.h usability... no > checking db_185.h presence... no > checking for db_185.h... no
2015 Mar 22
3
error building apr-util spec file
Peter, You're missing a -devel package. You should be building this in mock, > then it will install the correct deps for you in a clean build environment. > These are the packages I have: [root at repo:~] #rpm -qa | grep db4 libdb4-utils-4.8.30-13.el7.x86_64 *libdb4-devel-static-4.8.30-13.el7.x86_64* libdb4-4.8.30-13.el7.x86_64 *libdb4-devel-4.8.30-13.el7.x86_64* I see I have two
2007 Mar 23
3
Re: [LARTC} how can I compile tc
Ok, I tried it out but for some reason it doesn''t take for the compile process. This is, after export KERNEL_INCLUDE=/usr/src/linux/include/ if I run export this declare -x KERNEL_INCLUDE="/usr/src/linux/include/" is there. But when I run make in iproute2 I still get the /usr/include/linux/ip.h:93:2: error: #error "Endian problem - this didn''t happen"
2005 Oct 04
4
iproute2-050929 ERORR compiling
Dzien Dobry Is there some error witch iproute2-050929.tar.gz becouse when i compile I don''t get tc I have kernel 2.6.12.3 this is my log with compile # make make[1]: Entering directory `/home/src/a/04102005/iproute2-050929/lib'' gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -c -o ll_map.o ll_map.c gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes
2004 Jul 01
3
[ANNOUNCE] Updated version of iproute2 snapshot version
Okay, it''s been too long already, here is an update to iproute2 (ip, tc, ss, ...) utilities. Here is an updated snapshot. http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.X-ss040701.tar.gz See the ChangeLog for detail but major changes are: * simple configuration (not autoconf) to deal with different systems * data rates in "tc" use communication standard
2013 Jan 29
0
On the calulation of crossed differences
Dear Contributors, I am back asking for help concerning the same type of dataset I was asking before, in a previous help request. I needed to sum data over subsample of three time series each of them made of 100 observations. The solution proposed were various, among which: db<-p dim( db ) <- c(25,4,3) db2 <- apply(db, c(2,3), sum) db3 <- t(apply(db2, 1, function(poff)
2003 Aug 18
6
Compile error "iproute2"
Hi, I am trying to compile "iproute2" (iproute2-2.4.7-now-ss020116-try.tar.gz, inclusively the latest HTB patch, activated diffserv components) on a SuSE-Linux 8.2 system (using "gcc 3.3", system based on "glibc 2.3.2"). It is no problem as long as I use the kernel header files of linux-2.4.20 (vanilla), linux-2.4.20.SuSE (special kernel patched by SuSE, shipped
2004 Jan 16
0
iproute2 source compiling problem
Hello ! Have anyone got an iproute2 source with HTB which I can compile with the includes of kernel 2.4.21 or higher. I had one but I get the following error msgs: q_htb.c:338: redefinition of `explain'' q_htb.c:32: `explain'' previously defined here q_htb.c:357: redefinition of `explain1'' q_htb.c:51: `explain1'' previously defined here q_htb.c:366: redefinition
2006 Jan 27
1
dsniff berkley database issues
Hi All, as a CCNA student and wishing to eventualy do CCSP, I wanted to learn all about what hackers use/do to infiltrate networks, and was introduced to dsniff at a Linux meeting, TLUG, in Tokyo, but, am having problems installing it. Please see below. checking for Berkeley DB with 1.85 compatibility... /usr/local/BerkeleyDB.4.4 configure: error: db_185.h or libdb.a not found in
2007 Mar 21
7
how can i compile tc
Hi, i''m just new here, i''m searching for how to compile tc (if i''ve understood correctly, i must compile the whole iproute2 thing). So i did like the read me file said: ------ 1. Look at start of Makefile and set correct values for: KERNEL_INCLUDE ----- i did that, and then i doesn''t understand a damn thing about the reste of the the 1st step about ADDLIB
2005 Feb 02
8
can''t understand strange PRIO behaviour
Hello everybody, sorry for bothering you, but after some hours, I''m stuck. I''m living in a student''s foundation where I want to connect lots of people to a tiny DSL link. We have exactly four types of traffic. We want a really hard PRIO solution (as I promised to someone that group X will only use the link capacity which isn''t used by group Y). I could make a
2013 May 18
1
CentOS 5.9 LiveCD build on CentOS 6.4?
Is it possible to create CentOS 5.9 LiveCD on CentOS 6.4 system? I am trying but getting following errors (rpmdb related): <snip> Installing: cups-pdf ################### [ 692/1011] semodule: SELinux policy is not managed or store cannot be accessed. rpmdb: /var/lib/rpm/Packages: unsupported hash version: 9 error: cannot open Packages index using db3 - Invalid argument
2004 Oct 19
9
[ANNOUNCE] iproute2 2.6.9-041019
Now that 2.6.9 is final. Here is an update of the iproute2 utilities that contains all the patches in my queue. * lnstat to replace rtstat and ctstat (from Harald Welte) * latest xfrm related changes * several small typo''s and build fixes for older systems http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.9-041019.tar.gz
2004 Feb 11
4
iproute2 and kernel 2.6.1/2
Hi there I''ve searched the archives and googled for a solution with no success - has anyone successfully built iproute2 under kernel 2.6.1, or 2.6.2? I''ve tried various releases, each compile aborting with different errors. If this is wishful thinking at this stage, does anyone have a suitable solution for the "Routing for multiple uplinks" scenario? ie. traffic
2001 Mar 19
0
[RHSA-2001:016-03] rpm-4.0.2 for all Red Hat platforms and releases.
--------------------------------------------------------------------- Red Hat, Inc. Red Hat Security Advisory Synopsis: rpm-4.0.2 for all Red Hat platforms and releases. Advisory ID: RHSA-2001:016-03 Issue date: 2001-02-19 Updated on: 2001-03-19 Product: Red Hat Linux Keywords: rpm Cross references: Obsoletes:
2014 Apr 06
2
Problem running yum update command
I am running CentOS 6.5 in a VZ container and today when I wanted to run yum update command I receive the following error messages: rpmdb: unable to join the environment error: db3 error(11) from dbenv->open: Resource temporarily unavailable error: cannot open Packages index using db3 - Resource temporarily unavailable (11) error: cannot open Packages database in /var/lib/rpm