PHP: make install fails on MySQL (FreeBSD 6.1)

WizardX

Verified User
Joined
Aug 1, 2006
Messages
20
When issuing a ./build php in the customapache directory, the PHP make install fails with a Error 139, Core Dumped, Segmentation Fault

When removing --with-mysql=/usr/local/mysql ... the installation perfectly continues.

Anyone else had troubles with php's make install concerning MySQL.

PHP version used: 4.4.2
MySQL, the default installed with DirectAdmin (i Guess 5.0.22)


Error MSG:
Installing PEAR environment: /usr/local/lib/php/
Segmentation fault (core dumped)
*** Error code 139

Stop in /usr/local/directadmin/customapache/php-4.4.2.
*** Error code 1

Stop in /usr/local/directadmin/customapache/php-4.4.2.

NOTE: Disabling PEAR, doesn't resolve this problem. It's MySQL related

There's only 1 thing I think that could be a problem, php4 which might not understand MySQL 5.
 
I had this problem on the latest server I install DA on this was also running Freebsd 6.1, however I dont think 6.1 is the culprit because only 1 week earlier on another new 6.1 server it went fine. The install script has changed a lot during that week as they seem to be making major changes to it.
 
I did an update, and now I passed the problem. Now I'm having troubles with webalizer and libz..

The story continues. But if we all help a tiny little bit. It gets better and better every day :D
 
Back
Top