Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependencies app-backup/backuppc overlay #1

Open
dan-m-joha opened this issue Feb 18, 2018 · 5 comments
Open

Missing dependencies app-backup/backuppc overlay #1

dan-m-joha opened this issue Feb 18, 2018 · 5 comments

Comments

@dan-m-joha
Copy link

While installing app-backup/backuppc from your overlay I noticed that (at least) two dependencies where missing:

  • www-apache/mpm_itk
  • www-apache/mod_perl

Regards,
D/\N

@TheMetMan
Copy link

I also noticed this, but already had mod_perl installed
Very grateful for this overlay, because I could NOT get BackupPC to work from installing the version 4.2 from GitHub.
Thanks a million!

1 similar comment
@TheMetMan
Copy link

I also noticed this, but already had mod_perl installed
Very grateful for this overlay, because I could NOT get BackupPC to work from installing the version 4.2 from GitHub.
Thanks a million!

@TheMetMan
Copy link

And another slight problem, the Web GUI is looking for /usr/share/doc/BackupPC/BackupPC.html when clicking on a setting, but cannot find it. The ebuild installs it in a folder with the version number, very odd. the ebuild itself looks as if this could not happen.

@sigmoidal
Copy link
Owner

@dan-m-joha: How can we fix this? flags? I don't use mpm_itk or mod_perl, but if you help a bit, maybe I can tackle it.

@TheMetMan: Regarding the docs, when I go to https://myserver/bpc?action=view&type=docs it seems to work np.

In my BPC config I have this:

$Conf{CgiNavBarLinks} = [
    {
        link  => "?action=view&type=docs",
        lname => "Documentation",    # actually displays $Lang->{Documentation}
    },
    {
        link  => "https://github.com/backuppc/backuppc/wiki",
        name  => "Wiki",             # displays literal "Wiki"
    },
    {
        link  => "https://backuppc.github.io/backuppc",
        name  => "Github",           # displays literal "Github"
    },
];

If you share your apache/BPC config, maybe I can help.
How can replicate this?

@sigmoidal
Copy link
Owner

I just pushed BPC v.4.2.1. I added flags for mpm_itk and mod_perl, but I have not tested them at all (i don't use them). Let me know if it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants