[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] webalizer version 2
- Subject: Re: [cobalt-users] webalizer version 2
- From: "Brett" <cobalt@xxxxxxxxxxxxxxxxx>
- Date: Fri Mar 16 23:03:54 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Could someone be so kind as to send me or tell me where i can get
> Webalizer Raq3iRelease 2.00.12-2 in a package format
>
> I had it installed (i can no longer access the site where i d/loaded it
> from) but when i
> applied some cobalt patches it stopped working (looking for PNG libs i
> think..)
>
> Anyway, i wanted to uninstall it and re-install it again, but i dont have
> the pkg file.
>
Just for reference the webalizer pkg is just an RPM of webalizer and the
webalizer.pl script. I installed webalizer from a tarball and placed the
webalizer.pl into my cron manually. If you want to remove the rpm of the
previously added Webalizer do the following. It will still be listed as a
package in your GUI but will be deleted from the system.
ssh in and type "rpm -qa". This will list all installed rpms. Find the
webalizer rpm and type "rpm -e webalizer-rpm-name".
Now you can install a new version of webalizer from tarball or RPM from
rpmfind.net.
Check your cron entries for webalizer.pl. If you do not have it I can email
it to you and then place it in your cron( not exactly sure where off hand).
I tend to break apart Cobalts pkgs to see what they include and install from
a tarball when at all possible. Then I only have myself to blame for mess
ups. You can check the KB for how to build a pkg file to learn about the
process involved. Some may find this all uneccessary, but at least I gain
the knowledge of what is going into my machine.
HTH,
Brett