Hello,

I have a cvs I was able to build earlier from cvs (version 2.1.0).  I buildt
with --enable-mysql and --enable-sslv3.  None of the links point to pages
that exist (e.g., All Protocols points at SortDataReceivedProtos.html, but
this page does not exist).  Do these get autogenerated by something?  My
mysql database NTOP was populated with tables doing the following:

mysqladmin -u ntop -p create NTOP
mysql -u ntop -p NTOP < database/mySQLdefs.txt  # user ntop was given ALL
control to
database and tables in NTOP

and ran:
perl database/mySQLserver.pl &          # modified script to use port 3306
and added
                                                        # username/password
section to DBD::connect

and started ntop with 

  cd /usr/local/etc
        /usr/local/bin/ntop \
        -a /var/log/ntop-access.log \
        -b localhost:3306 \
        -l pcap.log \
        --no-interface-merge \
        --interface eth0,eth1 \
        --user ntop \
        --trace-level 5 \
        --enable-external-tools \
        --store-mode 2 \
        --mysql-host ntop:password:NTOP:localhost \             # real
password omitted here
        --local-subnets 10.1.1.0/24 \
        --http-server 3000 \
        --https-server 7000

No errors occur, including none about database failures.  But no data is in
the tables and none of those web page links exist.  Am I doing something
wrong?
_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://lists.ntop.org/mailman/listinfo/ntop

Reply via email to