Bala Subramaniam wrote:
Hi,

I posted earlier (log files included) the details of the error encountered 
while installing the Nov 30th release of care2x titled as 2.5RC2.

I would be grateful to hear from anyone who has been able to install version 
2.5 RC2 successfully. If yes, could you please narrate the magic to make it 
work?

Regards
I also got problems Bala.

  1. Installer didn't create ICD10 EN (english) table, so I had to
     create it manually (while Installer is in progress) before loading
     ICD10-EN:

     DROP TABLE IF EXISTS `care_icd10_en`;
     CREATE TABLE `care_icd10_en` (
       `diagnosis_code` varchar(12) collate latin1_general_ci NOT NULL,
       `description` text collate latin1_general_ci NOT NULL,
       `class_sub` varchar(5) collate latin1_general_ci NOT NULL,
       `type` varchar(10) collate latin1_general_ci NOT NULL,
       `inclusive` text collate latin1_general_ci NOT NULL,
       `exclusive` text collate latin1_general_ci NOT NULL,
       `notes` text collate latin1_general_ci NOT NULL,
       `std_code` char(1) collate latin1_general_ci NOT NULL,
       `sub_level` tinyint(4) NOT NULL default '0',
       `remarks` text collate latin1_general_ci NOT NULL,
       `extra_codes` text collate latin1_general_ci NOT NULL,
       `extra_subclass` text collate latin1_general_ci NOT NULL,
       PRIMARY KEY  (`diagnosis_code`),
       KEY `diagnosis_code` (`diagnosis_code`)
     ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

  2. Apache always crashes with Segmentation fault. I'm running Ubuntu
     7.10 Gutsy Gibbon JeOS edition. I've tried both XAMPP package and
     also compiled PHP4 from scratch. Still Segmentation fault. :-((

     [Mon Dec 31 13:34:01 2007] [notice] Apache/2.2.4 (Ubuntu)
     PHP/4.4.7 configured -- resuming normal operations
     [Mon Dec 31 13:34:05 2007] [notice] child pid 18157 exit signal
     Segmentation fault (11)
     [Mon Dec 31 13:34:06 2007] [notice] child pid 18158 exit signal
     Segmentation fault (11)
     [Mon Dec 31 13:34:06 2007] [notice] child pid 18159 exit signal
     Segmentation fault (11)
     [Mon Dec 31 13:35:49 2007] [notice] caught SIGWINCH, shutting down
     gracefully
     [Mon Dec 31 13:35:59 2007] [notice] Apache/2.2.4 (Ubuntu)
     PHP/4.4.7 configured -- resuming normal operations
     [Mon Dec 31 13:36:01 2007] [notice] child pid 18336 exit signal
     Segmentation fault (11)
     [Mon Dec 31 13:36:39 2007] [notice] caught SIGWINCH, shutting down
     gracefully
     [Mon Dec 31 13:36:49 2007] [notice] Apache/2.2.4 (Ubuntu)
     PHP/4.4.7 configured -- resuming normal operations
     [Mon Dec 31 13:36:52 2007] [notice] child pid 18377 exit signal
     Segmentation fault (11)

Man, I needed this badly. Anyone help us please?
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to