Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: NTop: Users

web server won't respond

 

 

NTop users RSS feed   Index | Next | Previous | View Threaded


drose at dtlm

Aug 7, 2009, 5:49 PM

Post #1 of 14 (1592 views)
Permalink
web server won't respond

Hi!

I've installed ntop and run it from the command line, but the webserver,
happily listening on port 3000, won't allow connections it just sends a RST.

It's not a firewall problem.

Nothing is logged.

Data appears in /var/ntop/ and in /var/ntop/rrd/.

Is this a known problem that users often encounter?

Thanks!
_______________________________________________
Ntop mailing list
Ntop [at] unipi
http://listgateway.unipi.it/mailman/listinfo/ntop


Ggatten at waddell

Aug 7, 2009, 6:10 PM

Post #2 of 14 (1529 views)
Permalink
Re: web server won't respond [In reply to]

Nope , web usually works no prob. U sure ip tables or pf isn't running on your host?

Ntop will track "bad" urls and block access from that ip for some time, MAYBE that's it?

----- Original Message -----
From: ntop-bounces [at] unipi <ntop-bounces [at] unipi>
To: ntop [at] unipi <ntop [at] unipi>
Sent: Fri Aug 07 19:49:40 2009
Subject: [Ntop] web server won't respond

Hi!

I've installed ntop and run it from the command line, but the webserver,
happily listening on port 3000, won't allow connections it just sends a RST.

It's not a firewall problem.

Nothing is logged.

Data appears in /var/ntop/ and in /var/ntop/rrd/.

Is this a known problem that users often encounter?

Thanks!
_______________________________________________
Ntop mailing list
Ntop [at] unipi
http://listgateway.unipi.it/mailman/listinfo/ntop





<font size="1">
<div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 1.0pt 0in'>
</div>
"This email is intended to be reviewed by only the intended recipient
and may contain information that is privileged and/or confidential.
If you are not the intended recipient, you are hereby notified that
any review, use, dissemination, disclosure or copying of this email
and its attachments, if any, is strictly prohibited. If you have
received this email in error, please immediately notify the sender by
return email and delete this email from your system."
</font>


drose at dtlm

Aug 7, 2009, 6:15 PM

Post #3 of 14 (1539 views)
Permalink
Re: web server won't respond [In reply to]

Gary Gatten wrote:
>
> Nope , web usually works no prob. U sure ip tables or pf isn't running
> on your host?
>
Positive; I shut it down and got the same result. Besides, I'm
connecting from localhost. I'll check again though!

> Ntop will track "bad" urls and block access from that ip for some
> time, MAYBE that's it?
>
How do I check? What qualifies as bad?


_______________________________________________
Ntop mailing list
Ntop [at] unipi
http://listgateway.unipi.it/mailman/listinfo/ntop


Ggatten at waddell

Aug 7, 2009, 6:29 PM

Post #4 of 14 (1529 views)
Permalink
Re: web server won't respond [In reply to]

"Bad" is trying to connect using goofy chars/strings embedded in url. Try to start with "-t 5" and see if anything is logged.

Did you compile or using a package?

----- Original Message -----
From: ntop-bounces [at] unipi <ntop-bounces [at] unipi>
To: ntop [at] unipi <ntop [at] unipi>
Sent: Fri Aug 07 20:15:20 2009
Subject: Re: [Ntop] web server won't respond

Gary Gatten wrote:
>
> Nope , web usually works no prob. U sure ip tables or pf isn't running
> on your host?
>
Positive; I shut it down and got the same result. Besides, I'm
connecting from localhost. I'll check again though!

> Ntop will track "bad" urls and block access from that ip for some
> time, MAYBE that's it?
>
How do I check? What qualifies as bad?


_______________________________________________
Ntop mailing list
Ntop [at] unipi
http://listgateway.unipi.it/mailman/listinfo/ntop





<font size="1">
<div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 1.0pt 0in'>
</div>
"This email is intended to be reviewed by only the intended recipient
and may contain information that is privileged and/or confidential.
If you are not the intended recipient, you are hereby notified that
any review, use, dissemination, disclosure or copying of this email
and its attachments, if any, is strictly prohibited. If you have
received this email in error, please immediately notify the sender by
return email and delete this email from your system."
</font>


drose at dtlm

Aug 7, 2009, 6:36 PM

Post #5 of 14 (1529 views)
Permalink
Re: web server won't respond [In reply to]

Gary Gatten wrote:
>
> "Bad" is trying to connect using goofy chars/strings embedded in url.
> Try to start with "-t 5" and see if anything is logged.
>
yup; now I see more output:
Sat Aug 8 11:31:58 2009 RRD: Cycle 1 ended, 56 RRDs updated, 0.176 seconds
Sat Aug 8 11:31:58 2009 RRD_DEBUG: Sleeping for 300 seconds (interval
300, end at Sat Aug 8 11:36:58 2009)
Sat Aug 8 11:32:33 2009 IDLE_PURGE: Device 0 [eth0] FINISHED
selection, 0 [out of 27] hosts selected
Sat Aug 8 11:32:33 2009 IDLE_PURGE: Device eth0: no hosts [out of 26]
deleted


But the following produces no logged ouput:

-bash-3.00$ telnet localhost 3000
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.

-bash-3.00$ sudo netstat -anp | grep 3000
Password:
tcp 0 0 0.0.0.0:3000
0.0.0.0:* LISTEN 810/ntop
tcp 0 0 127.0.0.1:3000
127.0.0.1:37227 TIME_WAIT -


I can run nc -l -p 3000 and connect to that just fine, so it's almost
certainly an ntop issue, not an OS problem.

Grr!
>
> Did you compile or using a package?
>
A package (centos)

ntop.i386 3.3.8-2.el4.rf
installed


source can't compile it can't find rrd. rrd can't compile, it can't
find cairo-ps.pc and friends, even witht eh PKG_CONFIG_PATH set properly.

I'd love to get ntop working but it's proving very stubborn!

_______________________________________________
Ntop mailing list
Ntop [at] unipi
http://listgateway.unipi.it/mailman/listinfo/ntop


Ggatten at waddell

Aug 7, 2009, 6:42 PM

Post #6 of 14 (1530 views)
Permalink
Re: web server won't respond [In reply to]

Get rrd 1.2.30,it doesn't have a $hit load of dependencies. Ntop has various annoyances, but getting it running on linux is USUALLY pretty easy!

----- Original Message -----
From: ntop-bounces [at] unipi <ntop-bounces [at] unipi>
To: ntop [at] unipi <ntop [at] unipi>
Sent: Fri Aug 07 20:36:52 2009
Subject: Re: [Ntop] web server won't respond

Gary Gatten wrote:
>
> "Bad" is trying to connect using goofy chars/strings embedded in url.
> Try to start with "-t 5" and see if anything is logged.
>
yup; now I see more output:
Sat Aug 8 11:31:58 2009 RRD: Cycle 1 ended, 56 RRDs updated, 0.176 seconds
Sat Aug 8 11:31:58 2009 RRD_DEBUG: Sleeping for 300 seconds (interval
300, end at Sat Aug 8 11:36:58 2009)
Sat Aug 8 11:32:33 2009 IDLE_PURGE: Device 0 [eth0] FINISHED
selection, 0 [out of 27] hosts selected
Sat Aug 8 11:32:33 2009 IDLE_PURGE: Device eth0: no hosts [out of 26]
deleted


But the following produces no logged ouput:

-bash-3.00$ telnet localhost 3000
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.

-bash-3.00$ sudo netstat -anp | grep 3000
Password:
tcp 0 0 0.0.0.0:3000
0.0.0.0:* LISTEN 810/ntop
tcp 0 0 127.0.0.1:3000
127.0.0.1:37227 TIME_WAIT -


I can run nc -l -p 3000 and connect to that just fine, so it's almost
certainly an ntop issue, not an OS problem.

Grr!
>
> Did you compile or using a package?
>
A package (centos)

ntop.i386 3.3.8-2.el4.rf
installed


source can't compile it can't find rrd. rrd can't compile, it can't
find cairo-ps.pc and friends, even witht eh PKG_CONFIG_PATH set properly.

I'd love to get ntop working but it's proving very stubborn!

_______________________________________________
Ntop mailing list
Ntop [at] unipi
http://listgateway.unipi.it/mailman/listinfo/ntop





<font size="1">
<div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 1.0pt 0in'>
</div>
"This email is intended to be reviewed by only the intended recipient
and may contain information that is privileged and/or confidential.
If you are not the intended recipient, you are hereby notified that
any review, use, dissemination, disclosure or copying of this email
and its attachments, if any, is strictly prohibited. If you have
received this email in error, please immediately notify the sender by
return email and delete this email from your system."
</font>


Ggatten at waddell

Aug 7, 2009, 7:44 PM

