Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Whats wrong?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Whats wrong?
Authored by: larsen on Oct 03, '02 12:42:36PM

I installed as described above, but when I run:

% webalizer

I get "Command not found"

What is wrong?



[ Reply to This | # ]
Whats wrong?
Authored by: chaosp on Oct 11, '02 05:44:55PM

The new version dosent install the same as when the above instructions where written. Try this

1. open the terminal and move to the webalizer directory
2. type sudo ./install-osx
3. enter your password
4. now just follow the instructions

hope that helps



[ Reply to This | # ]
Whats wrong?
Authored by: derekkif on Oct 27, '02 01:25:33AM

I tried it but it didn't help.

Every time i write "webalizer" + a command in the terminal, even if I am in usr/local/bin, the terminal replies: Command not found.

Could it be the shell (ttyp1) that doesn't recognize webalizer?



[ Reply to This | # ]
Whats wrong?
Authored by: Andrew McDonald on Apr 18, '05 11:04:43AM

It looks as though the install-osx script exits before it can do anything. Delete, or comment out, the third instance of "exit;" (around line 13) and re-run. That worked for me.

Andrew



[ Reply to This | # ]