Browsing this Thread:   1 Anonymous Users





Requirements
Just popping in
Joined:
2007/4/7 13:22
Group:
Registered Users
Posts: 3
Level : 1; EXP : 10
HP : 0 / 2
MP : 1 / 27
Offline
Is there a complete list of requirements and version info. of all necesary modules and software i.e.: php, MySQL, Apache etc. that is required to install a complete Open EMR installation with Window$ 2003 server, advanced server, webserver or datacenter?

Will OpenEMR work with M$ SQL 2005+ ?

Is there a D/L for the OEMR Manual?

Is there anything I can do to help develop this application?

BL

Posted on: 2007/4/10 19:11
Transfer the post to other applications Transfer


Re: Requirements
Webmaster
Joined:
2005/12/3 10:27
Group:
Webmasters
Registered Users
Posts: 162
Level : 11; EXP : 78
HP : 0 / 269
MP : 54 / 3758
Offline
Is there a complete list of requirements and version info. of all necesary modules and software i.e.: php, MySQL, Apache etc. that is required to install a complete Open EMR installation with Window$ 2003 server, advanced server, webserver or datacenter?


There have been previous lisits of required versions but this has not been recently updated. Recent versions of Apache, PHP and MySQL have been working. Starting with OpenEMR 2.8.1, late versions of PHP 4, and PHP 5 work, (globals needs to be turned off)

Beginning with 2.8.2, MySQL 5 has been working with all tested versions of Linux. It has not yet been tested on MS 2003 server and related Microsoft versions but will likely work without modification.

I listed other loaded modules and my configure parameters from my production server below.

Generally there has not been a problem with Windows 2003 server, etc.

There has been trouble with the “Home” editions of Windows. Likely this is do to incomplete libraries.

Will OpenEMR work with M$ SQL 2005+ ?

The development team has been abstracting the database layer from the PHP. As such the goal is to make OpenEMR database independent. At this point no one has taken on the work of debugging the interface for use with MS SQL.

OpenEMR will likely work if you would be willing to work on the abstraction layer. A lot of the abstraction occurs in the file openemr/library/sql.inc. More specific information can be obtained from the development team at SourceForge:

http://sourceforge.net/forum/forum.php?forum_id=202506


Is there a D/L for the OEMR Manual?


No. But this should be easy to do.

Is there anything I can do to help develop this application?


Sure. Helping debug the MS SQL as noted about would be good. Again say hello on the developers forum. I could use help on this site updating the information about Microsoft installation of OpenEMR.

Thanks,

Sam Bowen, MD


From my production server:

Loaded Modules:

core prefork http_core mod_so mod_access mod_auth mod_auth_anon mod_auth_dbm mod_auth_digest mod_charset_lite mod_env mod_expires mod_headers mod_mime mod_negotiation mod_setenvif mod_log_config mod_logio mod_cgi mod_cgid mod_suexec mod_alias mod_rewrite mod_actions mod_autoindex mod_dir mod_ext_filter mod_deflate mod_include mod_php5

The Apache configure statement includes:

'./configure' '--prefix=/usr/lib64/php5' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/lib64/php5/man' '--infodir=/usr/lib64/php5/info' '--sysconfdir=/etc' '--cache-file=./config.cache' '--with-libdir=lib64' '--disable-cli' '--with-apxs2=/usr/sbin/apxs2' '--with-config-file-path=/etc/php/apache2-php5' '--with-config-file-scan-dir=/etc/php/apache2-php5/ext-active' '--without-pear' '--enable-bcmath' '--with-bz2' '--enable-calendar' '--disable-ctype' '--without-curl' '--without-curlwrappers' '--disable-dbase' '--disable-exif' '--without-fbsql' '--without-fdftk' '--disable-filepro' '--disable-ftp' '--with-gettext' '--without-gmp' '--disable-hash' '--without-hwapi' '--without-informix' '--without-kerberos' '--disable-mbstring' '--with-mcrypt' '--disable-memory-limit' '--without-mhash' '--without-ming' '--without-msql' '--without-mssql' '--with-ncurses' '--with-openssl' '--with-openssl-dir=/usr' '--disable-pcntl' '--disable-pdo' '--without-pgsql' '--disable-posix' '--with-pspell' '--without-recode' '--disable-simplexml' '--disable-shmop' '--without-snmp' '--disable-soap' '--disable-sockets' '--without-sybase' '--without-sybase-ct' '--disable-sysvmsg' '--disable-sysvsem' '--disable-sysvshm' '--without-tidy' '--disable-tokenizer' '--disable-wddx' '--disable-xmlreader' '--disable-xmlwriter' '--with-xmlrpc' '--without-xsl' '--with-zlib' '--disable-debug' '--enable-dba' '--without-cdb' '--with-db4' '--without-flatfile' '--without-gdbm' '--without-inifile' '--without-qdbm' '--without-freetype-dir' '--without-t1lib' '--disable-gd-jis-conv' '--disable-gd-native-ttf' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--with-gd' '--with-mysql=/usr/lib/mysql' '--with-mysql-sock=/var/run/mysqld/mysqld.sock' '--with-mysqli=/usr/bin/mysql_config' '--with-readline' '--without-libedit' '--without-mm' '--without-sqlite'

