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

upgrade Debian 8 Fail #12

Closed
juanjosepablos opened this issue Jan 25, 2016 · 1 comment
Closed

upgrade Debian 8 Fail #12

juanjosepablos opened this issue Jan 25, 2016 · 1 comment
Assignees
Labels

Comments

@juanjosepablos
Copy link

Hi,
I had upgrade my server from Debian 7 to Debian 8. I am using OCS NG 2.1.2
And I found a couple of issues.

  1. /etc/apache2/conf.d not longer valid
    mv ocsinventory-reports.conf and z-ocsinventory-server.conf /etc/apache2/conf-enabled
    a2enconf ocsinventory-reports
    a2enconf z-ocsinventory-server

  2. Perl Path
    mv /usr/local/share/perl/5.14.2 /usr/local/share/perl/5.20.2

  3. require "SOAP_USER" error
    This is just a note for anyone seen this bug report.
    Change Require "SOAP_USER" > Require user "SOAP_USER" on z-ocsinventory-server.conf

@gillesdubois
Copy link
Member

Hi,

2.1.2 has some compatibility issues with apache 2.4.
anyway these problems are just related with the apache configuration.
The perl path problems you encountered come from your upgrade ... if you upgrade your system and your dependencies you should re-run the setup.sh in order to redefine perl and other path.

Regards,
Gilles Dubois.

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

No branches or pull requests

2 participants