On Feb 22, 2015, at 3:10 PM, Reindl Harald h.reindl@thelounge.net wrote:
Am 22.02.2015 um 21:02 schrieb Dan Langille:
The next couple of extensions are optional and recommended to get the best performance:
FileInfo: NOT AVAILABLE(Could be loaded. Please add in php.ini; See http://www.php.net/manual/en/book.fileinfo.php) Libiconv: OK Multibyte: OK OpenSSL: OK Mcrypt: NOT AVAILABLE(Could be loaded. Please add in php.ini; See http://www.php.net/manual/en/book.mcrypt.php) Intl: OK Exif: NOT AVAILABLE(Could be loaded. Please add in php.ini; See http://www.php.net/manual/en/book.exif.php) ###
The link provided for Fileinfo has "This extension has no configuration directives defined in php.ini." (when you dig into the links on the first page)
I know I have these installed:
php55-fileinfo-5.5.21 libmcrypt-2.5.8_2 php55-mcrypt-5.5.21_1 php55-exif-5.5.21
Could someone please indicate what php.ini entries are necessary to get those extensions to work?
are the extension *enabled* and not only installed somewhere? "php -m" is your friend
i see them listed. What's up with that?
# php -m [PHP Modules] bcmath Core ctype date dom ereg exif fileinfo filter gd hash iconv intl json libxml mbstring mcrypt mhash mysql mysqlnd openssl pcre PDO pdo_sqlite pgsql Phar posix pspell Reflection session SimpleXML SPL standard tokenizer xml xmlreader xmlwriter Zend OPcache zip
[Zend Modules] Zend OPcache
extension = "fileinfo.so" extension = "mcrypt.so" extnesion = "exif.so"
Adding those to php.ini doesn't help.
FYI, FreeBSD 9.3 here.
— Dan Langille http://langille.org/
On 02/22/15 14:15, Dan Langille wrote:
On Feb 22, 2015, at 3:10 PM, Reindl Harald h.reindl@thelounge.net wrote:
Am 22.02.2015 um 21:02 schrieb Dan Langille:
The next couple of extensions are optional and recommended to get the best performance:
FileInfo: NOT AVAILABLE(Could be loaded. Please add in php.ini; See http://www.php.net/manual/en/book.fileinfo.php) Libiconv: OK Multibyte: OK OpenSSL: OK Mcrypt: NOT AVAILABLE(Could be loaded. Please add in php.ini; See http://www.php.net/manual/en/book.mcrypt.php) Intl: OK Exif: NOT AVAILABLE(Could be loaded. Please add in php.ini; See http://www.php.net/manual/en/book.exif.php) ###
The link provided for Fileinfo has "This extension has no configuration directives defined in php.ini." (when you dig into the links on the first page)
I know I have these installed:
php55-fileinfo-5.5.21 libmcrypt-2.5.8_2 php55-mcrypt-5.5.21_1 php55-exif-5.5.21
Could someone please indicate what php.ini entries are necessary to get those extensions to work?
are the extension *enabled* and not only installed somewhere? "php -m" is your friend
i see them listed. What's up with that?
# php -m [PHP Modules] bcmath Core ctype date dom ereg exif fileinfo filter gd hash iconv intl json libxml mbstring mcrypt mhash mysql mysqlnd openssl pcre PDO pdo_sqlite pgsql Phar posix pspell Reflection session SimpleXML SPL standard tokenizer xml xmlreader xmlwriter Zend OPcache zip
[Zend Modules] Zend OPcache
extension = "fileinfo.so" extension = "mcrypt.so" extnesion = "exif.so"
Adding those to php.ini doesn't help.
FYI, FreeBSD 9.3 here.
— Dan Langille http://langille.org/
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
$ cat /etc/php-5.4.ini | grep modules ; 5. The web server's directory (for SAPI modules), or directory of PHP ; Directory in which the loadable extensions (modules) reside. extension_dir = "/usr/local/lib/php-5.4/modules"
$ ls -1p /usr/local/lib/php-5.4/modules mcrypt.so mysql.so pdo_mysql.so pspell.so zip.so
On Feb 22, 2015, at 3:27 PM, Edgar Pettijohn edgar@pettijohn-web.com wrote:
On 02/22/15 14:15, Dan Langille wrote:
On Feb 22, 2015, at 3:10 PM, Reindl Harald h.reindl@thelounge.net mailto:h.reindl@thelounge.net wrote:
Am 22.02.2015 um 21:02 schrieb Dan Langille:
The next couple of extensions are optional and recommended to get the best performance:
FileInfo: NOT AVAILABLE(Could be loaded. Please add in php.ini; See http://www.php.net/manual/en/book.fileinfo.php http://www.php.net/manual/en/book.fileinfo.php) Libiconv: OK Multibyte: OK OpenSSL: OK Mcrypt: NOT AVAILABLE(Could be loaded. Please add in php.ini; See http://www.php.net/manual/en/book.mcrypt.php http://www.php.net/manual/en/book.mcrypt.php) Intl: OK Exif: NOT AVAILABLE(Could be loaded. Please add in php.ini; See http://www.php.net/manual/en/book.exif.php http://www.php.net/manual/en/book.exif.php) ###
The link provided for Fileinfo has "This extension has no configuration directives defined in php.ini." (when you dig into the links on the first page)
I know I have these installed:
php55-fileinfo-5.5.21 libmcrypt-2.5.8_2 php55-mcrypt-5.5.21_1 php55-exif-5.5.21
Could someone please indicate what php.ini entries are necessary to get those extensions to work?
are the extension *enabled* and not only installed somewhere? "php -m" is your friend
i see them listed. What's up with that?
# php -m [PHP Modules] bcmath Core ctype date dom ereg exif fileinfo filter gd hash iconv intl json libxml mbstring mcrypt mhash mysql mysqlnd openssl pcre PDO pdo_sqlite pgsql Phar posix pspell Reflection session SimpleXML SPL standard tokenizer xml xmlreader xmlwriter Zend OPcache zip
[Zend Modules] Zend OPcache
extension = "fileinfo.so" extension = "mcrypt.so" extnesion = "exif.so"
Adding those to php.ini doesn't help.
FYI, FreeBSD 9.3 here.
— Dan Langille http://langille.org/ http://langille.org/
Roundcube Users mailing list users@lists.roundcube.net mailto:users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users http://lists.roundcube.net/mailman/listinfo/users$ cat /etc/php-5.4.ini | grep modules
; 5. The web server's directory (for SAPI modules), or directory of PHP ; Directory in which the loadable extensions (modules) reside. extension_dir = "/usr/local/lib/php-5.4/modules"
# grep ext /usr/local/etc/php.ini extension = "fileinfo.so" extension = "mcrypt.so" extension = "exif.so" extension_dir = "/usr/local/lib/php/20121212"
$ ls -1p /usr/local/lib/php-5.4/modules mcrypt.so mysql.so pdo_mysql.so pspell.so zip.so
ls -1p /usr/local/lib/php/20121212 bcmath.so ctype.so dom.so exif.so fileinfo.so filter.so gd.so hash.so iconv.so intl.so json.so mbstring.so mcrypt.so mysql.so opcache.so openssl.so pdo.so pdo_sqlite.so pgsql.so phar.so posix.so pspell.so session.so simplexml.so tokenizer.so xml.so xmlreader.so xmlwriter.so zip.so
— Dan Langille http://langille http://langille/.org/
On 02/22/15 14:40, David Coulson wrote:
On 2/22/15 3:15 PM, Dan Langille wrote:
i see them listed. What's up with that?
# php -m [PHP Modules]
Is Apache using the same php.ini file? Can you stub up a test phpinfo(); file and load it through a browser to see what mod_php is doing? _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
My bad. You shouldn't need to do anything special in php.ini since they are compiled in. What was your ./configure?
'./configure' '--enable-mysqlnd' '--enable-fpm' '--with-fpm-user=www' '--with-fpm-group=www' '--enable-pcntl=shared' '--with-sybase-ct=shared,/usr/local' '--enable-shared' '--disable-static' '--disable-rpath' '--with-config-file-path=/etc' '--enable-inline-optimization' '--with-pic' '--with-pear=/usr/local/share/php-5.4' '--with-config-file-scan-dir=/etc/php-5.4' '--with-pdo-sqlite' '--enable-sqlite-utf8' '--with-sqlite3' '--program-suffix=-5.4' '--with-readline' '--with-apxs=/usr/local/sbin/apxs' '--with-openssl' '--with-zlib' '--enable-xml' '--enable-wddx' '--enable-cli' '--with-iconv=/usr/local' '--with-gettext=/usr/local' '--enable-bcmath' '--enable-session' '--enable-calendar' '--enable-ctype' '--enable-ftp' '--with-pcre-regex' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm'*'--enable-mbstring' '--enable-exif' *'--enable-zend-multibyte' '--enable-fastcgi' '--with-bz2=shared,/usr/local' '--with-curl=shared,/usr/local' '--enable-dba=shared' '--with-gdbm=/usr/local' '--with-gd=shared' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-zlib-dir=/usr' '--with-t1lib=/usr/local' '--with-freetype-dir=/usr/X11R6' '--with-xpm-dir=/usr/X11R6' '--with-gmp=shared,/usr/local' '--enable-intl=shared' '--with-icu-dir=/usr/local' '--with-imap=shared,/usr/local' '--with-imap-ssl' '--with-ldap=shared,/usr/local' '--with-mcrypt=shared,/usr/local' '--with-mysql=shared,/usr/local' '--with-mysqli=shared,/usr/local/bin/mysql_config' '--with-iodbc=shared,/usr/local' '--with-pdo-mysql=shared,/usr/local' '--with-pdo-pgsql=shared,/usr/local' '--with-pgsql=shared,/usr/local' '--with-pspell=shared,/usr/local' '--enable-shmop=shared,/usr/local' '--enable-soap=shared,/usr/local' '--with-snmp=shared,/usr/local' '--enable-ucd-snmp-hack' '--with-pdo-dblib=shared,/usr/local' '--with-mssql=shared,/usr/local' '--with-tidy=shared,/usr/local' '--with-xmlrpc=shared' '--with-xsl=shared' '--enable-dom' '--enable-zip=shared,/usr/local' '--prefix=/usr/local' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules'
Just curious if you are experiencing problems or not?
On Feb 22, 2015, at 3:40 PM, David Coulson david@davidcoulson.net wrote:
On 2/22/15 3:15 PM, Dan Langille wrote:
i see them listed. What's up with that?
# php -m [PHP Modules]
Is Apache using the same php.ini file? Can you stub up a test phpinfo(); file and load it through a browser to see what mod_php is doing?
Nginx here.
In phpinfo(), the only mention of exif is under Module Authors.
— Dan Langille http://langille.org/
On Feb 22, 2015, at 3:52 PM, Edgar Pettijohn edgar@pettijohn-web.com wrote:
On 02/22/15 14:40, David Coulson wrote:
On 2/22/15 3:15 PM, Dan Langille wrote:
i see them listed. What's up with that?
# php -m [PHP Modules]
Is Apache using the same php.ini file? Can you stub up a test phpinfo(); file and load it through a browser to see what mod_php is doing? _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net mailto:users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users http://lists.roundcube.net/mailman/listinfo/users
My bad. You shouldn't need to do anything special in php.ini since they are compiled in. What was your ./configure?
'./configure' '--enable-mysqlnd' '--enable-fpm' '--with-fpm-user=www' '--with-fpm-group=www' '--enable-pcntl=shared' '--with-sybase-ct=shared,/usr/local' '--enable-shared' '--disable-static' '--disable-rpath' '--with-config-file-path=/etc' '--enable-inline-optimization' '--with-pic' '--with-pear=/usr/local/share/php-5.4' '--with-config-file-scan-dir=/etc/php-5.4' '--with-pdo-sqlite' '--enable-sqlite-utf8' '--with-sqlite3' '--program-suffix=-5.4' '--with-readline' '--with-apxs=/usr/local/sbin/apxs' '--with-openssl' '--with-zlib' '--enable-xml' '--enable-wddx' '--enable-cli' '--with-iconv=/usr/local' '--with-gettext=/usr/local' '--enable-bcmath' '--enable-session' '--enable-calendar' '--enable-ctype' '--enable-ftp' '--with-pcre-regex' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--enable-mbstring' '--enable-exif' '--enable-zend-multibyte' '--enable-fastcgi' '--with-bz2=shared,/usr/local' '--with-curl=shared,/usr/local' '--enable-dba=shared' '--with-gdbm=/usr/local' '--with-gd=shared' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-zlib-dir=/usr' '--with-t1lib=/usr/local' '--with-freetype-dir=/usr/X11R6' '--with-xpm-dir=/usr/X11R6' '--with-gmp=shared,/usr/local' '--enable-intl=shared' '--with-icu-dir=/usr/local' '--with-imap=shared,/usr/local' '--with-imap-ssl' '--with-ldap=shared,/usr/local' '--with-mcrypt=shared,/usr/local' '--with-mysql=shared,/usr/local' '--with-mysqli=shared,/usr/local/bin/mysql_config' '--with-iodbc=shared,/usr/local' '--with-pdo-mysql=shared,/usr/local' '--with-pdo-pgsql=shared,/usr/local' '--with-pgsql=shared,/usr/local' '--with-pspell=shared,/usr/local' '--enable-shmop=shared,/usr/local' '--enable-soap=shared,/usr/local' '--with-snmp=shared,/usr/local' '--enable-ucd-snmp-hack' '--with-pdo-dblib=shared,/usr/local' '--with-mssql=shared,/usr/local' '--with-tidy=shared,/usr/local' '--with-xmlrpc=shared' '--with-xsl=shared' '--enable-dom' '--enable-zip=shared,/usr/local' '--prefix=/usr/local' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules'
'./configure' '--with-layout=GNU' '--localstatedir=/var' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--enable-libxml' '--enable-mysqlnd' '--with-libxml-dir=/usr/local' '--with-pcre-regex=/usr/local' '--with-zlib-dir=/usr' '--program-prefix=' '--enable-fpm' '--with-fpm-user=www' '--with-fpm-group=www' '--with-regex=php' '--with-zend-vm=CALL' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd9.3'
Just curious if you are experiencing problems or not?
No problems, just trying to add the options mentioned in the setup. — Dan Langille http://langille http://langille/.org/
On 02/22/15 14:55, Dan Langille wrote:
On Feb 22, 2015, at 3:52 PM, Edgar Pettijohn <edgar@pettijohn-web.com mailto:edgar@pettijohn-web.com> wrote:
On 02/22/15 14:40, David Coulson wrote:
On 2/22/15 3:15 PM, Dan Langille wrote:
i see them listed. What's up with that?
# php -m [PHP Modules]
Is Apache using the same php.ini file? Can you stub up a test phpinfo(); file and load it through a browser to see what mod_php is doing? _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
My bad. You shouldn't need to do anything special in php.ini since they are compiled in. What was your ./configure?
'./configure' '--enable-mysqlnd' '--enable-fpm' '--with-fpm-user=www' '--with-fpm-group=www' '--enable-pcntl=shared' '--with-sybase-ct=shared,/usr/local' '--enable-shared' '--disable-static' '--disable-rpath' '--with-config-file-path=/etc' '--enable-inline-optimization' '--with-pic' '--with-pear=/usr/local/share/php-5.4' '--with-config-file-scan-dir=/etc/php-5.4' '--with-pdo-sqlite' '--enable-sqlite-utf8' '--with-sqlite3' '--program-suffix=-5.4' '--with-readline' '--with-apxs=/usr/local/sbin/apxs' '--with-openssl' '--with-zlib' '--enable-xml' '--enable-wddx' '--enable-cli' '--with-iconv=/usr/local' '--with-gettext=/usr/local' '--enable-bcmath' '--enable-session' '--enable-calendar' '--enable-ctype' '--enable-ftp' '--with-pcre-regex' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm'*'--enable-mbstring' '--enable-exif' *'--enable-zend-multibyte' '--enable-fastcgi' '--with-bz2=shared,/usr/local' '--with-curl=shared,/usr/local' '--enable-dba=shared' '--with-gdbm=/usr/local' '--with-gd=shared' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-zlib-dir=/usr' '--with-t1lib=/usr/local' '--with-freetype-dir=/usr/X11R6' '--with-xpm-dir=/usr/X11R6' '--with-gmp=shared,/usr/local' '--enable-intl=shared' '--with-icu-dir=/usr/local' '--with-imap=shared,/usr/local' '--with-imap-ssl' '--with-ldap=shared,/usr/local' '--with-mcrypt=shared,/usr/local' '--with-mysql=shared,/usr/local' '--with-mysqli=shared,/usr/local/bin/mysql_config' '--with-iodbc=shared,/usr/local' '--with-pdo-mysql=shared,/usr/local' '--with-pdo-pgsql=shared,/usr/local' '--with-pgsql=shared,/usr/local' '--with-pspell=shared,/usr/local' '--enable-shmop=shared,/usr/local' '--enable-soap=shared,/usr/local' '--with-snmp=shared,/usr/local' '--enable-ucd-snmp-hack' '--with-pdo-dblib=shared,/usr/local' '--with-mssql=shared,/usr/local' '--with-tidy=shared,/usr/local' '--with-xmlrpc=shared' '--with-xsl=shared' '--enable-dom' '--enable-zip=shared,/usr/local' '--prefix=/usr/local' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules'
'./configure' '--with-layout=GNU' '--localstatedir=/var' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--enable-libxml' '--enable-mysqlnd' '--with-libxml-dir=/usr/local' '--with-pcre-regex=/usr/local' '--with-zlib-dir=/usr' '--program-prefix=' '--enable-fpm' '--with-fpm-user=www' '--with-fpm-group=www' '--with-regex=php' '--with-zend-vm=CALL' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd9.3'
Just curious if you are experiencing problems or not?
No problems, just trying to add the options mentioned in the setup. — Dan Langille http://langille.org/
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Did you install from packages or ports?
On Feb 22, 2015, at 3:52 PM, Edgar Pettijohn edgar@pettijohn-web.com wrote:
On 02/22/15 14:40, David Coulson wrote:
On 2/22/15 3:15 PM, Dan Langille wrote:
i see them listed. What's up with that?
# php -m [PHP Modules]
Is Apache using the same php.ini file? Can you stub up a test phpinfo(); file and load it through a browser to see what mod_php is doing? _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net mailto:users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users http://lists.roundcube.net/mailman/listinfo/users
My bad. You shouldn't need to do anything special in php.ini since they are compiled in. What was your ./configure?
'./configure' '--enable-mysqlnd' '--enable-fpm' '--with-fpm-user=www' '--with-fpm-group=www' '--enable-pcntl=shared' '--with-sybase-ct=shared,/usr/local' '--enable-shared' '--disable-static' '--disable-rpath' '--with-config-file-path=/etc' '--enable-inline-optimization' '--with-pic' '--with-pear=/usr/local/share/php-5.4' '--with-config-file-scan-dir=/etc/php-5.4' '--with-pdo-sqlite' '--enable-sqlite-utf8' '--with-sqlite3' '--program-suffix=-5.4' '--with-readline' '--with-apxs=/usr/local/sbin/apxs' '--with-openssl' '--with-zlib' '--enable-xml' '--enable-wddx' '--enable-cli' '--with-iconv=/usr/local' '--with-gettext=/usr/local' '--enable-bcmath' '--enable-session' '--enable-calendar' '--enable-ctype' '--enable-ftp' '--with-pcre-regex' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--enable-mbstring' '--enable-exif' '--enable-zend-multibyte' '--enable-fastcgi' '--with-bz2=shared,/usr/local' '--with-curl=shared,/usr/local' '--enable-dba=shared' '--with-gdbm=/usr/local' '--with-gd=shared' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-zlib-dir=/usr' '--with-t1lib=/usr/local' '--with-freetype-dir=/usr/X11R6' '--with-xpm-dir=/usr/X11R6' '--with-gmp=shared,/usr/local' '--enable-intl=shared' '--with-icu-dir=/usr/local' '--with-imap=shared,/usr/local' '--with-imap-ssl' '--with-ldap=shared,/usr/local' '--with-mcrypt=shared,/usr/local' '--with-mysql=shared,/usr/local' '--with-mysqli=shared,/usr/local/bin/mysql_config' '--with-iodbc=shared,/usr/local' '--with-pdo-mysql=shared,/usr/local' '--with-pdo-pgsql=shared,/usr/local' '--with-pgsql=shared,/usr/local' '--with-pspell=shared,/usr/local' '--enable-shmop=shared,/usr/local' '--enable-soap=shared,/usr/local' '--with-snmp=shared,/usr/local' '--enable-ucd-snmp-hack' '--with-pdo-dblib=shared,/usr/local' '--with-mssql=shared,/usr/local' '--with-tidy=shared,/usr/local' '--with-xmlrpc=shared' '--with-xsl=shared' '--enable-dom' '--enable-zip=shared,/usr/local' '--prefix=/usr/local' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules'
Just curious if you are experiencing problems or not?
And the winner is: /usr/local/etc/rc.d/php-fpm restart
I'm running Nginx with php-fpm for the first time. I'm used to restarting only Apache after adding in new modules.
Thanks for the help. I appreciate it.
— Dan Langille http://langille http://langille/.org/
On Feb 22, 2015, at 3:58 PM, Edgar Pettijohn edgar@pettijohn-web.com wrote:
On 02/22/15 14:55, Dan Langille wrote:
On Feb 22, 2015, at 3:52 PM, Edgar Pettijohn <edgar@pettijohn-web.com mailto:edgar@pettijohn-web.com> wrote:
On 02/22/15 14:40, David Coulson wrote:
On 2/22/15 3:15 PM, Dan Langille wrote:
i see them listed. What's up with that?
# php -m [PHP Modules]
Is Apache using the same php.ini file? Can you stub up a test phpinfo(); file and load it through a browser to see what mod_php is doing? _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net mailto:users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users http://lists.roundcube.net/mailman/listinfo/users
My bad. You shouldn't need to do anything special in php.ini since they are compiled in. What was your ./configure?
'./configure' '--enable-mysqlnd' '--enable-fpm' '--with-fpm-user=www' '--with-fpm-group=www' '--enable-pcntl=shared' '--with-sybase-ct=shared,/usr/local' '--enable-shared' '--disable-static' '--disable-rpath' '--with-config-file-path=/etc' '--enable-inline-optimization' '--with-pic' '--with-pear=/usr/local/share/php-5.4' '--with-config-file-scan-dir=/etc/php-5.4' '--with-pdo-sqlite' '--enable-sqlite-utf8' '--with-sqlite3' '--program-suffix=-5.4' '--with-readline' '--with-apxs=/usr/local/sbin/apxs' '--with-openssl' '--with-zlib' '--enable-xml' '--enable-wddx' '--enable-cli' '--with-iconv=/usr/local' '--with-gettext=/usr/local' '--enable-bcmath' '--enable-session' '--enable-calendar' '--enable-ctype' '--enable-ftp' '--with-pcre-regex' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--enable-mbstring' '--enable-exif' '--enable-zend-multibyte' '--enable-fastcgi' '--with-bz2=shared,/usr/local' '--with-curl=shared,/usr/local' '--enable-dba=shared' '--with-gdbm=/usr/local' '--with-gd=shared' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-zlib-dir=/usr' '--with-t1lib=/usr/local' '--with-freetype-dir=/usr/X11R6' '--with-xpm-dir=/usr/X11R6' '--with-gmp=shared,/usr/local' '--enable-intl=shared' '--with-icu-dir=/usr/local' '--with-imap=shared,/usr/local' '--with-imap-ssl' '--with-ldap=shared,/usr/local' '--with-mcrypt=shared,/usr/local' '--with-mysql=shared,/usr/local' '--with-mysqli=shared,/usr/local/bin/mysql_config' '--with-iodbc=shared,/usr/local' '--with-pdo-mysql=shared,/usr/local' '--with-pdo-pgsql=shared,/usr/local' '--with-pgsql=shared,/usr/local' '--with-pspell=shared,/usr/local' '--enable-shmop=shared,/usr/local' '--enable-soap=shared,/usr/local' '--with-snmp=shared,/usr/local' '--enable-ucd-snmp-hack' '--with-pdo-dblib=shared,/usr/local' '--with-mssql=shared,/usr/local' '--with-tidy=shared,/usr/local' '--with-xmlrpc=shared' '--with-xsl=shared' '--enable-dom' '--enable-zip=shared,/usr/local' '--prefix=/usr/local' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules'
'./configure' '--with-layout=GNU' '--localstatedir=/var' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--enable-libxml' '--enable-mysqlnd' '--with-libxml-dir=/usr/local' '--with-pcre-regex=/usr/local' '--with-zlib-dir=/usr' '--program-prefix=' '--enable-fpm' '--with-fpm-user=www' '--with-fpm-group=www' '--with-regex=php' '--with-zend-vm=CALL' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd9.3'
Just curious if you are experiencing problems or not?
No problems, just trying to add the options mentioned in the setup. — Dan Langille http://langille http://langille/.org/
Roundcube Users mailing list users@lists.roundcube.net mailto:users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users http://lists.roundcube.net/mailman/listinfo/usersDid you install from packages or ports?
All from packages created by my local poudriere. Thank you.
NOTE: problem has been solved. See my previous message.
— Dan Langille http://langille http://langille/.org/