Forum Moderators: phranque

Message Too Old, No Replies

Problems installing Apache 2, PHP 5 on Mac OSX Intel

         

sjthomas

4:52 pm on May 28, 2006 (gmt 0)

10+ Year Member



Hi, I've recently made the move to Mac OSX after being a (very) long term Windows user. So far the biggest problem I've got is getting a working web server with Apache, Mysql and PHP. I've tried following the instructions over at phpmac (http://www.phpmac.com/articles.php?view=252) and get to the making of php where I get the following problem:
/usr/bin/ld: warning multiple definitions of symbol _ERR_print_errors_fp
/usr/local/mysql/lib/libmysqlclient.a(ssl.o) definition of _ERR_print_errors_fp in section (__TEXT,__text)
/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libcrypto.dylib(err_prn.o) definition of _ERR_print_errors_fp
collect2: ld returned 1 exit status
make: *** [libs/libphp5.bundle] Error 1

where there are a few other errors which also say something has already been defined. I really don't know enough about OSX to begin to sort this out myself and would really apprecate some help. I've built LAMP over telnet before without any problems but that all went smoothly, any suggestions?

Thanks.