Re: MySQL error after Ports upgrade

2010-05-04 Thread Craig Hoffman
I took this opportunity to upgrade to PHP 5.3 from 5.2.13 and perhaps learn a few things in the process. Anyhow, the upgrade process ran fine. PHP, MySQL and Apache came back online - all showing the correct versions. All me PHP/MySQL sites work just fine. PhpMyAdmin works. Apache outputs

Re: MySQL error after Ports upgrade

2010-05-04 Thread Chris Janton
On 2010-05-04 , at 03:34 , Craig Hoffman wrote: I took this opportunity to upgrade to PHP 5.3 from 5.2.13 and perhaps learn a few things in the process. Anyhow, the upgrade process ran fine. PHP, MySQL and Apache came back online - all showing the correct versions. All me PHP/MySQL

Re: MySQL error after Ports upgrade

2010-05-04 Thread Craig Hoffman
Hi Chris - Show PHP information Nothing php -i Here you go. Sorry about the long list... phpinfo() PHP Version = 5.3.2 System = Darwin Craig-Hoffmans-MacBook-Pro.local 10.3.0 Darwin Kernel Version 10.3.0: Fri Feb 26 11:58:09 PST 2010; root:xnu-1504.3.12~1/RELEASE_I386 i386 Build Date = May

Re: MySQL error after Ports upgrade

2010-05-04 Thread Craig Hoffman
Found the problem: php5-FreeImage @0.1_0+universal (active) Uninstalled and cleaned it - PHPInfo comes up. Should I fill a bug report on this? ___ Craig Hoffman iChat / AIM: mountain.dog ___ On May 4, 2010, at 8:33 AM, Craig Hoffman wrote: Hi

Re: slib-guile error in post-activate

2010-05-04 Thread Frank Schima
On May 1, 2010, at 12:21 PM, Andrea D'Amore wrote: While trying to install slib-guile the system gets stuck in post-activate while trying to run post-activate { system ${prefix}/bin/guile -c \(use-modules (ice-9 slib)) (require 'new-catalog)\ } On C2D 10.6.3 this can be

Re: slib-guile error in post-activate

2010-05-04 Thread John B Brown
Dear Folk, On 5/4/10 10:45 AM, Frank Schima wrote: On May 1, 2010, at 12:21 PM, Andrea D'Amore wrote: While trying to install slib-guile the system gets stuck in post-activate while trying to run post-activate { system ${prefix}/bin/guile -c \(use-modules (ice-9 slib)) (require

Re: GMP and MPFR fails

2010-05-04 Thread Vincent DIEMUNSCH
Thanks Ryan for your help ! The tests seem to pass. For instance for MPFR : DEBUG: No need to upgrade! gmp 5.0.1_0 = gmp 5.0.1_0 --- Computing dependencies for mpfr DEBUG: Searching for dependency: gmp DEBUG: Found Dependency: receipt exists for gmp DEBUG: Executing org.macports.main (mpfr)

mpd setup issues

2010-05-04 Thread Ivan Kawaler
I can't seem to get mpd to startup or create a database. I ran sudo launchctl load -w /Library/LaunchDaemons/org.macports.mpd.plist per the instructions during installation, but when I run mpd --create- db, all I get is db_file setting missing Abort trap I have tried following instructions

Re: GMP and MPFR fails

2010-05-04 Thread Ryan Schmidt
On May 4, 2010, at 15:17, Vincent DIEMUNSCH wrote: The tests seem to pass. For instance for MPFR : DEBUG: No need to upgrade! gmp 5.0.1_0 = gmp 5.0.1_0 --- Computing dependencies for mpfr DEBUG: Searching for dependency: gmp DEBUG: Found Dependency: receipt exists for gmp DEBUG: Executing

Re: MySQL error after Ports upgrade

2010-05-04 Thread Ryan Schmidt
On May 4, 2010, at 09:41, Craig Hoffman wrote: Found the problem: php5-FreeImage @0.1_0+universal (active) Uninstalled and cleaned it - PHPInfo comes up. Interesting. phpinfo() still works for me even when php5-FreeImage @0.1_0+universal is installed.

MacPorts 1.9.0-beta1 now available for testing

2010-05-04 Thread Joshua Root
Source code and disk images for MacPorts 1.9.0-beta1 are now available [1]. Since selfupdate installs from source, testing of either install method is helpful. While there are no known regressions from 1.8.2 at this point, be prepared to encounter bugs. Please report any that you find [2] (after

Re: MySQL error after Ports upgrade

2010-05-04 Thread Scott Haneda
On May 4, 2010, at 7:41 AM, Craig Hoffman wrote: Found the problem: php5-FreeImage @0.1_0+universal (active) Uninstalled and cleaned it - PHPInfo comes up. Should I fill a bug report on this? What do your mysql error logs say at the time of these errors happening? I could not find your

Re: GMP and MPFR fails

2010-05-04 Thread Vincent DIEMUNSCH
Hi Ryan, I did : sudo port clean mpfr sudo port -d test mpfr And i get : All 148 tests passed So that seems fine ! Thanks a lot for your help. Vincent Le 5 mai 2010 à 04:02, Ryan Schmidt a écrit : On May 4, 2010, at 15:17, Vincent DIEMUNSCH