Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Nov 2020 19:36:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 251411] mod_php80 (8.0.0.r5): Can't locate API module structure `php8_module' in file /usr/local/libexec/apache24/libphp.so: Undefined symbol "php8_module"
Message-ID:  <bug-251411-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251411

            Bug ID: 251411
           Summary: mod_php80 (8.0.0.r5): Can't locate API module
                    structure `php8_module' in file
                    /usr/local/libexec/apache24/libphp.so: Undefined
                    symbol "php8_module"
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: freebsd-bugzilla@b-society.se

After installing mod_php80, Apache 2.4 refuses to start with error message
>httpd: Syntax error on line 158 of /usr/local/etc/apache24/httpd.conf: Can=
't locate API module structure `php8_module' in file /usr/local/libexec/apa=
che24/libphp.so: Undefined symbol "php8_module"

The offending line:
>LoadModule php8_module        libexec/apache24/libphp.so

Omitting the 8 solves the issue:
>LoadModule php_module        libexec/apache24/libphp.so

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251411-7788>