Results 11 to 14 of 14
installpkg, pkgtool or even kde package manager can indeed install with return -0 but later you wonder why the app does not run when activated.
So how am I supposed ...
- 03-04-2009 #11Linux Newbie
- Join Date
- Feb 2009
- Posts
- 100
So how am I supposed to know what's needed for it to run. It's easy when it gives errors during installation, eg. qt4 is missing, etc. However, when it installes without errors, how can I find it out what dependency to satisfy?installpkg, pkgtool or even kde package manager can indeed install with return -0 but later you wonder why the app does not run when activated.
thanks
- 03-04-2009 #12Linux Newbie
- Join Date
- Feb 2009
- Location
- Third ring of Pergatory
- Posts
- 199
Hand compile apps that don't come in the distro.
./Configure-> make ->make install
There are almost always instructions in the package, if not you can pull out the config file the installpkg tool uses from the tar ball and edit it.
Most stuff goes in without a problem, I use installpkg more often than I probably should. Even if it exits with a 0, run the new app and make sure it works. If it fails, back it out and hand install it, you'll almost always find the problem is in ./configure
- 03-04-2009 #13Linux Newbie
- Join Date
- Feb 2009
- Posts
- 100
Ok, that makes sense. thanks
- 03-08-2009 #14Just Joined!
- Join Date
- Mar 2009
- Posts
- 2


Reply With Quote
