[Bug 251252] www/mpd_php80: wrong libphp name

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 19 10:13:56 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251252

            Bug ID: 251252
           Summary: www/mpd_php80: wrong libphp name
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: jonaspalm at posteo.de

The libphp library is just called libphp.so with www/mod_php80:
root at webserver:/ # pkg list mod_php80
/usr/local/libexec/apache24/libphp.so

But Mk/Uses/php.mk expects the following (line 281):
RUN_DEPENDS+=  
${PHPBASE}/${APACHEMODDIR}/libphp${PHP_VER:C/.$//}.so:${MOD_PHP_PORT}

This causes ports with
USES += php:mod
to fail.

Poudriere error:
webserver-meta depends on file: /usr/local/libexec/apache24/libphp8.so - not
found

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


More information about the freebsd-ports-bugs mailing list