On 2012-05-08, Mik J <[email protected]> wrote: > Hello, > > > I'm reinstalling my system from 4.9 to 5.1 > I have installed > pecl-imagick and stopped/started Apache but I have a seg fault (core dumped). > If I uninstall this package Apache stops/starts nicely. > > I have read this page > http://www.openbsd.org/faq/upgrade50.html#Pkgup > The last point talks about my > problem and advices to add in /etc/login.conf > httpd:\ > :setenv=LD_PRELOAD=/usr/lib/libpthread.so:\ > :tc=daemon: > > This doesn't help, > I still have the same problem with Apache.
How did you start Apache? You will need to use "/etc/rc.d/httpd restart" (or reboot) so it's started from the system rc scripts for this to take effect, "apachectl" does not handle this. > Also /usr/lib/libpthread.so doesn't > exist so I replaced it with /usr/lib/libpthread.so.13.3 but still no success. No the instructions are correct, use /usr/lib/libpthread.so

