[Bug 768846] httpd+mod_perl and BerkeleyDB incompatibility

bugzilla at redhat.com bugzilla at redhat.com
Wed Aug 8 08:07:04 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=768846

Jan Pazdziora <jpazdziora at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |ASSIGNED
                 CC|                            |jpazdziora at redhat.com
            Version|15                          |17
         Resolution|WONTFIX                     |---
           Keywords|                            |Reopened

--- Comment #11 from Jan Pazdziora <jpazdziora at redhat.com> ---
Reopening. The problem is still present on Fedora 17.

# rpm -q httpd mod_perl perl-BerkeleyDB
httpd-2.2.22-4.fc17.x86_64
mod_perl-2.0.5-8.fc17.x86_64
perl-BerkeleyDB-0.49-3.fc17.x86_64

# service httpd start
Redirecting to /bin/systemctl start  httpd.service

Appended

<Perl>
use BerkeleyDB;
</Perl>

to /etc/httpd/conf.d/perl.conf

# service httpd restart
Redirecting to /bin/systemctl restart  httpd.service
Job failed. See system journal and 'systemctl status' for details.

# systemctl status httpd.service
httpd.service - The Apache HTTP Server (prefork MPM)
      Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled)
      Active: failed (Result: exit-code) since Wed, 08 Aug 2012 10:03:49 +0200;
34s ago
     Process: 27769 ExecStop=/usr/sbin/httpd $OPTIONS -k stop (code=exited,
status=0/SUCCESS)
     Process: 27772 ExecStart=/usr/sbin/httpd $OPTIONS -k start (code=exited,
status=1/FAILURE)
    Main PID: 27747 (code=exited, status=0/SUCCESS)
      CGroup: name=systemd:/system/httpd.service

Aug 08 10:03:49 ditustat.brq.redhat.com httpd[27772]: Syntax error on line 53
of /etc/httpd/conf.d/perl.conf:
Aug 08 10:03:49 ditustat.brq.redhat.com httpd[27772]: \nBerkeleyDB needs
compatible versions of libdb & db.h\n\tyou have db.h version 5.2.36...aborte

-- 
You are receiving this mail because:
You are on the CC list for the bug.



More information about the perl-devel mailing list