Code: Select all
# ldd PacsOne.exe
Code: Select all
# ldd PacsOne.exe
So I moved on up to the ImageMagick config. I moved the imagick.so file together with other extension modules for PHP 5.3 and I am missing some dependencies now:pacsone wrote:You can run the "rpm -qp" command to find out where the MySQL-shared-compat package installed the libmysqlclient.so.15 library into, then run the following command to check if the link editor (ld) can locate that client library:
Code: Select all
# ldd PacsOne.exe
Code: Select all
ldd /usr/lib64/php/modules/imagick.so linux-vdso.so.1 => (0x00007fffc91ff000)
libMagick-5.5.6-Q16.so.0 => /usr/local/lib/libMagick-5.5.6-Q16.so.0 (0x00007fc151b3f000)
libXext.so.6 => /usr/lib64/libXext.so.6 (0x00007fc15192c000)
libSM.so.6 => not found
libICE.so.6 => not found
libX11.so.6 => /usr/lib64/libX11.so.6 (0x00007fc1515e4000)
libbz2.so.1 => /lib64/libbz2.so.1 (0x00007fc1513d3000)
libz.so.1 => /lib64/libz.so.1 (0x00007fc1511bd000)
libm.so.6 => /lib64/libm.so.6 (0x00007fc150f38000)
libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x00007fc150c9b000)
libc.so.6 => /lib64/libc.so.6 (0x00007fc150909000)
libSM.so.6 => not found
libICE.so.6 => not found
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fc1506eb000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007fc1504e6000)
libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x00007fc1502cb000)
/lib64/ld-linux-x86-64.so.2 (0x0000003057c00000)
libXau.so.6 => /usr/lib64/libXau.so.6 (0x00007fc1500c7000)
Thanks. What is very strange is that today after I started the server I found all these libraried already installed and the ldd command show that imagick.so can find them all.pacsone wrote:Looks like you'll need to download and install the libCM and libICE library package for your Linux distribution (most Linux platforms include them by default).