bitnami / containers

Bitnami container images
https://bitnami.com
Other
3.26k stars 4.75k forks source link

missing module php imap in php 8.1.29 - email inbound not work #71176

Open smokenik opened 3 weeks ago

smokenik commented 3 weeks ago

Name and Version

containers/bitnami/suitecrm/8 /debian-12

What architecture are you using?

amd64

What steps will reproduce the bug?

all env. Missing PHP-Imap module in php-8.1.29-6-linux- ... image. Is mandatory for PHP-IMAP to use the inbound email function.

What is the expected behavior?

I expect INBOUND email works; It is not possible if there is no php module installed!

What do you see instead?

Error using inbound email

smokenik commented 3 weeks ago
/bitnami/blacksmith-sandox/libphp-8.1.29/configure' '--prefix=/opt/bitnami/php' '--with-zlib-dir' '--with-zlib' '--with-libxml-dir=/usr' '--enable-soap' '--disable-rpath' '--enable-inline-optimization' '--with-bz2' '--enable-sockets' '--enable-pcntl' '--enable-exif' '--enable-bcmath' '--with-pdo-mysql=mysqlnd' '--with-mysqli=mysqlnd' '--with-png-dir=/usr' '--with-openssl' '--with-libdir=/lib/x86_64-linux-gnu' '--enable-ftp' '--enable-calendar' '--with-gettext' '--with-xmlrpc' '--with-xsl' '--enable-fpm' '--with-fpm-user=daemon' '--with-fpm-group=daemon' '--enable-mbstring' '--enable-cgi' '--enable-ctype' '--enable-session' '--enable-mysqlnd' '--enable-intl' '--with-iconv' '--with-pdo_sqlite' '--with-sqlite3' '--with-readline' '--with-gmp' '--with-curl' '--with-pdo-pgsql=shared' '--with-pgsql=shared' '--with-config-file-scan-dir=/opt/bitnami/php/etc/conf.d' '--enable-simplexml' '--with-sodium' '--enable-gd' '--with-pear' '--with-freetype' '--with-jpeg' '--with-webp' '--with-zip' '--with-pdo-dblib=shared' '--with-tidy' '--with-ldap=/usr/' '--enable-apcu=shared' '--with-apxs2=/opt/bitnami/apache/bin/apxs' 'PKG_CONFIG_PATH=/opt/bitnami/common/lib/pkgconfig'

please add php-imap and it will work fine!

github-actions[bot] commented 3 days ago

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.