Search found 34 matches
- Thu Sep 03, 2009 5:56 pm
- Forum: Installation Trouble
- Topic: Problem with Imagick.so
- Replies: 4
- Views: 7513
I decided to remove lampp and PacsOne from the system and install each package (httdp, mysqld and php) on its own. Obviously the license is now missing due to the new installation, but that's not a problem. Everything else is up and running as expected in full 64-Bit. The problem with Lampp is, ther...
- Wed Sep 02, 2009 2:23 pm
- Forum: Installation Trouble
- Topic: Problem with Imagick.so
- Replies: 4
- Views: 7513
Problem with Imagick.so
Hi, got a little problem loading the imagick.so extension from PacsOne. System: Fedora Linux 11 64-Bit, lampp 1.6.8a (this is only available in 32 bit, but runs perfectly on a 64 bit system). PacsOne is the current 64 bit version. Installation so far has completed successfully. I then modified httpd...
- Sun Aug 09, 2009 12:22 am
- Forum: Installation Trouble
- Topic: Problem with Fedora Core 11 and libmysqlclient
- Replies: 4
- Views: 2169
A little update. I've tried the symlinks before with no luck. I then went back to MySQL 5.0 and libmysqlclient.so.15 was on the system. ldconfig showed these properly installed, but ldd Setup.exe still could not find it. :? I then installed the MySQL-shared-compat-5.0 package which solved the proble...
- Fri Aug 07, 2009 4:02 pm
- Forum: Installation Trouble
- Topic: Problem with Fedora Core 11 and libmysqlclient
- Replies: 4
- Views: 2169
- Fri Aug 07, 2009 11:00 am
- Forum: Installation Trouble
- Topic: Problem with Fedora Core 11 and libmysqlclient
- Replies: 4
- Views: 2169
Problem with Fedora Core 11 and libmysqlclient
Hi all, I'm in the process of installing a new PacsOne Server and thought I'd use the latest version of Fedora since all previous versions were working fine with it. I'm running the 64-bit version of Fedora Core 11 and the latest version of lampp (1.7.1). PacsOne is checking for libmysqlclient.so.15...
- Mon May 19, 2008 4:42 pm
- Forum: Installation Trouble
- Topic: Problem upgrading from 3.1.8 to 6.1.1
- Replies: 4
- Views: 2421
The SYSV hash version did indeed work. I ran into a ton of library dependency problems due to the old version lampp (1.4.9) though. So I kept Fedora Core 4 and installed the latest Lampp 1.6.6, did a fresh install of PacsOne 6.1.1 and started an import job on all the files on the raid partition (ove...
- Mon May 19, 2008 6:47 am
- Forum: Installation Trouble
- Topic: Problem upgrading from 3.1.8 to 6.1.1
- Replies: 4
- Views: 2421
Thank you, downloaded it already to the server and will try to install it later. I also got rid of the license error by applying the following command to the database:
I'll report back later, once I tried to install 6.1.1.
Thanks again.
Code: Select all
update patient set lastaccess=NOW();
Thanks again.
- Sun May 18, 2008 8:40 pm
- Forum: Installation Trouble
- Topic: Problem upgrading from 3.1.8 to 6.1.1
- Replies: 4
- Views: 2421
As a little side note, after the upgrade procedure didn't work, I tried to go back to version 3.1.8 (which I backed up). Something was screwed while trying to apply the upgrade. I started to have trouble with mysql, which I solved and now the license files (the original for version 3.1.8 and the new...
- Sun May 18, 2008 6:32 pm
- Forum: Installation Trouble
- Topic: Problem upgrading from 3.1.8 to 6.1.1
- Replies: 4
- Views: 2421
Problem upgrading from 3.1.8 to 6.1.1
Hi, so after the problems with the new server are solved, I tried to upgrade an old 3.1.8 installation to 6.1.1 and ran into a somewhat odd problem. I followed the upgade instructions and when I execute ./Setup.exe I'm getting no output at all, just a floating point exception. When I try to execute ...
- Sun May 18, 2008 6:19 pm
- Forum: Installation Trouble
- Topic: Import trouble
- Replies: 2
- Views: 1356
- Fri May 16, 2008 9:19 am
- Forum: Installation Trouble
- Topic: Import trouble
- Replies: 2
- Views: 1356
Import trouble
Hi, I recently installed a new version of PacsOne which works as a backup system to the primary PacsOne system. I copied over all images (over 2TB of data) with the scp command and tried to import the images via the import feature of PacsOne. It looks like that is working, however due to the large n...
- Mon Mar 17, 2008 9:49 pm
- Forum: Installation Trouble
- Topic: Problem loading imagick.so in MacOS X Server
- Replies: 23
- Views: 35173
Thanks for the quick reply. That was indeed the problem. Everything still pointed to the mysql.sock and mysql server that's coming with XAMPP. I had a symbolic link in /Applications/xampp/xamppfiles/var/mysql/ which pointed to /tmp/mysql.sock , of course that old file had the sticky bit set and serv...
- Mon Mar 17, 2008 2:54 pm
- Forum: Installation Trouble
- Topic: Problem loading imagick.so in MacOS X Server
- Replies: 23
- Views: 35173
Ok, next problem. After dumping the MySQL release that comes with XAMPP and switching to the MySQL server in Leopard, everything seems fine so far, but I can't log into PacsOne via the web interface. I've re-installed PacsOne, database is there. I can log into the MySQL server using mysql -u root -p...
- Fri Mar 14, 2008 10:27 pm
- Forum: Installation Trouble
- Topic: Problem loading imagick.so in MacOS X Server
- Replies: 23
- Views: 35173
There's definitely a stability issue with MySQL here. I have the exact same problem now. After I copied over the full PacsOne licese and restarted the server, mysql.sock is gone and there's no way to bring it back and log into MySQL. Very annoying problem. So on monday, I will use the xampp package ...
- Wed Mar 12, 2008 5:38 pm
- Forum: Installation Trouble
- Topic: Problem loading imagick.so in MacOS X Server
- Replies: 23
- Views: 35173
What's the error message you get when you try to connect to mysql? Go to the directory you installed XAMPP in and switch to the /bin directory: cd .../xampp/xamppfiles/bin then try to connect to mysql: ./mysql -u root -p Once you entered your password there should be an error message telling you the...