Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2005 16:59:54 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Kyle Jensen <kljgroups@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Installing apache13-modssl from packages: how to deal with apache13 deps?
Message-ID:  <20050118165954.GB92756@gravitas.thebunker.net>
In-Reply-To: <fa357bee0501180841668a7434@mail.gmail.com>
References:  <fa357bee0501180841668a7434@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--61jdw2sOBCFtR2d/
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Jan 18, 2005 at 11:41:24AM -0500, Kyle Jensen wrote:

> However, (I'm a noob to packages, sorry for the upcoming
> question) apache13-modssl conflicts with apache13 and
> anything that depends on apache13 will complain about
> apache13-modssl.
>=20
> I worked around this via the '-rf' flag to pkg_add.  Is there
> a better solution?

Yes: install from ports.

If you want to use apache13-modssl instead of apache13, you will need
to put:

    APACHE_PORT=3D	www/apache13-modssl

into /etc/make.conf.  All apache-based ports pretty much respect that.
Then delete and re-install apache and any apache modules you've
already got installed -- by using the ports to compile from source.

Note that you /cannot/ use the pre-compiled apache module packages
=66rom the FTP sites with apache13-modssl, even if you force the
install.  The packages default to depending on the apache13 port and
are linked against the API provided by that port when they are built.
Unfortunately apache13-modssl incorporates a bunch of patches to use
what is called the 'EAPI' (extended API) -- different to plain
apache13.  Which means that you have to compile any other apache
modules you want to use yourself.  ie. don't use 'pkg_add', use the
ports.

	   Cheers,

	   Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                       8 Dane Court Manor
                                                      School Rd
PGP: http://www.infracaninophile.co.uk/pgpkey         Tilmanstone
Tel: +44 1304 617253                                  Kent, CT14 0JL UK

--61jdw2sOBCFtR2d/
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)

iQCVAwUBQe1Aipr7OpndfbmCAQIxawP9GQeFdwWbXi/GFCpCPLpm1v4d8OG5Tmk4
h7xIh1fPjcqzENqfrmgfWLVsOXeoPuyTqBumUUW5thYUaznLiZTXr5pgR4YmVZ5K
CJpI9jIjEjqUyW6fmw4MG13vCGuAA3ulm2tSaWDnpRWGIO73eYiPAOxjIy87FRXY
NqvUlx9/PLs=
=/tHn
-----END PGP SIGNATURE-----

--61jdw2sOBCFtR2d/--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050118165954.GB92756>