-
Notifications
You must be signed in to change notification settings - Fork 28
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
Server start failure #242
Comments
Date: 2011-04-26 21:33:39
|
Date: 2011-04-28 23:05:09 Hi, Well, it failed because you didn't install App::Info Perl module as indicated in requirements in README.txt or in the web page http://www.8pussy.org/dokuwiki/doku.php?id=install\#software\_requirements PS: please always indicate Linux distrib & Octopussy version for this kind of issues. Regards, |
Date: 2011-04-28 23:06:29 Sorry, I didn't see that you mentionned the Linux distrib at the beginning... :o |
Date: 2011-05-02 21:29:02 App:Info was installed as per instructions in README.txt/web page. Those were the instructions I was following when it happened. It looks like an issue with how the perl modules are calling Apache. |
Date: 2011-05-02 21:30:56 Also I just reinstalled using cpan App:Info and received the following on current build: Running make install |
Date: 2011-05-03 00:01:58 Wow... Ok I didn't get it at the first time... I "use App::Info::HTTPD::Apache;" at line 12 of Octopussy::System, Never saw that before... I don't even know how it's possible... :( |
Date: 2011-05-03 21:00:59 I'll start over from scratch and see what happens. I'll let you know. |
Date: 2011-05-09 20:29:47 I too had the same errors thrown on CentOS 5.6/x64. But I reinstalled App::Info and that seemed to fix it. |
Date: 2011-05-09 23:44:30 @jonathan Krauter: |
Date: 2011-10-07 00:01:24 No news, good news... I close the ticket. |
Date: 2011-10-07 00:01:24
|
Service fails to start running on Redhat 5.6/x64 with the following error:
Can't locate App/Info/HTTPD/Apache2.pm in @inc (@inc contains: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /
usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 .) at /usr/lib/perl5/site_perl/5.8.8/Octopussy/System.pm line 12.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/Octopussy/System.pm line 12.
Compilation failed in require at /usr/lib/perl5/site_perl/5.8.8/Octopussy/Device.pm line 32.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/Octopussy/Device.pm line 32.
Compilation failed in require at /etc/init.d/octopussy line 41.
BEGIN failed--compilation aborted at /etc/init.d/octopussy line 41.
Line 12 of System.pm contains the following: use App::Info::HTTPD::Apache;
The text was updated successfully, but these errors were encountered: