Sorry, it was just pointed out in a different thread that the discussion in this thread went off-list. I didn't pay close enough attention to notice it. The solution to this particular problem was delete the existing installation of PHP, and then do a clean install using the native drive ("--with-mysqli" and no path to the MySQL stuff specified).
On Mon, Oct 6, 2014 at 9:26 AM, David Parker <dparker@xxxxxxxxx> wrote:
I'm not sure if this will solve the problem, but what if you just do --with-mysqli=/usr/local/mysql ?--On Mon, Oct 6, 2014 at 3:02 AM, Nejc Vukovic <nejc.vukovic@xxxxxxxxx> wrote:Hello there,I stumbled upon a problem that I cannot get pass:when trying to configure the PHP installation from sources I get this error:Undefined symbols for architecture x86_64:"_dns_free", referenced from:_zif_dns_check_record in dns.o_zif_dns_get_record in dns.o_zif_dns_get_mx in dns.o"_dns_open", referenced from:_zif_dns_check_record in dns.o_zif_dns_get_record in dns.o_zif_dns_get_mx in dns.o"_dns_search", referenced from:_zif_dns_check_record in dns.o_zif_dns_get_record in dns.o_zif_dns_get_mx in dns.o"_res_9_dn_expand", referenced from:_php_parserr in dns.o_zif_dns_get_mx in dns.o"_res_9_dn_skipname", referenced from:_zif_dns_get_record in dns.o_zif_dns_get_mx in dns.old: symbol(s) not found for architecture x86_64clang: error: linker command failed with exit code 1 (use -v to see invocation)make: *** [libs/libphp5.bundle] Error 1my configure looks like this:sudo ./configure --prefix=/usr/local/php\--with-apxs2=/usr/local/apache2/bin/apxs\--disable-ipv6\--enable-dtrace\--with-zlib --with-curl=/usr/local/cURL\--enable-mbstring\--with-mcrypt=/usr/local/libmcrypt\--with-mysqli=/usr/local/mysql/bin/mysql_config\--enable-opcache=noI only get this error when I try to enable mysqli support../configure passes with no problems, but at make it screams about the libphp5.bundle ...Any ideas how to get pass this?I'm running Mac OSX 10.9 with Apache 2.4.10.Please help!Best regards,N.V.Dave ParkerSystems Administrator
Utica College
Integrated Information Technology Services
(315) 792-3229
Registered Linux User #408177
Dave Parker
Systems AdministratorUtica College
Integrated Information Technology Services
(315) 792-3229
Registered Linux User #408177
- Follow-Ups:
- Re: ./configure problems when using --with-mysqli
- From: Jorge F. Hernandez
- Re: ./configure problems when using --with-mysqli
- References:
- ./configure problems when using --with-mysqli
- From: Nejc Vukovic
- Re: ./configure problems when using --with-mysqli
- From: David Parker
- ./configure problems when using --with-mysqli
- Prev by Date: mysqli embedded
- Next by Date: Re: Error when compiling for Mac OS X 10.9
- Previous by thread: Re: ./configure problems when using --with-mysqli
- Next by thread: Re: ./configure problems when using --with-mysqli
- Index(es):