Installation issue on Ubuntu

Trouble during PacsOne Server installations
pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Fri Aug 17, 2012 1:13 pm

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

rvencu
Posts:53
Joined:Thu Aug 16, 2012 9:46 am

Post by rvencu » Fri Aug 17, 2012 2:46 pm

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
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:

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)


pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Sat Aug 18, 2012 3:57 am

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).

rvencu
Posts:53
Joined:Thu Aug 16, 2012 9:46 am

Post by rvencu » Sat Aug 18, 2012 8:51 am

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).
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.

Anyway, I am done with the installation now.

Post Reply