Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rasheid

Pages: [1]
1
Installation / Solved - Imap not Compiled with php7.1.0-dev Help
« on: June 12, 2016, 03:05:10 AM »
 :) :) :) :)
Everything works now

PHP Selector
Click "edit flag" for php7 > just remove the "--with-recode=/usr" line, and add
--with-imap
--with-imap-ssl
--with-kerberos
 at the bottom of the file and Save
>Tick the "PHP 7.x" Check box > Install dependencies (Follow log using the tail command and wait until finished)
>Tick the "PHP 7.x" Check box> Start Compile (Follow log using the tail command and wait until finished)

PHP Version Switcher
> Select php 7.X (latest development) > click "Next"
> Remove the line "--with-recode=/usr"
> Check the "Install Imap" check box
> Click "Start compile in background"

This worked for me hopefully it will work for you also

2
Installation / Re: Imap not Compiled with php7.1.0-dev Help
« on: June 12, 2016, 02:44:13 AM »
http://php.net/manual/en/imap.installation.php
PHP website has the following:

Warning
The IMAP, recode, YAZ and Cyrus extensions cannot be used in conjunction, because they share the same internal symbols. Note: Yaz 2.0 and above does not suffer from this problem.

Im gonna remove recode from the compile configuration on the on the selector and compile, then from the version switcher and compile to see what happens

3
Installation / Re: Imap not Compiled with php7.1.0-dev Help
« on: June 12, 2016, 02:04:54 AM »
using the php selector i get this at he end of compiling:
configure: error: recode extension can not be configured together with: imap

4
Installation / Solved - Imap not Compiled with php7.1.0-dev Help
« on: June 12, 2016, 12:15:09 AM »
I've been trying to install/compile imap with the php 7.1.0-dev with the php switcher, and trying bash found on the internet for the past few hours to no avail.
I have tried manually inputting the following for compiling with the switcher simultaneously and individually with checking the imap button;
--with-imap
--with-imap-ssl
--with-kerberos
The module list does not show imap. Has anyone gotten this to work yet.

5
PHP / Re: PSPELL MODULE
« on: May 11, 2016, 06:18:16 PM »
I just solved this, about a minute ago"
> Login to your CWP
> Go to PHP Version Switcher
> Select your php version and click next
> In the Advance Configuration Text field add at the bottom:
--with-pspell
Dont forget to enable imap (not necessary but is important if you were running mail before)

> click Start Complier in the Background
this will take about 8-9 minutes to complete, when finish you should have pspell

Pages: [1]