Post #7 of 14 (1529 views)
Permalink
Re: web server won't respond [In reply to]

Ps: for kicks make sure and try a real browser, maybe from a different host. MAYBE the ntop http server is smart enough that if it doesn't rx a proper http request in n seconds it kills the connection. I don't know for sure - just a thought.

----- Original Message -----
From: ntop-bounces [at] unipi <ntop-bounces [at] unipi>
To: ntop [at] unipi <ntop [at] unipi>
Sent: Fri Aug 07 20:36:52 2009
Subject: Re: [Ntop] web server won't respond

Gary Gatten wrote:
>
> "Bad" is trying to connect using goofy chars/strings embedded in url.
> Try to start with "-t 5" and see if anything is logged.
>
yup; now I see more output:
Sat Aug 8 11:31:58 2009 RRD: Cycle 1 ended, 56 RRDs updated, 0.176 seconds
Sat Aug 8 11:31:58 2009 RRD_DEBUG: Sleeping for 300 seconds (interval
300, end at Sat Aug 8 11:36:58 2009)
Sat Aug 8 11:32:33 2009 IDLE_PURGE: Device 0 [eth0] FINISHED
selection, 0 [out of 27] hosts selected
Sat Aug 8 11:32:33 2009 IDLE_PURGE: Device eth0: no hosts [out of 26]
deleted


But the following produces no logged ouput:

-bash-3.00$ telnet localhost 3000
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.

-bash-3.00$ sudo netstat -anp | grep 3000
Password:
tcp 0 0 0.0.0.0:3000
0.0.0.0:* LISTEN 810/ntop
tcp 0 0 127.0.0.1:3000
127.0.0.1:37227 TIME_WAIT -


I can run nc -l -p 3000 and connect to that just fine, so it's almost
certainly an ntop issue, not an OS problem.

Grr!
>
> Did you compile or using a package?
>
A package (centos)

ntop.i386 3.3.8-2.el4.rf
installed


source can't compile it can't find rrd. rrd can't compile, it can't
find cairo-ps.pc and friends, even witht eh PKG_CONFIG_PATH set properly.

I'd love to get ntop working but it's proving very stubborn!

_______________________________________________
Ntop mailing list
Ntop [at] unipi
http://listgateway.unipi.it/mailman/listinfo/ntop





<font size="1">
<div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 1.0pt 0in'>
</div>
"This email is intended to be reviewed by only the intended recipient
and may contain information that is privileged and/or confidential.
If you are not the intended recipient, you are hereby notified that
any review, use, dissemination, disclosure or copying of this email
and its attachments, if any, is strictly prohibited. If you have
received this email in error, please immediately notify the sender by
return email and delete this email from your system."
</font>


drose at dtlm

Aug 7, 2009, 9:29 PM

Post #8 of 14 (1528 views)
Permalink
Re: web server won't respond [In reply to]

Gary Gatten wrote:
>
> Ps: for kicks make sure and try a real browser, maybe from a different
> host. MAYBE the ntop http server is smart enough that if it doesn't
> rx a proper http request in n seconds it kills the connection. I don't
> know for sure - just a thought.
>
A valid thought, but it's instant; and it won't work from a browser either.

Following your other recommendations now....
_______________________________________________
Ntop mailing list
Ntop [at] unipi
http://listgateway.unipi.it/mailman/listinfo/ntop


drose at dtlm

Aug 7, 2009, 10:50 PM

Post #9 of 14 (1528 views)
Permalink
Re: web server won't respond [In reply to]

Daniel Rose wrote:
> Gary Gatten wrote:
>
>> Ps: for kicks make sure and try a real browser, maybe from a different
>> host. MAYBE the ntop http server is smart enough that if it doesn't
>> rx a proper http request in n seconds it kills the connection. I don't
>> know for sure - just a thought.
>>
>>
> A valid thought, but it's instant; and it won't work from a browser either.
>
> Following your other recommendations now....
>

Ok rrdtool 1.2.30 was great; ntop's configure now continues up until:

configure: error: cannot find macro directory `m4'

Investigations are continuing, but direction is appreciated!

_______________________________________________
Ntop mailing list
Ntop [at] unipi
http://listgateway.unipi.it/mailman/listinfo/ntop


drose at dtlm

Aug 7, 2009, 11:30 PM

Post #10 of 14 (1532 views)
Permalink
Re: web server won't respond [In reply to]

Sorry for the noise, but I've come this far:
> Ok rrdtool 1.2.30 was great; ntop's configure now continues up until:
>
> configure: error: cannot find macro directory `m4'
>
>
Of course a 'mkdir m4' fixed this.

