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 install.sh to upgrade to 6.1.1, I get the following floating point exception:
[root@localhost pacsone]# ./install.sh
Checking for pre-requisites...
OK.
Configuring PacsOne Server Startup Scripts...
Done.
Configuring MySql Libraries...
/usr/bin/install -c .libs/libmysqlpp.so.2.3.2 /usr/local/lib/libmysqlpp.so.2.3.2
(cd /usr/local/lib && rm -f libmysqlpp.so.2 && ln -s libmysqlpp.so.2.3.2 libmysqlpp.so.2)
(cd /usr/local/lib && rm -f libmysqlpp.so && ln -s libmysqlpp.so.2.3.2 libmysqlpp.so)
/usr/bin/install -c .libs/libmysqlpp.lai /usr/local/lib/libmysqlpp.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Done.
Configuring ImageMagick Libraries...
/usr/bin/install -c .libs/libMagick-5.5.6-Q16.so.0.0.0 /usr/local/lib/libMagick-5.5.6-Q16.so.0.0.0
(cd /usr/local/lib && rm -f libMagick-5.5.6-Q16.so.0 && ln -s libMagick-5.5.6-Q16.so.0.0.0 libMagick-5.5.6-Q16.so.0)
(cd /usr/local/lib && rm -f libMagick.so && ln -s libMagick-5.5.6-Q16.so.0.0.0 libMagick.so)
/usr/bin/install -c .libs/libMagick.lai /usr/local/lib/libMagick.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
dcm.la
gif.la
jpeg.la
ttf.la
Done.
Configuring PacsOne Server...
/usr/bin/ldd: line 124: 19358 Gleitkomma-Ausnahme LD_TRACE_LOADED_OBJECTS=1 LD_WARN= LD_BIND_NOW= LD_LIBRARY_VERSION=$verify_out LD_VERBOSE= "$@"
./install.sh: line 164: 19360 Gleitkomma-Ausnahme $basedir/Setup.exe
PacsOne Server Installation Complete.
PacsOne 3.1.8 was running fine, no problem when I installed it about 2 years ago. The OS is Fedora Core 4, Kernel version 2.6.11-1.1369.
The recently installed backup server is running 6.1.1 just fine under Fedora Core 7, Kernel 2.6.21-13194.
Any ideas what could cause the floating point exception and how to solve it?
Thanks and all the best,
Stephan