MAMP + Svn Woes

Technical

Reckon I just might've spoke too soon when I posted last night. Maybe. I thought I'd solved all of my issues with MAMP and had successfully bent it to my will when I got pear running. Alas, 'twould appear not. Today I tried to execute an Ant script and one of my Subversion tasks was failing. Ant didn't say much about the problem so I tried a simple command line operation:

$ svn ls http://svn2.assembla.com/svn/my_project/trunk

dyld: lazy symbol binding failed: Symbol not found: _iconv_open

nbsp; Referenced from: /usr/lib/libaprutil-1.0.dylib

Expected in: /Applications/MAMP/Library/lib/libiconv.2.dylib



dyld: Symbol not found: _iconv_open

Referenced from: /usr/lib/libaprutil-1.0.dylib

Expected in: /Applications/MAMP/Library/lib/libiconv.2.dylib



Trace/BPT trap

Sigh. I don't even know whether I have the energy to track this one down. I think I might just move on to XAMPP and see if that works better for me. Or maybe install MacPorts and do it, you know, the old-fashioned way. The convenient package that I thought MAMP would provide is turning out to be awfully inconvenient.

Chad said:
 
I'm using XAMPP at work but can't speak to whether it'll simplify what you're doing with Ant. My gut is telling me that MacPorts might simplify management of dependencies when performing builds with Ant.

By the way, if you get a chance, I'd love to see an example of how you're using Ant in relation to PHP projects.
 
posted 683 days ago
Add Comment Reply to: this comment OR this thread
 
 
Funny you should mention that. It's been on my short list of stuff to blog for a while now. I'll try to get to that this week.

As for /(M|X)AMP(P)?/...my suspicion is that you're right. As soon as I get a break on a couple of projects, I'll probably have to make the transition.
 
posted 683 days ago
Add Comment Reply to: this comment OR this thread
 

Search

Rob  Wilkerson