Webalizer install fails miserably

pucky

Verified User
Joined
Sep 9, 2006
Messages
758
WEBALIZER FAILS MISERABLY during ./build all and we need a resolution to this problem. I have IMAP down because we cant complete the build without errors.

Trying to make webalizer...
make: no target to make.
-e \n*** The make has failed, do you want to try to make again? (y,n):

Personally, i would just like to keep this annoyance out of my build . HOW DO I EXCLUDE WEBACRAPPER FROM MY BUILD?

If i remove the tar gz it gets added back in. There must be a way to exclude JUNK you dont want to see included in your build, without hacking the build code.

I have been looking all over the forums for an answer.

AS USUAL, tons of messages in these forums go unanswered or there is no resolution. EG http://www.directadmin.com/forum/showthread.php?threadid=13519

Please fix this issue. We need php rebuilt yesterday and im tired of spending 6hrs on this issue.

This posted resolution, DOES NOT FIX IT ON FREEBSD 6.1!

It has been MENTIONED time and TIME again without anyone from DA commenting on why it fails.

Try recompiling everything from "clean".
cd /usr/local/directadmin/customapache
rm -f configure.*
./build clean
./build update
./build all
/sbin/service httpd restart

(or "/usr/local/etc/rc.d/httpd restart" for FreeBSD)

I dont even know what its looking for since the error says nothing that make any sense otherwise i would fix it myself if i knew what it was having a problem with.

Freebsd 6.1:rolleyes:
 
Last edited:
Either skip using "./build all" and instead just ./build the things you need or you could edit the build script and comment out doWebalizer on row ~1565. If you want to know why webalizer fails try to build it yourself by entering the webalizer directory and build it from there. I have also had some problems with webalizer on FBSD6.1, try installing it from ports instead!
 
Back
Top