PHP 5.2 with libxml2 on FreeBSD 5 - some problems.

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Tim82
Forum Newbie
Posts: 2
Joined: Fri Feb 26, 2010 9:14 am

PHP 5.2 with libxml2 on FreeBSD 5 - some problems.

Post by Tim82 »

Greetings to everyone,

I have the following problem - when I install PHP 5.2 with --enable-libxml flag on FreeBSD 5.3 OS, I get problems with crushing of simple recursion scripts (Bus error).
I tried to describe this problem on php.net (http://aspn.activestate.com/ASPN/Mail/M ... ev/3809878), but the developers said it's not PHP bug. Anyway, they are right, I guess, but the problem stays.

Unfortunately, at present time, I do not have the possibility to upgrade OS or install PHP 5.3. So my best try is to make this post and hope that someone has met similar problems and solved them where I have failed.

Thanks ahead!
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: PHP 5.2 with libxml2 on FreeBSD 5 - some problems.

Post by josh »

"Eaccelerator 0.9.5.3 is used."

Did you try it without that crap? Do you have the latest versions of all dependencies? (libxml)
Tim82
Forum Newbie
Posts: 2
Joined: Fri Feb 26, 2010 9:14 am

Re: PHP 5.2 with libxml2 on FreeBSD 5 - some problems.

Post by Tim82 »

Thank you for your attention to the topic. Yes, I have tried with the accelerator and also have the latest libraries installed.
Post Reply