Results 1 to 5 of 5

Thread: mailmgr with SARG

  1. #1
    Join Date
    Feb 2012
    Beans
    33

    mailmgr with SARG

    I've got a Ubuntu server with squid3, dansguardian and SARG report generator. I want to install mailmgr (http://sarg.sourceforge.net/mailmgr.README.txt). I've downloaded the file and run /.configure but get the following error:
    checking host system ......
    checking for gcc.....no
    checking for cc ..... no
    configure: error: no acceptable cc found in $path
    What should I do to fix or install mailmgr for SARG?

  2. #2
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: mailmgr with SARG

    You have no compiler. Install the build-essential package from the repositories and try again.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  3. #3
    Join Date
    Feb 2012
    Beans
    33

    Re: mailmgr with SARG

    Hi

    I tried, but it seems as if I have a unistalled dependency issue. I tried to run apt-get install -f but it wouldn't install

    The following packages have unmet dependencies:
    build-essential : epends: libc6-dev but it is not going to be installed or libc-dev
    Depends: gcc .... but its not going to be installed
    Depends: g++ ..... same
    Depends: make .... same
    Depends: dpkg-dev .... same
    sarg: Depends: libgd2-xpm .... same

  4. #4
    Join Date
    Feb 2012
    Beans
    33

    Re: mailmgr with SARG

    After restarting the server and running apt-get install -f again, is reports that there is some unresolved dependencies, mainly with SARG and libgd2-xpm. Also ssub-process /usr/bin/dpkg returned an error code (1).

  5. #5
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: mailmgr with SARG

    Well you can try fixing the libc6-dev problem by installing that package manually ("sudo apt-get install libc6-dev") and see if that helps.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •