IMAP

Hi
I am trying to get IMAP functionaity working in SLES 11 SP3, but php53-imap is completely missing.
New to SLES, but this seemed odd.
I have manged to find and install anRPM for php53-imap but still cannot get PHO to load it.
I now seem to be missing imap.so in etc/lib64

Any help please? I am tearing my hair out and need IMAP fpr the CRM we are installing!

Is it right that IMAP is missing frm PHP53 on SLES/Apache2??

Cheers

Dave

Also, if I run php -m I get:-

PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/lib64/php5/extensions/imap.so’ - /usr/lib64/php5/extensions/imap.so: wrong ELF class: ELFCLASS32 in Unknown on line 0

On 30/06/2014 16:34, davea66 wrote:
[color=blue]

I am trying to get IMAP functionaity working in SLES 11 SP3, but
php53-imap is completely missing.
New to SLES, but this seemed odd.
I have manged to find and install anRPM for php53-imap but still cannot
get PHO to load it.
I now seem to be missing imap.so in etc/lib64

Any help please? I am tearing my hair out and need IMAP fpr the CRM we
are installing![/color]

Given your follow up reply where did you get php53-imap from?
[color=blue]

Is it right that IMAP is missing frm PHP53 on SLES/Apache2??[/color]

Whilst php53-imap is missing from SLES11 SP3 it is available as part of
the Software Development Kit for SLE11 (so applies to both Server and
Desktop).

The SLE11 SP3 SDK is available for download from
https://download.suse.com/Download?buildid=hF8sRGTVC04~

HTH.

Simon
SUSE Knowledge Partner


If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below. Thanks.

[QUOTE=smflood;22277]On 30/06/2014 16:34, davea66 wrote:
[color=blue]

I am trying to get IMAP functionaity working in SLES 11 SP3, but
php53-imap is completely missing.
New to SLES, but this seemed odd.
I have manged to find and install anRPM for php53-imap but still cannot
get PHO to load it.
I now seem to be missing imap.so in etc/lib64

Any help please? I am tearing my hair out and need IMAP fpr the CRM we
are installing![/color]

Given your follow up reply where did you get php53-imap from?
[color=blue]

Is it right that IMAP is missing frm PHP53 on SLES/Apache2??[/color]

Whilst php53-imap is missing from SLES11 SP3 it is available as part of
the Software Development Kit for SLE11 (so applies to both Server and
Desktop).

The SLE11 SP3 SDK is available for download from
https://download.suse.com/Download?buildid=hF8sRGTVC04~

HTH.

Simon
SUSE Knowledge Partner


If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below. Thanks.
------------------------------------------------------------------------[/QUOTE]

Thanks for the pointer, i will give this a go!
Cheers

Dave

Hi Dave,

[QUOTE=davea66;22276]Also, if I run php -m I get:-

PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/lib64/php5/extensions/imap.so’ - /usr/lib64/php5/extensions/imap.so: wrong ELF class: ELFCLASS32 in Unknown on line 0[/QUOTE]

that indicates you installed 32bit stuff on a 64bit server - and I strongly suggest to follow Simon’s approach and use the SDK to hunt for the missing package(s). Nevertheless you should clean up the installation of the foreign package first.

Regards,
Jens

[QUOTE=jmozdzen;22310]Hi Dave,

that indicates you installed 32bit stuff on a 64bit server - and I strongly suggest to follow Simon’s approach and use the SDK to hunt for the missing package(s). Nevertheless you should clean up the installation of the foreign package first.

Regards,
Jens[/QUOTE]

Yes, this has sorted it thanks, I removed the wrong package and added imap related packeges from the SDK, and now I have a properly loaded imap module!
Thanks for your help guys!
Dave

Thank for the pointer, the SDK has fixed the problem!
Cheers

dave