Installing from source

Ask a Question related to Ubuntu, Design and Development.

  1. #1

    Default Installing from source

    If I must (no precompiled pkg) install something from source code -

    Would it not be preferable to roll the configure/make results into a
    ..deb file?

    So that I can install it with the normal apt-get or Synaptec software?

    So that the system can keep track of it just like any other piece of
    installed software?

    Can anyone point to help/discussion/tutorial resources for doing this?

    Or should I just configure->make->make install and fuhgedaboutit?
    Thomas Bartkus




    Thomas Bartkus Guest

  2. Similar Questions and Discussions

    1. Error 1409 installing Acrobat 8 on SystemError message 1409, installing Acrobat 8Professional on O
      Have tried installing from the CD or copy files to HD and then install. Will not happen either way. Will get error message or will not open. Have...
    2. Help! CFMX7 stalls on installing at "Installing WebServer Connectors"
      I hope someone can help with this - I am currently doing an install (fresh = no other CF versions on server) on a small production server - the...
    3. Installing standalone CF7 after installing JRun4
      I have installed JRun4 in developer mode. Subsequently I am attempting to install CF7 in "Multiserver configuration" but this option is dimmed out...
    4. gtk-config missing in GTK-2.2.14 when installing from source
      Hi, I'm trying to build up a system a "bare" slackware-9 system. I finally successed to compile and install KDE-3.1 But to get some of the...
    5. SCO, Open Source and the Un*x source code
      On Sat, Jul 19, 2003 at 04:51:08PM +0000, tony@aplawrence.com wrote: .... Isn't SCO claiming that they own all the Unix IP in the world :-). ...
  3. #2

    Default Re: Installing from source

    * Thomas Bartkus wrote in alt.os.linux.ubuntu:
    > If I must (no precompiled pkg) install something from source code -
    >
    > Would it not be preferable to roll the configure/make results into
    > a
    > .deb file?
    >
    > So that I can install it with the normal apt-get or Synaptec
    > software?
    >
    > So that the system can keep track of it just like any other piece
    > of
    > installed software?
    >
    > Can anyone point to help/discussion/tutorial resources for doing
    > this?
    >
    > Or should I just configure->make->make install and fuhgedaboutit?
    > Thomas Bartkus
    >
    google checkinstall

    Steps become:

    ../configure
    make
    checkinstall

    which creates the .deb and updates the database.
    SINNER Guest

  4. #3

    Default Re: Installing from source

    "SINNER" <arcade.master@gmail.com> wrote in message
    news:Xns97A578FFDFD94louiscypherhellorg@140.99.99. 130...
    > * Thomas Bartkus wrote in alt.os.linux.ubuntu:
    >
    > > If I must (no precompiled pkg) install something from source code -
    > >
    > > Would it not be preferable to roll the configure/make results into
    > > a
    > > .deb file?
    > >
    > > So that I can install it with the normal apt-get or Synaptec
    > > software?
    > >
    > > So that the system can keep track of it just like any other piece
    > > of
    > > installed software?
    > >
    > > Can anyone point to help/discussion/tutorial resources for doing
    > > this?
    > >
    > > Or should I just configure->make->make install and fuhgedaboutit?
    > > Thomas Bartkus
    > >
    >
    > google checkinstall
    >
    > Steps become:
    >
    > ./configure
    > make
    > checkinstall
    >
    > which creates the .deb and updates the database.
    KnowItAll!

    It does .rpm also. I will check it out ASAP.

    Thanks
    Thomas Bartkus


    Thomas Bartkus Guest

  5. #4

    Default Re: Installing from source

    "SINNER"posted the following on 2006-04-14:
    > * Thomas Bartkus wrote in alt.os.linux.ubuntu:
    >
    >> If I must (no precompiled pkg) install something from source code -
    >>
    >> Would it not be preferable to roll the configure/make results into
    >> a
    >> .deb file?
    >>
    >> So that I can install it with the normal apt-get or Synaptec
    >> software?
    >>
    >> So that the system can keep track of it just like any other piece
    >> of
    >> installed software?
    >>
    >> Can anyone point to help/discussion/tutorial resources for doing
    >> this?
    >>
    >> Or should I just configure->make->make install and fuhgedaboutit?
    >> Thomas Bartkus
    >>
    >
    > google checkinstall
    >
    > Steps become:
    >
    > ./configure
    > make
    > checkinstall
    >
    > which creates the .deb and updates the database.
    Brilliant : never heard of that before.
    Hadron Quark 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