Re: re-compiling PHP on Mac OS X

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 1/23/08, mbneto <mbneto@xxxxxxxxx> wrote:
> Hi,
>
> I've checked all pages and downloaded the php5.2.5.release1.tar.gz (the
> latest I found) but I get the same errors
>
> httpd: Syntax error on line 484 of /private/etc/apache2/httpd.conf: Syntax
> error on line 8 of /private/etc/apache2/other/entropy-php.conf: Cannot load
> /usr/local/php5/libphp5.so into server: dlopen(/usr/local/php5/libphp5.so,
> 10): Symbol not found: _xmlTextReaderSchemaValidate\n  Referenced from:
> /usr/local/php5/libphp5.so\n  Expected in: /usr/lib/libxml2.2.dylib\n
>
> Does anyone have a working .dmg/.tar.gz for 10.5.1 Mac Intel with PDO/Mysql
> working?

Your existing Entropy PHP install is tring to load things your newly
compiled PHP doesn't have support for.  Either use Entropy or clean it
out completely so it doesn't mess with your new version.  Or a third
option, supply the missing dependencies Entropy wants.  You will find
most all of them in Macports.  `port search xml|grep lib` shows a lot
of results.

Here's how I built mine the day I blog'd it:

http://destiney.com/blog/php-4-5-macos-x


-- 
Greg Donald
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux