Fedora :: Install OpenEMR With XAMPP. Error In Database?
May 2, 2010
I'm trying to install OpenEMR. Official directions how to install can be found here. They say it's required to install MySQL, Apache (or another PHP-capable webserver), and PHP5. So I installed XAMPP following this instructions. I'm not familiar with the XAMPP. I only managed to start it.
Now going back to OpenEMR, I copy the unzipped directory to
Code:
/opt/lampp/htdocs/
I open a browser and give
Code:
http://localhost/openemr/setup.php
i get:
[Code]...
View 3 Replies
ADVERTISEMENT
Nov 20, 2009
How to get XAMPP running successfully alongside SELinux? Fedora 12 Beta. If I disable SELinux, XAMPP runs fine. If I enable SELinux, I get the following errors:
/ # /opt/lampp/lampp start
opt/lampp/lampp startStarting XAMPP for Linux 1.7.2...
/opt/lampp/bin/php: error while loading shared libraries: libexslt.so.0: cannot enable executable stack as shared object requires: Permission denied
XAMPP: Starting Apache with SSL ...
/opt/lampp/bin/httpd: error while loading shared libraries: libexpat.so.0: cannot enable executable stack as shared object requires: Permission denied
XAMPP: Error 127! Couldn't start Apache!
XAMPP: Starting diagnose...
XAMPP: Sorry, I've no idea what's going wrong.
XAMPP: Please contact our forum [URL]
XAMPP: Starting MySQL...
/opt/lampp/bin/my_print_defaults: error while loading shared libraries: libz.so.1: cannot enable executable stack as shared object requires: Permission denied
/opt/lampp/bin/my_print_defaults: error while loading shared libraries: libz.so.1: cannot enable executable stack as shared object requires: Permission denied
XAMPP: Couldn't start MySQL!
XAMPP: Starting ProFTPD...
XAMPP: /opt/lampp/sbin/proftpd: error while loading shared libraries: libcrypto.so.0.9.8: cannot enable executable stack as shared object requires: Permission denied
XAMPP: Error 127! Couln't start ProFTPD!
XAMPP for Linux started.
I have tried the instructions here: [URL]. You need to change some of the date dependent directories to execute the commands. The above errors however are after applying the suggested changes.
View 13 Replies
View Related
Jun 23, 2010
i am new in linux and fedora,i cant install xampp 32 on fedora 64 what i am must to do? Post added at 05:54 AM CDT Previous post was at 05:08 AM CDT i have this error:
sudo /opt/lampp/lampp startapache XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system. The message is very clear that XAMPP doesn't like 32-bit system. So, we will need to cheat XAMPP that the system is 32-bit. First, we will need to install some libraries: i find this for fix this problem but i have error
yum -y install glibc.i686
yum -y install libgcc.i686
yum -y install libstdc++.i686
and now, we need to skip the 32-bit annoying check:
sudo nano /opt/lampp/lampp
Replace the following from:
[Code]...
View 1 Replies
View Related
Aug 9, 2010
I have opensuse 11.3 . i tried to install xampp but i have problems. when i try to extract the downloaded archive file to /opt with the command line:
I have an error message :
Then when i want to start xampp server with:
It didn't work because the file lampp does not exists in /opt/lampp
The command line ls /opt/lampp/ gives
View 2 Replies
View Related
Nov 15, 2009
I get this:
database disk image is malformed
View 2 Replies
View Related
Feb 5, 2010
This error pops up randomly since last night, what is it about? I thought its maybe related to [URL] but I did not install/update/change anything with yum or packagekit for a few days. Could it be a problem with the daily update-check?
View 2 Replies
View Related
Apr 2, 2010
I was installing a new system today and received this error message in terminal.
Error: database disk image is malformed
Since I got this error I can not install anything on the system nor do updates or upgrades.
I tried "yum clean all" and get no errors from that but still can't install via yum
View 1 Replies
View Related
Jun 29, 2010
I have such trouble with YUM:
$ sudo yum update
Total 807 kB/s | 192 MB 04:03
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Traceback (most recent call last): .....
File "/usr/lib/python2.6/site-packages/yum/sqlutils.py", line 166, in executeSQLQmark
return cursor.execute(query)
sqlite3.DatabaseError: database disk image is malformed
I already try clean yum cache and remove checksum data, rebuild rpm db, check / partition,
but no luck, problem still occurs.
View 8 Replies
View Related
Sep 17, 2010
I'm trying to follow the steps but I can't make it work:[URL]..I have finished: Step 1 and 2
And I'm stuck at Step 3: Start Here is a screenshot about the problems and what I did so far:
View 1 Replies
View Related
Oct 13, 2010
I am a new user to the linux world. I am trying to put together a working configuration of Ubuntu 10.04 with XAMPP 1.7.1. (final goal is working kalturaCE application). Anyway, I've gone through all the installation guidelines that I could find and was able to get ubuntu installed (very easy) along with the other two apps. I can successfully browse to the kaltura app from the local network but I cannot get to it from the outside world (cannot get to kaltura or the base XAMPP file)? Is there a configuration where I could have possibly only told apache to respond to localhost and local lan?
View 1 Replies
View Related
Apr 14, 2011
I'm trying to install Xampp on my virtual Fedora 14 desktop. When I open the terminal, sign in as administrator, and yum install Xampp I repeatedly get the message, "Child returned status 2, setting up Install Process, no package Xampp available" I get the same message after I download from a different mirror.
View 2 Replies
View Related
Feb 5, 2010
how to use Xampp and also how to configure mail agent in it
View 9 Replies
View Related
Dec 16, 2010
What do I need to start writing some php code? I've seen some tutorials where they install xampp, but I see it installs php, mysql and other stuff, my slackware already has mysql, so I don't know if installing xampp would cause some conflicts. What do I need to install considering that I already have mysql?
View 2 Replies
View Related
May 24, 2011
I'm trying to install a PECL module imagick into XAMPP, but it's not showing up on phpinfo();
The steps I've taken so far
1. Compiled Image Magick from source
2. Compiled imagick PECL module from source
3. Copied the .so files magicwand.so and imagick.so from /usr/lib/php/modules/ to /opt/lampp/lib/php/extensions/no-debug-non-zts-20060613
4. added
extension=imagick.so
extension=magickwand.so
View 1 Replies
View Related
Jun 16, 2011
I've setup a CentOS apache web server, and loaded a site onto it. The site previously was functioning under windows xp (before I "stepped in") and wamp. What I did was copy the site in /var/www, reconfigure the httpd.conf (DocumentRoot /var/www/site, etc). Although when I try to open the webpage I get this error: Database Error: Unable to connect to the database:The MySQL adapter "mysql" is not available.
[code]...
View 10 Replies
View Related
Dec 16, 2009
I need to work with MySQL database management Software.
But I don't know how it is install on our computer.
I heard that their is a so many step for this process .
View 2 Replies
View Related
May 17, 2011
I upgraded a system from 10.3 to 11.4 and I get the following error when trying to run mysql:
Will update MySQL now, if you encounter any problems, please read following file:
/usr/share/doc/packages/mysql-community-server/README.SuSE
Log files inconsistency, please merge following files manually:
/var/lib/mysql/mysqld.log
/var/log/mysqld.log
How can I correct this? Mysql will not start so I can not run any of the utilities.
View 2 Replies
View Related
Aug 16, 2011
I'm new to fedora and linux. I'm trying to add virtual hosts to my xampp server in /etc/hosts I added :
Code:
127.0.0.1 localhost.localdomain testsite
and in /opt/lampp/etc/extra/httpd-vhosts.conf added this:
Code:
<VirtualHost *:80>
# ServerAdmin webmaster@dummy-host.example.com
DocumentRoot /opt/lampp/htdocs/testsite
[Code]...
View 9 Replies
View Related
Jul 22, 2009
I've just installed LAMPP on F11 I wanted to share the process to make Xampp work on linux (fedora) 64 bit.
1- Download Lampp : [URL]../en/xampp-linux.html#374
2- log as root, and unzip the archive file in "/opt" : it is installed !
3- to launch lampp : log as root (or sudo), and use "/opt/lampp/lampp start"
You should have error messages ! So do the following : - modify "/opt/lampp/lampp" : comment this part of the script [URL]..it-rhel.html):
# XAMPP is currently 32 bit only
#case `uname -m` in
# *_64)
# if /opt/lampp/bin/php -v > /dev/null 2>&1
# then
# :
# else
[Code]...
View 6 Replies
View Related
Dec 23, 2010
I have installed Xampp on Fedora 11. After that I have gone to Mozilla Firefox Browser and wrote [URL].. on the address bar but it is not supporting Xampp, when I opened Konqueror Browser and wrote [URL].. on the address bar it is supporting Xampp and showing everything of Xampp. Now, is there any way to make Mozilla Firefox Browser work for Xampp?
View 2 Replies
View Related
Feb 11, 2010
i have ubuntu karmic 9.10 and when i try to update anything or install anything the a very similar error occurs."(Reading database . . . 55%dpkg: unrecoverable fatal error , aborting: files list file for package `com.palm.net.precoddr.fcoaster' contains empty filenameit repeats this message 3 times then gives up i believe.
View 9 Replies
View Related
Mar 26, 2011
i am trying to run open-emr using these instructions: [URL] i get as far as step 3 where this screen never seems to connect to mysql:
Quote:
OpenEMR Setup
Step 3
Configuring OpenEMR...
Connecting to MySQL Server...
i think i have everything installed:
[Code].....
View 1 Replies
View Related
Jul 28, 2011
while creating a new database iam facing the below problem
mysql> create database auto-download-gta; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-download-gta' at line 1
View 8 Replies
View Related
Jan 1, 2010
I met this problem when I was installing MaterialStudio4.4 .
error: db4 error(13) from dbenv->open: Permission denied
error: cannot open Packages index using db3 - Permission denied (13)
error: cannot open Packages database in /var/lib/rpm
View 2 Replies
View Related
Oct 12, 2010
I've just installed the Oracle Instant client using this: https://help.ubuntu.com/community/PHPOracle
The phpinfo() show me that oci8 is enable, but when I try to query that database I've got the following message:
PHP Code:
Code:
How to troubleshoot.
View 2 Replies
View Related
Mar 13, 2011
PHP Code:
#mysql -u root -pPassWordmysql> create database whatever;ERROR 1006 (HY000): Can't create database 'whatever (errno: 13)mysql>
Searching around I found a site that says the following:
PHP Code:
# chown -R root:mysql /usr/local/mysql# chown -R mysql:mysql /usr/local/mysql/data
/usr/local does not have a mysql folder There is a mysql in /usr/share but no data folder in /usr/share/mysql
what I need to do? I just installed mysql-server on this machine.
I am using: Server version: 5.0.75-0ubuntu10.5 (Ubuntu)
Ubuntu 9.04 Jaunty
View 3 Replies
View Related
Jun 7, 2010
I had my server going pretty good. Two sites being hosted. Wilmingtoncoc and Mikealrhughes. Last night we had Thunderstorms and Tornadoes come through. While I was out Tornado chasing. We lost power here for an instant and back on. When I came in the server was off. So I booted it back up. The mikealrhughes site is still working good. The Wilmingtoncoc site is giving me a Database read error, it is a WordPress site. Also I can't log into the Server using SSH. Where do I start to repair the problem? Do I reinstall SSH if so what is the command I use? Then how do I solve the WordPRess Database problem? Also when I try and issue a command from the Server with sudo in front of it I get an error message that says - sudo: must be setuid root - whatever that means. I couldn't find that in any of the books I have.
View 6 Replies
View Related
Mar 15, 2011
System is Fedora 13 64 bit. Today, an update dropped for all of the clamav packages. After they finished installing, I ran freshclam, and this is just part of the output of tail /var/log/messages:
[Code]...
I checked my DNS settings, my DNS server, and everything was good to go. I even removed all files from /var/lib/clamav, including the mirrors.dat file, and still no go, got the same errors. I downgraded all the packages, and still got the same thing... Is anyone else having this problem?
View 9 Replies
View Related
Jan 27, 2011
I'm creating a comment form for a website but when I try to connect the page with a database it gives me a parse error. here are the codes I wrote:
[Code]....
View 1 Replies
View Related
Jul 2, 2009
I have recently installed Java in my Ubuntu 9.04 environment so that I can teach myself Java. Basic Java programs work, but I am having trouble connecting to a MySQL database. I installed these packages using Synaptic Package Manager.
1.gsfonts-x11
2.java-common
3.odbcinst1debian1
4.sun-java6-bin
5.sun-java6-jdk
6.sun-java6-jre
7.unixodbc
After these packages were installed, I was not sure if I needed to do this, but I downloaded the MySQL connector from MySQL :: MySQL Connectors and installed in a directory called /home/mark/mysql/.
I then did "sudo gedit /etc/environment" and added a CLASSPATH to where I installed the connector:
Code:
I found an example Java program from Using JDBC with MySQL, Getting Started and stripped it down even further to test the MySQL connection.
This is the program I am running:
Code:
Could not find the main class: Jdbctest. Program will exit. I am new to Linux, Ubuntu, Java and MySQL, so I have probably left out something that is very obvious.
View 1 Replies
View Related