From owner-freebsd-ports@FreeBSD.ORG Mon May 16 03:46:17 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE4AF16A4CE for ; Mon, 16 May 2005 03:46:17 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4862C43DB1 for ; Mon, 16 May 2005 03:46:17 +0000 (GMT) (envelope-from patrick_thomasson@comcast.net) Received: from [192.168.1.78] (pcp07749136pcs.nrockv01.md.comcast.net[69.138.192.142]) by comcast.net (rwcrmhc11) with SMTP id <20050516034606013005fhnge>; Mon, 16 May 2005 03:46:16 +0000 Mime-Version: 1.0 (Apple Message framework v728) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <8E1C147D-41B1-4C08-93DA-03E951F34793@comcast.net> Content-Transfer-Encoding: 7bit From: Patrick Thomasson Date: Sun, 15 May 2005 23:45:59 -0400 To: nick@foobar.org X-Mailer: Apple Mail (2.728) cc: ports@FreeBSD.org Subject: FreeBSD Port: sugarcrm-2.5.1b X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 03:46:17 -0000 Hi Nick - Thanks for helping make sugarcrm available on FreeBSD! I'm working on a dual PII, with 5.3, I've cvsup'ed the ports tree and compiled a custom kernel with SMP. Here's a few of things that may be of interest to you (particularly #3): First, the sugarcrm folder is installed into /usr/local/www and the default document root for apache in httpd.conf is set to /usr/local/ www/data. I worked around it first by moving the folder, then by moving the folder back and updating the httpd.conf. Second, when I point my browser to http://myserver/sugarcrm. I see a directory listing instead of a page. It's not the end of the world because I can click on the php files, but that brings me to the next point... Third, I think the sugarcrm-2.5.1b port depends also on php4-pcre. It builds ok without it but when I tried configuring it via a browser (clicking on the php files), I got errors about undefined functions including preg_replace() and preg_match(). I made and installed php4- pcre and then it works. Finally, I'm new to FreeBSD (and returning to a unix environment after ~5 year hiatus) so it's possible I'm doing something wrong. I'm not looking for help but if I'm doing something blatantly wrong or you are not the person to contact about this please let me know! Thanks again! Patrick