Results 1 to 2 of 2

Thread: Mac OS X

  1. #1
    jarusinsky is offline Junior Member
    Join Date
    Nov 2005
    Posts
    1

    Default Mac OS X

    Has anyone tried to run SugarCRM OS on the OS X? If so can you post any tips, tricks or tutorials?

  2. #2
    mfleeger is offline Advanced Support Engineer
    Join Date
    Dec 2005
    Location
    Pittsburgh, PA, US
    Posts
    39

    Default Re: Mac OS X

    Here's what I have to offer on the subject:

    MacOS X comes with PHP, though it is not enabled by default. You can enable it by uncommenting the following lines in /etc/httpd/httpd.conf...

    LoadModule php4_module libexec/httpd/libphp4.so
    ...
    AddModule mod_php4.c

    Also:

    <IfModule mod_php4.c>
    # If php is turned on, we repsect .php and .phps files.
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps

    # Since most users will want index.php to work we
    # also automatically enable index.php
    <IfModule mod_dir.c>
    DirectoryIndex index.html index.php
    </IfModule>
    </IfModule>

    ...

    Something that I found to take note of on MacOS X 10.4 is that it comes with PHP 4.3.11, which is prone to what is described in
    this thread, when combined with mysql 4.1+.x... I had the best luck, as a result, with a 4.0 release of mysql...

    Hope that helps!

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
  •