Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I know I made a make install in order to get this running when I first installed it.
I did not make any assumptions that you are new to Linux. The error means that there is nothing to uninstall and if there was, "make uninstall" should have worked. Are you running "make uninstall" from the original build directory or were you trying to recompile from source, so that you can remove an already installed package? If so, you need to compile, make and make install so that the packages are removed.
I figured out it was too much of a pain to keep going like this, so a new install is in order, because this isn't the first thing I screwed up on the machine.
I appreciate the quick response, keep up the good work.
why didn't you just use one of the apt tools to install it? if you're using debian, i would strongly suggest installing it from apt-get (or aptitude, etc.) instead of compiling it yourself. there's really no reason to be compiling it since there are already debian packages that will install everything for you.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.