Now it looks like I need to hand-edit a configure generated Makefile
somewhere:

gcc -shared .libs/address.o .libs/argv.o .libs/dataFormat.o
.libs/fcUtils.o .libs/globals-core.o .libs/hash.o .libs/iface.o
.libs/initialize.o .libs/l7.o .libs/leaks.o .libs/ntop.o .libs/pbuf.o
.libs/database.o .libs/plugin.o .libs/prefs.o .libs/protocols.o
.libs/sessions.o .libs/term.o .libs/util.o .libs/utildl.o
.libs/traffic.o .libs/vendor.o .libs/version.o .libs/ntop_darwin.o
-Wl,--rpath
-Wl,/usr/local/src/ntop-3.3.10/GeoIP-1.4.6/libGeoIP/.libs//.libs
-Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath
-Wl,/usr/local/rrdtool-1.2.30/lib -Wl,--rpath -Wl,/usr/local/lib
-Wl,--rpath -Wl,/usr/local/rrdtool-1.2.30/lib -L/usr/lib
-L/usr/local/src/ntop-3.3.10/GeoIP-1.4.6/libGeoIP/.libs/
/usr/local/src/ntop-3.3.10/GeoIP-1.4.6/libGeoIP/.libs//.libs/libGeoIP.so
-L/usr/local/lib -L/opt/local/lib
-L/usr/local/src/ntop-3.3.10/lua-5.1.4/src -llua -lpthread -lm -ldl
-lcrypt -lc /usr/local/lib/libevent.so /usr/lib/libgdbm.so -lz -lpcap
-L/usr/local/rrdtool-1.2.30//lib
/usr/local/rrdtool-1.2.30/lib/librrd_th.so -Wl,-soname
-Wl,libntop-3.3.10.so -o .libs/libntop-3.3.10.so
gcc:
/usr/local/src/ntop-3.3.10/GeoIP-1.4.6/libGeoIP/.libs//.libs/libGeoIP.so:
No such file or directory

But I couldn't figure it out, so I made a link called
/usr/local/src/ntop-3.3.10/GeoIP-1.4.6/libGeoIP/.libs/.libs pointing to
/usr/local/src/ntop-3.3.10/GeoIP-1.4.6/libGeoIP/.libs/.

The adventure continues....


_______________________________________________
Ntop mailing list
Ntop [at] unipi
http://listgateway.unipi.it/mailman/listinfo/ntop


Ggatten at waddell

Aug 7, 2009, 11:33 PM

Post #11 of 14 (1529 views)
Permalink
Re: web server won't respond [In reply to]

Did you run autogen.sh? Also, where did you get the source? Some versions have this issue, google may help find the threads. I think if you mkdir m4 it helps, but can't recall for sure

----- Original Message -----
From: ntop-bounces [at] unipi <ntop-bounces [at] unipi>
To: ntop [at] unipi <ntop [at] unipi>
Sent: Sat Aug 08 00:50:22 2009
Subject: Re: [Ntop] web server won't respond

Daniel Rose wrote:
> Gary Gatten wrote:
>
>> Ps: for kicks make sure and try a real browser, maybe from a different
>> host. MAYBE the ntop http server is smart enough that if it doesn't
>> rx a proper http request in n seconds it kills the connection. I don't
>> know for sure - just a thought.
>>
>>
> A valid thought, but it's instant; and it won't work from a browser either.
>
> Following your other recommendations now....
>

Ok rrdtool 1.2.30 was great; ntop's configure now continues up until:

