43 lines
1021 B
Plaintext
43 lines
1021 B
Plaintext
|
|
## - if you get the following error:
|
|
## -
|
|
## - configure: error: libXpm.(a|so) not found
|
|
## -
|
|
## - set a symlink /usr/lib/libXpm.a --> /usr/lib/x86_64-linux-gnu/libXpm.a
|
|
## -
|
|
ln -s x86_64-linux-gnu/libXpm.a /usr/lib/libXpm.a
|
|
## - or (the same)
|
|
ln -s /usr/lib/x86_64-linux-gnu/libXpm.a /usr/lib/libXpm.a
|
|
|
|
|
|
## - IMAP support
|
|
## -
|
|
## - if you get the following error:
|
|
## -
|
|
## - configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing.
|
|
## - This should not happen. Check config.log for additional information.
|
|
## -
|
|
aptitude install libc-client-dev
|
|
## - or
|
|
apt-get install libc-client2007e libc-client2007e-dev libpam0g-dev mlock
|
|
|
|
|
|
## - ICU support (?)
|
|
## -
|
|
## - configure: error: Unable to detect ICU prefix or no failed. Please verify ICU install
|
|
## - prefix and make sure icu-config works.
|
|
## -
|
|
apt-get install libicu-dev
|
|
|
|
|
|
## - PSPELL support
|
|
## -
|
|
## - configure: error: Cannot find pspell
|
|
## -
|
|
apt-get install libpspell-dev
|
|
|
|
|
|
## - VPX Codecs
|
|
# -
|
|
apt-get install libvpx-dev
|