Search found 4 matches
- Fri Jan 16, 2009 9:01 am
- Forum: Installation Trouble
- Topic: Ubuntu x86_64 - ImageMagick Issue
- Replies: 8
- Views: 5025
All looks good there too. root@vet-1:/tmp# ldd /usr/lib/php5/20060613/imagick.so linux-vdso.so.1 => (0x00007fff8bffe000) libMagick-5.5.6-Q16.so.0 => /usr/local/lib/libMagick-5.5.6-Q16.so.0 (0x00007f9583a29000) libbz2.so.1 => /lib/libbz2.so.1 (0x00007f958380f000) libm.so.6 => /lib/libm.so.6 (0x00007f...
- Fri Jan 16, 2009 3:42 am
- Forum: Installation Trouble
- Topic: Ubuntu x86_64 - ImageMagick Issue
- Replies: 8
- Views: 5025
I just did an strace of apache2. It clearly shows the correct version of ImageMagick opened, and the jpeg.so library. I thought this might be interesting. 26828 access("/data/pacsone/php/largeLogo.jpg", F_OK) = 0 26828 stat("/data/pacsone/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 26828 open(...
- Fri Jan 16, 2009 3:16 am
- Forum: Installation Trouble
- Topic: Ubuntu x86_64 - ImageMagick Issue
- Replies: 8
- Views: 5025
All appears to be fine there. root@vet-1:/tmp# ldd /usr/local/lib/ImageMagick-5.5.6-Q16/modules/coders/jpeg.so linux-vdso.so.1 => (0x00007fffbe7fe000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007fe8b61a9000) libMagick-5.5.6-Q16.so.0 => /usr/local/lib/libMagick-5.5.6-Q16.so.0 (0x00007fe8b5e...
- Fri Jan 16, 2009 12:38 am
- Forum: Installation Trouble
- Topic: Ubuntu x86_64 - ImageMagick Issue
- Replies: 8
- Views: 5025
Ubuntu x86_64 - ImageMagick Issue
I have just downloaded and installed the 64bit version of PacsOne. For anyone else reading this post looking for answers, I will list the issues that I had, and have solved. 1) libtool checking - Even though I installed the version of libtool from the Ubuntu repository, the install.sh file tries to ...