Results 1 to 1 of 1

Thread: This system does not have the IMAP c-client libraries...

  1. #1
    enyartd is offline Sugar Community Member
    Join Date
    Sep 2006
    Posts
    14

    Lightbulb IMAP c-client libraries...

    I found this answer after about a week of searching.
    I just wanted to make it easier for the next guy.


    This actually applies to all the error you receive about not having this or that compiled with php

    found my problem, hope can help people in the same situation:
    my php.ini extension directory was pointing to a variable, something like &&&BITROCKETENSIONS&&.
    changet it to the real path, everithing working ok now.


    So for example your old php.ini file reads


    Code:
    ; Directory in which the loadable extensions (modules) reside.
    extension_dir = @@BITROCK_PHP_EXTENSIONDIR@@

    you will need to change it to read

    Code:
    ; Directory in which the loadable extensions (modules) reside.
    extension_dir = D:/sugarcrm/php/extensions
    #@@BITROCK_PHP_EXTENSIONDIR@@
    once you have made this change restart the sugarApache service. (or you can just reboot the computer)

    i'm sure there are other problems but this one sure gave me a headache for a while.

    thanx
    Last edited by enyartd; 2006-09-15 at 08:19 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •