Date: Wed, 14 Feb 2001 13:40:03 -0800 (PST) From: "Matthew Emmerton" <matt@gsicomp.on.ca> To: freebsd-ports@FreeBSD.org Subject: Re: ports/25102: mod-php4 wrong (for me) dependencies Message-ID: <200102142140.f1ELe3F69768@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/25102; it has been noted by GNATS. From: "Matthew Emmerton" <matt@gsicomp.on.ca> To: <roelof@eboa.com>, <FreeBSD-gnats-submit@FreeBSD.ORG> Cc: Subject: Re: ports/25102: mod-php4 wrong (for me) dependencies Date: Wed, 14 Feb 2001 16:30:22 -0500 > >Description: > > I had installed OpenLDAP 2, a version supported by PHP4. Quite a bit > of work due to some interrelationships between SASL, LDAP, Heimdal (or > Kerberos 5) and MySQL. Catch 22 but in a rainy climate. > > That went ok. However mod-php4 did not recognize the installed > LDAP as such and decided without further ado to install OpenLDAP 1.2. > I yelled 'NO!', but since it never asked the question... > > Unfortunately I do not know what, if any, conflicts might arise from > having two LDAP installs. Guess that means a total wipe and reinstall > just to be sure. Looking at pkg-plist for both ports, you'll notice that they both install binaries and static libraries of the same name, but shared libraries get a version bump. Since one would expect that v2 would be backwards compatible with v1, then you should probably be safe installing v1 and then installing v2 on top - that way you get v1 shared libraries, which I believe is all mod_php4 will use. If you've got other programs that rely on the v1 API, utilities or static library, then you most likely will run into problems due to API changes. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102142140.f1ELe3F69768>