-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alright, who's the joker who suggested using checkinstall instead of make install? ;-) thanks to your suggestion I've just built my first rpm. confused me a bit until i realized the package was runnable by root only, but thats a sudo issue anyhow, i've placed it on my site if anyone wants it: http://tigger.tmcom.com/~nqs/rpms/8.2/ project page is at http://www.lintux.cx/axel.html next project is learning how to install gaim-e and gaim-blogger. thanks, Joe - -- SuSE Linux 8.2 (i586) Kernel: 2.4.20-4GB / i686 | Posted from: Dora ~ 4:54pm up 1:29, 3 users, load average: 0.12, 0.33, 0.26 Nothing cures insomnia like the realization that it's time to get up. nqs@tmcom.com | http://tigger.tmcom.com/~nqs/blogger.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQE/xp9hoS1S7SxfpzwRAm/dAKCAzIEVS7a3AE7H+ledjlkK/3v+HACfchk3 xUAhdhIx+XxZejVRRdYCgSs= =JjoQ -----END PGP SIGNATURE-----
In a previous message, Joe Dufresne <nqs@tigger.tmcom.com> wrote:
thanks to your suggestion I've just built my first rpm. confused me a bit until i realized the package was runnable by root only, but thats a sudo issue
Checkinstall doesn't usually cause the installed program to be runnable by root only - there must be something unusual about your app. John -- John Pettigrew Headstrong Games john@headstrong-games.co.uk Fun : Strategy : Price http://www.headstrong-games.co.uk/ Board games that won't break the bank Knossos: escape the ever-changing labyrinth before the Minotaur catches you!
On Friday 28 November 2003 04:24 am, John Pettigrew wrote:
In a previous message, Joe Dufresne <nqs@tigger.tmcom.com> wrote:
thanks to your suggestion I've just built my first rpm. confused me a bit until i realized the package was runnable by root only, but thats a sudo issue
Checkinstall doesn't usually cause the installed program to be runnable by root only - there must be something unusual about your app.
John =============
My guess here John, is that Joe compiled the whole thing as root rather than ./configure & make as user then the checkinstall as root. Lee -- --- KMail v1.5.4 --- SuSE Linux Pro v9.0 --- Registered Linux User #225206 On any other day, that might seem strange...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 John Pettigrew wrote: | In a previous message, Joe Dufresne <nqs@tigger.tmcom.com> wrote: | | |>thanks to your suggestion I've just built my first rpm. confused me a bit |>until i realized the package was runnable by root only, but thats a sudo |>issue | | | Checkinstall doesn't usually cause the installed program to be runnable by | root only - there must be something unusual about your app. | | John Yeah, it had a loose nut behind the keyboard. since I'd su'ed into root, I didn't think to log out and back in. once I did that, i could use it as a normal user. and yeah, I was root all the way. Joe - -- SuSE Linux 8.2 (i586) Kernel: 2.4.20-4GB / i686 | Posted from: Dora ~ 7:56am up 0:17, 2 users, load average: 0.44, 0.24, 0.13 Utility is when you have one telephone, luxury is when you have two, opulence is when you have three -- and paradise is when you have none. -- Doug Larson nqs@tmcom.com | http://tigger.tmcom.com/~nqs/blogger.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQE/x3EeoS1S7SxfpzwRAjQjAJ9ithM0XylnhWWte0/cj12/TI0iJQCfXwiC ULPlcWkLKlwy6F8XZZN7KCo= =cOcM -----END PGP SIGNATURE-----
The Thursday 2003-11-27 at 17:05 -0800, Joe Dufresne wrote:
Alright, who's the joker who suggested using checkinstall instead of make install? ;-)
thanks to your suggestion I've just built my first rpm. confused me a bit until i realized the package was runnable by root only, but thats a sudo issue
checkinstall runs 'make install' internally, but it uses a method to take note of every file that gets installed - I haven't bothered to learn how exactly - and then makes an rpm with those files. So, if the permissions seem weird, they are the same permissions 'make install' used. -- Cheers, Carlos Robinson
participants (4)
-
BandiPat
-
Carlos E. R.
-
Joe Dufresne
-
John Pettigrew