Re: in chroot -- convert: can't load library ...

2005-05-27 Thread Serban Giuroiu
Hey, Dennis. I moved the libs into usr/lib/ in the chroot as you recommended, created var/run/ in the chroot, and ran ldconfig, leaving ld.so.hints in var/run/. After copying over some other ImageMagick files, convert runs without any problems. Thanks! --- Dennis Nasarov <[EMAIL PROTECTED]> wrote

Re: in chroot -- convert: can't load library ...

2005-05-27 Thread Matt Provost
On May 26 09:03 PM, Serban Giuroiu wrote: > Hello! > > I'm playing with a fresh install of OpenBSD 3.7 > running Apache in a chroot jail (/var/www/). My > website requires ImageMagick to generate thumbnails > and scaled images, so I installed the > ImageMagick-6.0.0-2p3-no_x11.tgz package. I copie

Re: in chroot -- convert: can't load library ...

2005-05-27 Thread Adam Papai
Serban Giuroiu wrote: Hello! I'm playing with a fresh install of OpenBSD 3.7 running Apache in a chroot jail (/var/www/). My website requires ImageMagick to generate thumbnails and scaled images, so I installed the ImageMagick-6.0.0-2p3-no_x11.tgz package. I copied /usr/local/bin/convert into /v

Re: in chroot -- convert: can't load library ...

2005-05-26 Thread Dennis Nasarov
Hello Serban, Try to put libraries libtiff libpng etc... in $CHROOT/usr/lib and check the $CHROOT/usr/libexec/ld.so.hints is presented :) Hope it helps... :) Friday, May 27, 2005, 10:03:37 AM, you wrote: > Hello! > I'm playing with a fresh install of OpenBSD 3.7 > running Apache in a chroot ja