Re: roundcube installation php modules

2018-07-11 Thread Teno Deuter
here is an example: ;extension=php_bz2.dll ;extension=php_curl.dll ;extension=php_fileinfo.dll ;extension=php_gd2.dll extension=/usr/local/lib/php-5.6/modules/gd.so ;extension=php_gettext.dll ;extension=php_gmp.dll ;extension=php_intl.dll extension=/usr/local/lib/php-5.6/modules/intl.so

Re: roundcube installation php modules

2018-07-11 Thread Danny AwesomeRetro
Yeah i missed it,my bad. To be fair,it is noted in the readme file,but nowhere in any tutorials online. Just a stupid mistake to miss i guess. Unsure if we are at emf,we do a _lot_ of events,i think so? ;) Cheers, Danny On 07/11/2018 01:04 PM, Stuart Henderson wrote: >> On 07/10/2018 04:25

Re: roundcube installation php modules

2018-07-11 Thread Stuart Henderson
> On 07/10/2018 04:25 PM, Vijay Sankar wrote: >> Sorry to interject -- just wondering if you read the instructions >> towards the bottom in /usr/local/share/doc/pkg-readmes for php-5.6. It >> specifically says On 2018-07-10, Danny AwesomeRetro wrote: > No problem,that fixed the issue for me ;) >

Re: roundcube installation php modules

2018-07-10 Thread Jay Williams
Create a php file with inside, and confirm that PHP-FPM is picking up the extensions. I'd also confirm via the command line, using a command such as: $ php-5.6 -i | grep intl -- Jay Williams > On Jul 10, 2018, at 07:00, Teno Deuter wrote: > > Dear list, > > in a OpenBSD 6.3 machine I run

Re: roundcube installation php modules

2018-07-10 Thread Gonzalo L. Rodriguez
On [10/07/18] [02:59P], Danny AwesomeRetro wrote: No problem,that fixed the issue for me ;) thank you,this has cost me around 18 hours of searching Cheers, Danny On 07/10/2018 04:25 PM, Vijay Sankar wrote: Sorry to interject -- just wondering if you read the instructions towards the bottom

Re: roundcube installation php modules

2018-07-10 Thread Danny AwesomeRetro
No problem,that fixed the issue for me ;) thank you,this has cost me around 18 hours of searching Cheers, Danny On 07/10/2018 04:25 PM, Vijay Sankar wrote: > Sorry to interject -- just wondering if you read the instructions > towards the bottom in /usr/local/share/doc/pkg-readmes for php-5.6.

Re: roundcube installation php modules

2018-07-10 Thread Vijay Sankar
Sorry to interject -- just wondering if you read the instructions towards the bottom in /usr/local/share/doc/pkg-readmes for php-5.6. It specifically says # cd /etc/php-5.6.sample # for i in *; do ln -sf ../php-5.6.sample/$i ../php-5.6/; done HTH, Vijay Quoting Teno Deuter :

Re: roundcube installation php modules

2018-07-10 Thread Danny AwesomeRetro
Could you give me an example of defining absolute path to the module? Cheers, Danny On 07/10/2018 03:07 PM, Teno Deuter wrote: > actually I had to define the absolute path to the module. After doing > this it did work! > > I still have the issue with Imagick though! There is no module for >

Re: roundcube installation php modules

2018-07-10 Thread Danny AwesomeRetro
Personally i am also having the same issue with php/php-fpm,but with a nextcloud instance. Interested in this thread. Regards, Danny On 07/10/2018 02:30 PM, Teno Deuter wrote: > sorry forgot to mention that after doing the below changes I did > restart the server! > > Thank you > > On Tue,

Re: roundcube installation php modules

2018-07-10 Thread Martijn van Duren
On 07/10/18 14:00, Teno Deuter wrote: > Dear list, > > in a OpenBSD 6.3 machine I run httpd and opensmptd and try to intall > roundcubemail 1.3.5 from the OpenBSD packages repository. > > When running the installer, in the first page, I get following warnings: > > FileInfo: OK > Libiconv: OK

Re: roundcube installation php modules

2018-07-10 Thread Teno Deuter
actually I had to define the absolute path to the module. After doing this it did work! I still have the issue with Imagick though! There is no module for that in OpenBSD repository as it's already integrated in php - correct? In that case should I ignore that? Thank you On Tue, Jul 10, 2018 at

Re: roundcube installation php modules

2018-07-10 Thread Teno Deuter
sorry forgot to mention that after doing the below changes I did restart the server! Thank you On Tue, Jul 10, 2018 at 2:29 PM, Teno Deuter wrote: > here are my current extension settings in php-5.6.ini: > > ;extension=php_bz2.dll > ;extension=php_curl.dll > ;extension=php_fileinfo.dll > >

Re: roundcube installation php modules

2018-07-10 Thread Teno Deuter
here are my current extension settings in php-5.6.ini: ;extension=php_bz2.dll ;extension=php_curl.dll ;extension=php_fileinfo.dll extension=php_gd2.dll ;extension=php_gettext.dll ;extension=php_gmp.dll extension=php_intl.dll ;extension=php_imap.dll ;extension=php_interbase.dll

Re: roundcube installation php modules

2018-07-10 Thread edgar
Have you altered your php.ini to load the extensions and restart php-fpm? On Jul 10, 2018 7:00 AM, Teno Deuter wrote: > > Dear list, > > in a OpenBSD 6.3 machine I run httpd and opensmptd and try to intall > roundcubemail 1.3.5 from the OpenBSD packages repository. > > When running the installer,