Peter Haag | 4 Dec 2007 08:48
Picon
Favicon

Re: NFSEN again


Hi Manuela,

--On November 28, 2007 19:28:32 -0300 Manuela Lima <manuela@...> wrote:

| Hi everyone,
|
| actually I didn't know that and installed nfdump version 1.5.2 'cause the 1.5.6
| doesn't want to be installed on my ultra sun 5.
|
| Don't ask me why, but it just won't do it. I've already tried everything, or at
| least almost everything and it doesn't work.

There is an important difference in linking and loading!
--with-rrdpath is a hint for the linker to correctly compile and link a binary.
But you need to make sure, that the loader finds all required libraries. That's something
your installer of rrdtool should have take care of. On your OpenBSD make sure to check
with ldconfig -r that the patch of your rrd library is listed, otherwise the program
does not get liked correctly. If not doen add your rrdlib path to the shlib_dirs=..
variable in rc.conf

    - Peter

|
| I used this command:
|
| $ ./configure --enable-nfprofile --with-rrdpath=/usr/local/rrdtool
| checking for gcc... gcc
| checking for C compiler default output file name... a.out
| checking whether the C compiler works... yes
(Continue reading)


Gmane