package installation question

Ask a Question related to Debian, Design and Development.

  1. #1

    Default Re: package installation question

    On Mon, Aug 04, 2003 at 11:28:07AM +0200, Andreas Fromm wrote:
    > Hi,
    >
    > what is the "correct" way to install a package thet depends on a library
    > which I didn't install from a deb but compiled by hand from source?
    >
    > Just download the deb and make a dpkg --force -i package.deb?
    Try to avoid using --force-anything. You can create a dummy package for
    your library using equivs.

    --
    Colin Watson [cjwatson@flatline.org.uk]


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Colin Watson Guest

  2. Similar Questions and Discussions

    1. lwp package head question
      When I do HEAD www.tmn.pt it tells me 404 Not found. But when I do GET www.tmn.pt it gives me the page. Is this a bug in the lwp package or...
    2. error: no suitable installation target found for package Time-HiRes
      Hello, I'm trying to install the Time-HiRes module on winXP, perl 5.6.1 (activestate). Using ppm3. Whether I try to install via the module...
    3. installation of package installer
      I have an embedded version of Debian running on an Intel 486 single board computer. I cannot find the Apt-get program or the dpkg program to...
    4. Question about the glibs package
      On Sat, 28 Jun 2003 20:13:18 -0500, Dave Uhring wrote: On second thought, Dr. Christensen for some odd reason separates libgcc from the...
    5. question about DBMS_STATS package/Statistics?
      Hi all. I have a question regarding the statistics gathered after I called for example DBMS_STATS.GATHER_TABLE_STATS? this is what I am trying...
  3. #2

    Default Re: package installation question

    On Mon, Aug 04, 2003 at 11:28:07AM +0200, Andreas Fromm wrote:
    > Hi,
    >
    > what is the "correct" way to install a package thet depends on a library
    > which I didn't install from a deb but compiled by hand from source?
    Compiled it by hand? Cor. I use gcc myself :-)
    > Just download the deb and make a dpkg --force -i package.deb?
    That works at the time but can store up major hassles for later on, as
    apt then thinks that the forced package has unmet dependencies and
    keeps being a pain in the arse when you try to install something else.

    The "Debian Way" seems to be to install "equivs" and use that to make
    a dummy package which lets the packaging system know about your
    source-built library. (Which you did put in /usr/local, right?)

    --
    Pigeon

    Be kind to pigeons
    Get my GPG key here: [url]http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21C61F7F[/url]

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.0.6 (GNU/Linux)
    Comment: For info see [url]http://www.gnupg.org[/url]

    iD8DBQE/LoHfUxADjyHGH38RAkIqAJwMEZFMPjMAys9vE9tAZtwh5E3fmQ CdEyJ1
    +k9ftyr+URLEQgeHQUgQMGY=
    =F0Jo
    -----END PGP SIGNATURE-----

    Pigeon Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139