configure: error: cannot find macro directory `m4'

Investigations are continuing, but direction is appreciated!

_______________________________________________
Ntop mailing list
Ntop [at] unipi
http://listgateway.unipi.it/mailman/listinfo/ntop





<font size="1">
<div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 1.0pt 0in'>
</div>
"This email is intended to be reviewed by only the intended recipient
and may contain information that is privileged and/or confidential.
If you are not the intended recipient, you are hereby notified that
any review, use, dissemination, disclosure or copying of this email
and its attachments, if any, is strictly prohibited. If you have
received this email in error, please immediately notify the sender by
return email and delete this email from your system."
</font>


Ggatten at waddell

Aug 7, 2009, 11:46 PM

Post #12 of 14 (1529 views)
Permalink
Re: web server won't respond [In reply to]

Ah, sorry! I had the same issues a while back and feel your pain! I thought this stuff was fixed in the recent source..... I had to change the config script to use "gtar", and tweak several paths. Wish I could point you to better source or package! I'd hate for you to do all this for some goofy webserver thing! Did you try starting on different ports and with ssl? Maybe try "-w 4000 -W 4001"? Just a thought, maybe even try 80 and 443? Are you running SELinux? The only recent source I know is a development version and you fetch it with "svn co ...." The ntop.org page has the details.

----- Original Message -----
From: ntop-bounces [at] unipi <ntop-bounces [at] unipi>
To: ntop [at] unipi <ntop [at] unipi>
Sent: Sat Aug 08 01:30:33 2009
Subject: Re: [Ntop] web server won't respond

Sorry for the noise, but I've come this far:
> Ok rrdtool 1.2.30 was great; ntop's configure now continues up until:
>
> configure: error: cannot find macro directory `m4'
>
>
Of course a 'mkdir m4' fixed this.

Now it looks like I need to hand-edit a configure generated Makefile
somewhere:

gcc -shared .libs/address.o .libs/argv.o .libs/dataFormat.o
.libs/fcUtils.o .libs/globals-core.o .libs/hash.o .libs/iface.o
.libs/initialize.o .libs/l7.o .libs/leaks.o .libs/ntop.o .libs/pbuf.o
.libs/database.o .libs/plugin.o .libs/prefs.o .libs/protocols.o
.libs/sessions.o .libs/term.o .libs/util.o .libs/utildl.o
.libs/traffic.o .libs/vendor.o .libs/version.o .libs/ntop_darwin.o
-Wl,--rpath
-Wl,/usr/local/src/ntop-3.3.10/GeoIP-1.4.6/libGeoIP/.libs//.libs
-Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath
-Wl,/usr/local/rrdtool-1.2.30/lib -Wl,--rpath -Wl,/usr/local/lib
-Wl,--rpath -Wl,/usr/local/rrdtool-1.2.30/lib -L/usr/lib
-L/usr/local/src/ntop-3.3.10/GeoIP-1.4.6/libGeoIP/.libs/
/usr/local/src/ntop-3.3.10/GeoIP-1.4.6/libGeoIP/.libs//.libs/libGeoIP.so
-L/usr/local/lib -L/opt/local/lib
-L/usr/local/src/ntop-3.3.10/lua-5.1.4/src -llua -lpthread -lm -ldl
-lcrypt -lc /usr/local/lib/libevent.so /usr/lib/libgdbm.so -lz -lpcap
-L/usr/local/rrdtool-1.2.30//lib
/usr/local/rrdtool-1.2.30/lib/librrd_th.so -Wl,-soname
-Wl,libntop-3.3.10.so -o .libs/libntop-3.3.10.so
gcc:
/usr/local/src/ntop-3.3.10/GeoIP-1.4.6/libGeoIP/.libs//.libs/libGeoIP.so:
No such file or directory

But I couldn't figure it out, so I made a link called
/usr/local/src/ntop-3.3.10/GeoIP-1.4.6/libGeoIP/.libs/.libs pointing to
/usr/local/src/ntop-3.3.10/GeoIP-1.4.6/libGeoIP/.libs/.

The adventure continues....


_______________________________________________
Ntop mailing list
Ntop [at] unipi
http://listgateway.unipi.it/mailman/listinfo/ntop





<font size="1">
<div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 1.0pt 0in'>
</div>
"This email is intended to be reviewed by only the intended recipient
and may contain information that is privileged and/or confidential.
If you are not the intended recipient, you are hereby notified that
any review, use, dissemination, disclosure or copying of this email
and its attachments, if any, is strictly prohibited. If you have
received this email in error, please immediately notify the sender by
return email and delete this email from your system."
</font>


Ggatten at waddell

Aug 7, 2009, 11:57 PM

Post #13 of 14 (1530 views)
Permalink
Re: web server won't respond [In reply to]

What about default password and perms? Did you run with -A the first and set the password? Also try starting without -d and with -u root.

________________________________

From: ntop-bounces [at] unipi
To: ntop [at] unipi
Sent: Sat Aug 08 01:46:31 2009
Subject: Re: [Ntop] web server won't respond


