Talk:Zarafa Installation On QNAP: Difference between revisions
Jump to navigation
Jump to search
Update the PHP MAPI extension to make ZARAFA work with PHP 5.5 |
mNo edit summary |
||
Line 6: | Line 6: | ||
''Immediately I run into problems with multiline grep.... so I installed a full grep with '''ipkg install grep'. However, I cannot proceed when I get here: | ''Immediately I run into problems with multiline grep.... so I installed a full grep with '''ipkg install grep'. However, I cannot proceed when I get here: | ||
# LDFLAGS is set to make sure that system libs are linked first (otherwise configure may run into an error)<br/>./configure --prefix=/opt/tmp/zarafa/php5 --with-config-file-path=/etc/config/php.ini \<br/>--with-config-file-scan-dir=/opt/etc/php.d --enable-ftp --enable-sockets --enable-gd-native-ttf \<br/>--enable-mbstring --with-libxml-dir=/usr/local/zarafa/include/libxml2 \<br/>--enable-shared --enable-exif --with-pic=yes --enable-calendar --enable-bcmath \<br/>LDFLAGS='-L/lib -L/usr/lib -L/usr/local/zarafa/lib' | |||
this is the output from putty: |
Revision as of 16:23, 18 July 2016
Dear Max Böhm,
Thanks for keeping the QNAP community up to date with Zarafa. Some of us rely on it daily. Please keep it coming.
I have an up to date QNAP 509 Pro with 4.2.1 firmware. My Zarafa installation was rendered useless many months ago due to the PHP updates. So yesterday I came across your post and decided to update ONLY the PHP headers. So, I scrolled down your article to the section Hint for Zarafa QPKG users with Firmware 4.2.x, and started following your instructions.
Immediately I run into problems with multiline grep.... so I installed a full grep with 'ipkg install grep'. However, I cannot proceed when I get here:
- LDFLAGS is set to make sure that system libs are linked first (otherwise configure may run into an error)
./configure --prefix=/opt/tmp/zarafa/php5 --with-config-file-path=/etc/config/php.ini \
--with-config-file-scan-dir=/opt/etc/php.d --enable-ftp --enable-sockets --enable-gd-native-ttf \
--enable-mbstring --with-libxml-dir=/usr/local/zarafa/include/libxml2 \
--enable-shared --enable-exif --with-pic=yes --enable-calendar --enable-bcmath \
LDFLAGS='-L/lib -L/usr/lib -L/usr/local/zarafa/lib'
this is the output from putty: