Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Lampp Stack

  1. #1
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Question Lampp Stack

    Is there a Lampp stack out there that already has the new bits and peices that SugarCRM 4.5 needs? I am using xampp currently and it works but lacks curl and the new json stuff.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  2. #2
    malcolmh's Avatar
    malcolmh is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Aug 2004
    Posts
    1,712

    Default Re: Lampp Stack

    Quote Originally Posted by kbrill
    Is there a Lampp stack out there that already has the new bits and peices that SugarCRM 4.5 needs? I am using xampp currently and it works but lacks curl and the new json stuff.
    Ken, you can stay with XAMPP (I use it too). curl is already available, you just need to uncomment the appropriate line.

    Geourge_bbch wrote a thread about where to get the JSON DLL and how to integrate it, one additional line in your php.ini file.

    http://www.sugarcrm.com/forums/showthread.php?t=14376
    Last edited by malcolmh; 2006-08-03 at 07:04 PM.
    Cheers Malcolm

    Genius4U Limited - Ingenious simple IT solutions for you / Genial einfache IT Lösungen für Sie
    http://www.genius4u.com or http://www.genius4u.de

  3. #3
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Lampp Stack

    That thread is good for those saddled with windows but I can't get it to compile on my Linux boxes. Not really my area of expertize. Also, what file would you modify to get curl to work? I can't find in anywhere in the distribution (The linux distro that is)
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  4. #4
    malcolmh's Avatar
    malcolmh is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Aug 2004
    Posts
    1,712

    Default Re: Lampp Stack

    Quote Originally Posted by kbrill
    That thread is good for those saddled with windows but I can't get it to compile on my Linux boxes. Not really my area of expertize. Also, what file would you modify to get curl to work? I can't find in anywhere in the distribution (The linux distro that is)
    Curl is already compiled in to the XAMPP distribution, it just needs to be uncommented in the php.ini file
    Cheers Malcolm

    Genius4U Limited - Ingenious simple IT solutions for you / Genial einfache IT Lösungen für Sie
    http://www.genius4u.com or http://www.genius4u.de

  5. #5
    Jacob's Avatar
    Jacob is offline Senior Member
    Join Date
    Oct 2004
    Posts
    331

    Default Re: Lampp Stack

    I have added some enhanced caching to 4.5 that will help decrease the need for the JSON module. It is incredibly efficient with a caching PHP accelerator (I am planning on supporting Zend Platform and eAccelerator in the 4.5 release).

    For enabling cURL, look for curl (case insenstive) in your php.ini file. There will hopefully be a line for it that you can just uncomment.

    Jacob

  6. #6
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Lampp Stack

    I was looking into php accelerators and I installed Zend Optimizer on one linux server and eaccellerator on another. Both machines are idenitcal. To my surprise the Zend product had a more visible result. That machine 'seemed' much snappier than the eaccerator machine. This is a little puzzling considering what each product is doing behind the scenes, and I did not write any fancy timers or anything. Considering how easy zend was to install I would consider recommending it to my customers.

    Quote Originally Posted by jason
    (I am planning on supporting Zend Platform and eAccelerator in the 4.5 release).
    what would be needed to 'support' either of these. Would the Zend Optimizer also be 'supported'?
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  7. #7
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Angry Re: Lampp Stack

    Quote Originally Posted by Jacob
    For enabling cURL, look for curl (case insenstive) in your php.ini file. There will hopefully be a line for it that you can just uncomment.
    Jacob
    It looks like XAMPP has curl support for windows but not linux.

    Still looking for that perfect (or at least alternate) Lamp stack.....
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  8. #8
    malcolmh's Avatar
    malcolmh is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Aug 2004
    Posts
    1,712

    Default Re: Lampp Stack

    We use both XAMPP for Windows and for Linux, version 1.51. In the Windows version we had to uncomment a line, in the Linux version iiis bulit in by default
    Cheers Malcolm

    Genius4U Limited - Ingenious simple IT solutions for you / Genial einfache IT Lösungen für Sie
    http://www.genius4u.com or http://www.genius4u.de

  9. #9
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Lampp Stack

    Quote Originally Posted by malcolmh
    We use both XAMPP for Windows and for Linux, version 1.51. In the Windows version we had to uncomment a line, in the Linux version iiis bulit in by default
    I can only fiind one line in the ini file that references curl and its for the windows DLL file,
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  10. #10
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Lampp Stack

    Quote Originally Posted by kbrill
    I can only fiind one line in the ini file that references curl and its for the windows DLL file,
    OK, now I see it, but when I install Sugar On it I get a complaint that curls cant be found and the the scheduler will be less usful or something.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

Page 1 of 2 12 LastLast

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
  •