RE: A problem with ntop after upgrading from 5.3 to stable

2005-08-26 Thread Kurt Buff
Scot Hetzel wrote:

> It got the file from the right place, but apparently the build system
> for 5-STABLE is broken, as libpthread.so.2 doesn't appear until
> RELENG_6.

Sounds reasonable.

> > However, per your thoughts, I did the 'make deinstall' and 
> 'make install'.
> > Not happy. Gives message:
> > 
> > 'ntop-3.1_1 is marked as broken: Does not build with XML 
> dump support.'
> > 
> You may have to do:
> 
> make clean
> make rmconfig
> make install
> 
> and don't check 'XML dump support'.

You, sir, are a gem. A virtual beverage of your choice now, and a real one
should we meet in person.

It compiled and came up clean, and is running happily now.

Thanks!

Kurt


  

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: A problem with ntop after upgrading from 5.3 to stable

2005-08-26 Thread Scot Hetzel
On 8/26/05, Kurt Buff <[EMAIL PROTECTED]> wrote:
> > Your pkg_add command used a version of the port that was meant for
> > FreeBSD 6.x or 7.0-CURRENT.  You'll need to compile your own version,
> > or get the package for 5-stable.
> >
> > Scot
> 
> OK, well mark me a just a tad confused. Why then, when I used
> 
>'pkg_add -r ntop'
> 
> did the message:
> 
> 'Fetching
> ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/Latest/ntop.t
> bz... Done.'
> 
> show on my screen? Forgive my ignorance, but that seems to indicate that
> it's using a package built for 5. Am I wrong?
> 
It got the file from the right place, but apparently the build system
for 5-STABLE is broken, as libpthread.so.2 doesn't appear until
RELENG_6.

> 
> However, per your thoughts, I did the 'make deinstall' and 'make install'.
> Not happy. Gives message:
> 
> 'ntop-3.1_1 is marked as broken: Does not build with XML dump support.'
> 
You may have to do:

make clean
make rmconfig
make install

and don't check 'XML dump support'.

-- 
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: A problem with ntop after upgrading from 5.3 to stable

2005-08-26 Thread Kurt Buff
Forgive me, meant to send this to the list:

Scot Hetzel wrote:
> On 8/26/05, Kurt Buff <[EMAIL PROTECTED]> wrote:
> > I did the ntop upgrade by doing a 'make deinstall' of 3.0, 
> then a 'pkg_add
> > -r ntop', which reported success.
> > 
> 
> > Can someone point me in the right direction?
> > 
> go to /usr/ports/net/ntop and do the following
> 
> make deinstall
> make install
> 
> Your pkg_add command used a version of the port that was meant for
> FreeBSD 6.x or 7.0-CURRENT.  You'll need to compile your own version,
> or get the package for 5-stable.
> 
> Scot

OK, well mark me a just a tad confused. Why then, when I used 

'pkg_add -r ntop'

did the message:

'Fetching
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/Latest/ntop.t
bz... Done.'

show on my screen? Forgive my ignorance, but that seems to indicate that
it's using a package built for 5. Am I wrong?



However, per your thoughts, I did the 'make deinstall' and 'make install'.
Not happy. Gives message:

'ntop-3.1_1 is marked as broken: Does not build with XML dump support.'

I'm wondering if I should just grab the tarball from sourceforge, and have a
go at it.


Kurt


  

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: A problem with ntop after upgrading from 5.3 to stable

2005-08-26 Thread Scot Hetzel
On 8/26/05, Kurt Buff <[EMAIL PROTECTED]> wrote:
> I did the ntop upgrade by doing a 'make deinstall' of 3.0, then a 'pkg_add
> -r ntop', which reported success.
> 

> Can someone point me in the right direction?
> 
go to /usr/ports/net/ntop and do the following

make deinstall
make install

Your pkg_add command used a version of the port that was meant for
FreeBSD 6.x or 7.0-CURRENT.  You'll need to compile your own version,
or get the package for 5-stable.

Scot
-- 
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"