Date: Sat, 07 Mar 2009 11:04:08 -0500 From: Naram Qashat <cyberbotx@cyberbotx.com> To: Michael Butler <imb@protected-networks.net> Cc: Alex Dupre <ale@FreeBSD.org>, freebsd-ports@freebsd.org Subject: Re: reintroduction of php5_pcre broken Message-ID: <49B29AF8.2020407@cyberbotx.com> In-Reply-To: <49B1402B.3060904@protected-networks.net> References: <49B1402B.3060904@protected-networks.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Michael Butler wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > It seems that the reintroduction of php5_pcre has broken something :-( > > PHP Warning: PHP Startup: Unable to load dynamic library > '/usr/local/lib/php/20060613/pcre.so' - > /usr/local/lib/php/20060613/pcre.so: Undefined symbol > "php_pcre_free" in Unknown on line 0 I have an odd situation in regards to this. My FreeBSD 7.1 system shows this same error, but my FreeBSD 6.3 system does not show this error and is loading the module just fine. I compared the order of the modules in /usr/local/etc/php/extensions.ini on both machines, and made them match (although the 6.3 machine also have the apc, ming, and readline modules loaded, which I don't believe are going to affect it), still to no avail on the 7.1 machine. Both systems have the same configure command line (although the 6.3 machine also has --disable-ipv6, which I don't think would affect the pcre module). I've asked around and found that the module also works fine from a Fedora package. So I'm wondering if this issue is FreeBSD specific or not. If need be, I can provide more information that can hopefully trace down here the problem is. Another thing I notice is that doing strings on pcre.so shows pcre_free in the 6.3 version but php_pcre_free on the 7.1 version. Thanks, Naram Qashat > Michael > > (sorry, I'm not subscribed to ports@) > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (FreeBSD) > > iEYEARECAAYFAkmxQCsACgkQQv9rrgRC1JJ5MQCffhco6Pka76+yVD/Kq8qryBUl > ULsAoL7YJ89NpvWzI5uFYOfzOd0dquCR > =5dc3 > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49B29AF8.2020407>