configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing

前端 未结 8 1900
北荒
北荒 2020-12-13 23:56

Today I am trying to upgrade php on MacOS Mountain Lion. I followed MacTuts+ tutorial and on the step where I execute that long command:



        
8条回答
  •  感情败类
    2020-12-14 00:38

    For those who have the same error on docker:

    RUN apt-get update && apt-get install -y libc-client-dev libkrb5-dev && rm -r /var/lib/apt/lists/*
    RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
        && docker-php-ext-install imap
    

提交回复
热议问题