Two solutions - Igor's: mkdir /usr/.../man/man1/intop
will get you past the problem, however the intop.1 file will be in .../man1/intop/intop.1 and won't be found by man. That's pretty minor. You could also try regenerating the files with ./autogen.sh -1 (downloading the new automake isn't enough, the files generated by the old version still existing in the ntop directories) then ./configure make make install This should put intop.1 into the .../man1 directory where it belongs... -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Igor Schein Sent: Friday, February 15, 2002 3:47 PM To: [EMAIL PROTECTED] Subject: Re: [Ntop] problem for launch ntop On Fri, Feb 15, 2002 at 10:35:30PM +0100, Laurent DIDIER wrote: > Good evening > > I write because i have compiled and installed ntop on computer, i have to > download the latest version of ntop, and i have download > automaker-1.5.tar.gz. > > I have launch > > ./configure > make > make install > > But i have one problem for create the link for man page > and when i launch ntop by this command "ntop", i have on error after Gbdm, > this error is no such file or directory in /usr/local/var.... If you mkdir first, make install will work fine. Igor _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop
