On Wed, Feb 3, 2010 at 15:51, Simon Josefsson <[email protected]> wrote: >> Feb 3 14:00:02 cub kernel: [10804247.906206] db.script.[3768]: segfault at >> b7252590 ip b7252590 sp bff0d92c error 4 in libtasn1.so.3.0.15[b74fd000+f000] > Do you have php5-pgsql installed?
Yes. > If so, I believe your report is a duplicate of > <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=411982>. > Can you try to see if the simple fix > mv /etc/php5/conf.d/curl.ini /etc/php5/conf.d/z_curl.ini > works? I need php_curl (and pgsql). In bug 411982 I've found this: - open up /etc/php5/conf.d/pgsql.ini and comment out the extension= line so it says: #extension=pgsql.so - open up /etc/php5/conf.d/curl.ini and put the extension you just removed before the line for curl: extension=pgsql.so extension=curl.so And it works. No more segfault. Thanks. -- Pubblicita' regresso: http://www.ferrero.org * Do what makes you happy * Be with who makes you smile * Laugh as much as you breathe * Love as long as you live -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