Ah, sorry! I had the same issues a while back and feel your pain! I thought this stuff was fixed in the recent source..... I had to change the config script to use "gtar", and tweak several paths. Wish I could point you to better source or package! I'd hate for you to do all this for some goofy webserver thing! Did you try starting on different ports and with ssl? Maybe try "-w 4000 -W 4001"? Just a thought, maybe even try 80 and 443? Are you running SELinux? The only recent source I know is a development version and you fetch it with "svn co ...." The ntop.org page has the details.

----- Original Message -----
From: ntop-bounces [at] unipi <ntop-bounces [at] unipi>
To: ntop [at] unipi <ntop [at] unipi>
Sent: Sat Aug 08 01:30:33 2009
Subject: Re: [Ntop] web server won't respond

Sorry for the noise, but I've come this far:
> Ok rrdtool 1.2.30 was great; ntop's configure now continues up until:
>
> configure: error: cannot find macro directory `m4'
>
>
Of course a 'mkdir m4' fixed this.

Now it looks like I need to hand-edit a configure generated Makefile
somewhere:

gcc -shared .libs/address.o .libs/argv.o .libs/dataFormat.o
.libs/fcUtils.o .libs/globals-core.o .libs/hash.o .libs/iface.o
.libs/initialize.o .libs/l7.o .libs/leaks.o .libs/ntop.o .libs/pbuf.o
.libs/database.o .libs/plugin.o .libs/prefs.o .libs/protocols.o
.libs/sessions.o .libs/term.o .libs/util.o .libs/utildl.o
.libs/traffic.o .libs/vendor.o .libs/version.o .libs/ntop_darwin.o
-Wl,--rpath
-Wl,/usr/local/src/ntop-3.3.10/GeoIP-1.4.6/libGeoIP/.libs//.libs
-Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath
-Wl,/usr/local/rrdtool-1.2.30/lib -Wl,--rpath -Wl,/usr/local/lib
-Wl,--rpath -Wl,/usr/local/rrdtool-1.2.30/lib -L/usr/lib
-L/usr/local/src/ntop-3.3.10/GeoIP-1.4.6/libGeoIP/.libs/
/usr/local/src/ntop-3.3.10/GeoIP-1.4.6/libGeoIP/.libs//.libs/libGeoIP.so
-L/usr/local/lib -L/opt/local/lib
-L/usr/local/src/ntop-3.3.10/lua-5.1.4/src -llua -lpthread -lm -ldl
-lcrypt -lc /usr/local/lib/libevent.so /usr/lib/libgdbm.so -lz -lpcap
-L/usr/local/rrdtool-1.2.30//lib
/usr/local/rrdtool-1.2.30/lib/librrd_th.so -Wl,-soname
-Wl,libntop-3.3.10.so -o .libs/libntop-3.3.10.so
gcc:
/usr/local/src/ntop-3.3.10/GeoIP-1.4.6/libGeoIP/.libs//.libs/libGeoIP.so:
No such file or directory

But I couldn't figure it out, so I made a link called
/usr/local/src/ntop-3.3.10/GeoIP-1.4.6/libGeoIP/.libs/.libs pointing to
/usr/local/src/ntop-3.3.10/GeoIP-1.4.6/libGeoIP/.libs/.

The adventure continues....


_______________________________________________
Ntop mailing list
Ntop [at] unipi
http://listgateway.unipi.it/mailman/listinfo/ntop


"This email is intended to be reviewed by only the intended recipient and may contain information that is privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any review, use, dissemination, disclosure or copying of this email and its attachments, if any, is strictly prohibited. If you have received this email in error, please immediately notify the sender by return email and delete this email from your system."





<font size="1">
<div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 1.0pt 0in'>
</div>
"This email is intended to be reviewed by only the intended recipient
and may contain information that is privileged and/or confidential.
If you are not the intended recipient, you are hereby notified that
any review, use, dissemination, disclosure or copying of this email
and its attachments, if any, is strictly prohibited. If you have
received this email in error, please immediately notify the sender by
return email and delete this email from your system."
</font>


drose at dtlm

Aug 9, 2009, 1:36 AM

Post #14 of 14 (1524 views)
Permalink
Re: web server won't respond [In reply to]

Sorry I didn't get back in a timely fashion; it's all working nicely
once I added the symlink for the source and get a new verision compiled;
maybe the yum version is yukky, or maybe there's some weird interaction
I couldn't find.

Either way I'm happy now, thanks for great software and support :)
_______________________________________________
Ntop mailing list
Ntop [at] unipi
http://listgateway.unipi.it/mailman/listinfo/ntop

NTop users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.