Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Nov 2020 10:13:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 251252] www/mpd_php80: wrong libphp name
Message-ID:  <bug-251252-7788@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: jonaspalm@posteo.de

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

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

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

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

--=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-251252-7788>