Posted on: 2007/4/16 9:28
Transfer the post to other applications Transfer


Re: Requirements
Just popping in
Joined:
2007/4/7 13:22
Group:
Registered Users
Posts: 3
Level : 1; EXP : 10
HP : 0 / 2
MP : 1 / 27
Offline
Ok Thanks. Now, where can I change the timeout on setup? I keep geting this error:

Fatal error: Maximum execution time of 60 seconds exceeded in C:\Program Files\Xampp\htdocs\openemr\setup.php on line 257

It seems to be building the database and initial tables, but times out before it is complete and I can't get any further. As soon as I get it going I'll give you a better step-by-step Windows 2003 Server installation guide as it worked for me.

Thanks,
Brad

Posted on: 2007/5/23 9:25
Transfer the post to other applications Transfer


Re: Requirements
Webmaster
Joined:
2005/12/3 10:27
Group:
Webmasters
Registered Users
Posts: 162
Level : 11; EXP : 78
HP : 0 / 269
MP : 54 / 3758
Offline
Dear Brad,

Did you solve this timeout problem?

Loading the tables for OpenEMR never takes more than a few seconds. I don't really think this timeout is coming from inside OpenEMR and is more likely being triggered by the Webserver (?Apache or IIS?) or your Windows 2003.

Sam Bowen, MD

Posted on: 2007/6/21 8:42
Transfer the post to other applications Transfer


Re: Requirements
Just popping in
Joined:
2007/4/7 13:22
Group:
Registered Users
Posts: 3
Level : 1; EXP : 10
HP : 0 / 2
MP : 1 / 27
Offline
Yes I did solve the time out issue. Turns out the problem was hard drive failure! Imagine that! A new Seagate has now been replaced with a newer WD and everything installed smoothly. I should have known better than to use a Seagate on a production server in the first place. I have been rather busy with other corporate IT issues for the past few months but now I am able to refocus on my OEMR server installation hopefully for a while. I'm quite anxious to see this wonderful idea in operation.

Thanks again,
Brad

Posted on: 2007/9/7 20:41
Transfer the post to other applications Transfer


Re: Requirements
Webmaster
Joined:
2005/12/3 10:27
Group:
Webmasters
Registered Users
Posts: 162
Level : 11; EXP : 78
HP : 0 / 269
MP : 54 / 3758
Offline
Thanks Brad for the resolution.

Sam Bowen
www.oemr.org

Posted on: 2007/9/29 5:43
Transfer the post to other applications Transfer


Re: Requirements
Just popping in
Joined:
2009/10/21 23:37
Group:
Registered Users
Posts: 1
Level : 1; EXP : 0
HP : 0 / 0
MP : 0 / 0
Offline
thanks for assisting us on finding the solution regarding to this matter. and also, thanks for providing the list of requirements needed. in behalf of my partner, thank you very much.

Lewis Group Debt Collectors

Posted on: 2009/10/23 4:32
Transfer the post to other applications Transfer


Re: Requirements
Just popping in
Joined:
2009/10/26 9:21
Group:
Registered Users
Posts: 1
Level : 1; EXP : 0
HP : 0 / 0
MP : 0 / 0
Offline
Thanks for the help. This is really useful. I have been looking for this.



wartrol

Posted on: 2009/10/27 7:15
Transfer the post to other applications Transfer


Re: Requirements
Just popping in
Joined:
2009/12/21 14:44
From NorCal
Group:
Registered Users
Posts: 2
Level : 1; EXP : 2
HP : 0 / 0
MP : 0 / 1
Offline
Do you know if there's any compatibility issues with Windows 7? Thank you for all the invaluable information!

Thanks,
Wartrol.

Posted on: 2009/12/21 15:26
Transfer the post to other applications Transfer


Re: Requirements
Just popping in
Joined:
5/28 11:17:31
Group:
Registered Users
Posts: 1
Level : 1; EXP : 0
HP : 0 / 0
MP : 0 / 0
Offline
Ditto on the post above. Great information that really helped me out.

How To Make Your Computer Faster

Posted on: 5/28 11:22:39
Transfer the post to other applications Transfer






You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You can vote in polls.
You cannot attach files to posts.
You cannot post without approval.

[Advanced Search]


Popular Links
Wiki Index
Login
Username:

Password:


Lost Password?

Powered by XOOPS 2.2.3 Final © 2001-2005 The XOOPS Project