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

Server start failure #242

Closed
sebthebert opened this issue Nov 18, 2013 · 11 comments
Closed

Server start failure #242

sebthebert opened this issue Nov 18, 2013 · 11 comments
Assignees

Comments

@sebthebert
Copy link
Collaborator

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;

@sebthebert
Copy link
Collaborator Author

Date: 2011-04-26 21:33:39
Author: *anonymous

  • priority: 5 --> 7

@ghost ghost assigned sebthebert Nov 18, 2013
@sebthebert
Copy link
Collaborator Author

Date: 2011-04-28 23:05:09
Author: sebthebert

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,
Sebastien

@sebthebert
Copy link
Collaborator Author

Date: 2011-04-28 23:06:29
Author: sebthebert

Sorry, I didn't see that you mentionned the Linux distrib at the beginning... :o

@sebthebert
Copy link
Collaborator Author

Date: 2011-05-02 21:29:02
Author: *anonymous

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.

@sebthebert
Copy link
Collaborator Author

Date: 2011-05-02 21:30:56
Author: *anonymous

Also I just reinstalled using cpan App:Info and received the following on current build:

Running make install
/usr/bin/perl Build --makefile_env_macros 1 install
Building App-Info
Installing /usr/lib/perl5/site_perl/5.8.8/App/Info.pm
Installing /usr/lib/perl5/site_perl/5.8.8/App/Info/HTTPD.pm
Installing /usr/lib/perl5/site_perl/5.8.8/App/Info/Request.pm
Installing /usr/lib/perl5/site_perl/5.8.8/App/Info/RDBMS.pm
Installing /usr/lib/perl5/site_perl/5.8.8/App/Info/Lib.pm
Installing /usr/lib/perl5/site_perl/5.8.8/App/Info/Handler.pm
Installing /usr/lib/perl5/site_perl/5.8.8/App/Info/Util.pm
Installing /usr/lib/perl5/site_perl/5.8.8/App/Info/Lib/OSSPUUID.pm
Installing /usr/lib/perl5/site_perl/5.8.8/App/Info/Lib/Expat.pm
Installing /usr/lib/perl5/site_perl/5.8.8/App/Info/Lib/Iconv.pm
Installing /usr/lib/perl5/site_perl/5.8.8/App/Info/Handler/Carp.pm
Installing /usr/lib/perl5/site_perl/5.8.8/App/Info/Handler/Print.pm
Installing /usr/lib/perl5/site_perl/5.8.8/App/Info/Handler/Prompt.pm
Installing /usr/lib/perl5/site_perl/5.8.8/App/Info/RDBMS/PostgreSQL.pm
Installing /usr/lib/perl5/site_perl/5.8.8/App/Info/RDBMS/SQLite.pm
Installing /usr/lib/perl5/site_perl/5.8.8/App/Info/HTTPD/Apache.pm
Installing /usr/share/man/man3/App::Info::Handler::Carp.3pm
Installing /usr/share/man/man3/App::Info::RDBMS::PostgreSQL.3pm
Installing /usr/share/man/man3/App::Info.3pm
Installing /usr/share/man/man3/App::Info::HTTPD.3pm
Installing /usr/share/man/man3/App::Info::RDBMS::SQLite.3pm
Installing /usr/share/man/man3/App::Info::Handler::Prompt.3pm
Installing /usr/share/man/man3/App::Info::Handler::Print.3pm
Installing /usr/share/man/man3/App::Info::Handler.3pm
Installing /usr/share/man/man3/App::Info::Lib.3pm
Installing /usr/share/man/man3/App::Info::Request.3pm
Installing /usr/share/man/man3/App::Info::Lib::OSSPUUID.3pm
Installing /usr/share/man/man3/App::Info::Util.3pm
Installing /usr/share/man/man3/App::Info::RDBMS.3pm
Installing /usr/share/man/man3/App::Info::Lib::Expat.3pm
Installing /usr/share/man/man3/App::Info::HTTPD::Apache.3pm
Installing /usr/share/man/man3/App::Info::Lib::Iconv.3pm
/usr/bin/make install -- OK
[root@cosids daq-0.5]# service octopussy start
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.

@sebthebert
Copy link
Collaborator Author

Date: 2011-05-03 00:01:58
Author: sebthebert

Wow... Ok I didn't get it at the first time...

I "use App::Info::HTTPD::Apache;" at line 12 of Octopussy::System,
and it complains about App/Info/HTTPD/Apache2.pm ...

Never saw that before... I don't even know how it's possible... :(

@sebthebert
Copy link
Collaborator Author

Date: 2011-05-03 21:00:59
Author: *anonymous

I'll start over from scratch and see what happens. I'll let you know.

@sebthebert
Copy link
Collaborator Author

Date: 2011-05-09 20:29:47
Author: nobody

I too had the same errors thrown on CentOS 5.6/x64. But I reinstalled App::Info and that seemed to fix it.

@sebthebert
Copy link
Collaborator Author

Date: 2011-05-09 23:44:30
Author: sebthebert

@jonathan Krauter:
Can you confirm that App::Info reinstallation fixes your problem as said in the last comment ?

@sebthebert
Copy link
Collaborator Author

Date: 2011-10-07 00:01:24
Author: sebthebert

No news, good news...

I close the ticket.

@sebthebert
Copy link
Collaborator Author

Date: 2011-10-07 00:01:24
Author: sebthebert

  • status: open --> closed-works-for-me

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

No branches or pull requests

1 participant