On Jul 11, 2005, at 12:30 PM, Ken Mankoff wrote:
On 7/11/05, Alexander K. Hansen <[EMAIL PROTECTED]> wrote:
On Jul 11, 2005, at 12:10 PM, Ken Mankoff wrote: I'm trying to install trac ( http://trac.edgewall.com) but (or the dependencies) require both db42-ssl, db42-ssl-shlibs, db43-ssl, and db43-ssl-shlibs. db42 and db43 are mutually exclusive and therefore I cannot install the system. Can anyone offer advice how to force installation of both, or how to tell those that require db42 that they will be OK running with db43? Thanks, Ken Mankoff http://spacebit.dyndns.org/
Since db42-ssl and db43-ssl are _build_ dependencies, you should be able to install it, eventually, with some work.
Once you're done building, everything should be OK to run the package, because db42-ssl-shlibs and db43-ssl-shlibs can coexist. Sounds good, but what commands should I run to get them both built? edgcm:~ mankoff$ fink install trac-py23 ... The following package will be installed or updated: trac-py23 The following 15 additional packages will be installed: apr-ssl apr-ssl-common apr-ssl-shlibs clearsilver-py23 db42-ssl db43-ssl-shlibs neon24-ssl neon24-ssl-shlibs pysqlite-py23 python23 python23-shlibs python23-socket svn-ssl-dev svn-ssl-shlibs svn-ssl-swig-py23 Do you want to continue? [Y/n] dpkg -i /sw/fink/dists/unstable/crypto/binary-darwin-powerpc/db42-ssl_4.2.52-16_darwin-powerpc.deb Selecting previously deselected package db42-ssl. dpkg: considering removing db43-ssl in favour of db42-ssl ... dpkg: yes, will remove db43-ssl in favour of db42-ssl. (Reading database ... 14729 files and directories currently installed.) Unpacking db42-ssl (from .../db42-ssl_4.2.52-16_darwin-powerpc.deb) ... Setting up db42-ssl (4.2.52-16) ... dpkg -i /sw/fink/dists/unstable/crypto/binary-darwin-powerpc/db43-ssl-shlibs_4.3.28-1_darwin-powerpc.deb dpkg: considering removing db43-shlibs in favour of db43-ssl-shlibs ... dpkg: no, cannot remove db43-shlibs (--auto-deconfigure will help): apache2-mpm-worker depends on db43-shlibs db43-shlibs is to be removed. dpkg: regarding .../db43-ssl-shlibs_4.3.28-1_darwin-powerpc.deb containing db43-ssl-shlibs: db43-ssl-shlibs conflicts with db43-shlibs db43-shlibs (version 4.3.28-1) is installed. /sw/bin/dpkg: error processing /sw/fink/dists/unstable/crypto/binary-darwin-powerpc/db43-ssl-shlibs_4.3.28-1_darwin-powerpc.deb (--install): conflicting packages - not installing db43-ssl-shlibs Errors were encountered while processing: /sw/fink/dists/unstable/crypto/binary-darwin-powerpc/db43-ssl-shlibs_4.3.28-1_darwin-powerpc.deb ### execution of dpkg failed, exit code 1 Failed: can't install package db43-ssl-shlibs-4.3.28-1 edgcm:~ mankoff$
That's different: you're trying replace db43-shlibs with db43-ssl-shlibs. Replacing a non-ssl package with an -ssl version of the same package is frequently painful.
You may want to replace your apache2 stuff with their apache2-ssl counterparts--that would at least let you put in db43-ssl-shlibs.
|
- Re: [Fink-users] trac + db42 + db43 Alexander K. Hansen
-