you might try experimenting w/ the configure command;
perhaps if you start w/ a minimal php installation it will compile.
then you could one-by-one enable the things you have in your
standard configure command.
maybe at least you could narrow down the problem that way.

-nathan

On 9/26/07, Eric Butera <[EMAIL PROTECTED]> wrote:
>
> Yep!  I made a little sh script that I keep the same ./configure
> string in.  When a new version comes out I extract it, copy my script
> in there, and run it.  Usually everything works out perfectly.  I've
> been using it happily since 5.1.2 and now all of a sudden after 5.2.2
> I can't anymore.
>
> On 9/26/07, Nathan Nobbe <[EMAIL PROTECTED]> wrote:
> > are you using the same configure command when compiling all 3 versions?
> >
> > -nathan
> >
> >
> > On 9/26/07, Eric Butera < [EMAIL PROTECTED]> wrote:
> > >
> > > The last version of PHP I've been able to compile on my work machine
> > > was 5.2.2.  It is a PowerPC OS X 10.4.10.  I'm curious if anyone else
> > > has had this problem.  I'm sure it is something stupid I'm doing but I
> > > can't seem to figure it out.  I can still compile 5.2.2 just fine so
> > > nothing on that end has changed but 5.2.3 & 5.2.4 just crap out.
> > >
> > > It always dies with this message:
> > >
> > > /usr/bin/ld: warning multiple definitions of symbol _locale_charset
> > > /sw/lib/libiconv.dylib( localcharset.o) definition of _locale_charset
> > > /sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
> > > /usr/bin/ld: Undefined symbols:
> > > _mysql_set_character_set
> > > collect2: ld returned 1 exit status
> > > make: *** [sapi/cgi/php-cgi] Error 1
> > >
> > > Any ideas?
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> > >
> > >
> >
> >
>

Reply via email to