Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I'm sure it's probably a simple error of my own doing, but in the interest of time, I'll just say the problem, it has been going on for about a week now though:
When I try to ./configure Wine (after doing file-roller on the downloaded *.tgz and getting (inside of my /Wine/ directory) /usr/ and /install/) it says it can't find the program ./configure
Any ideas? I've been working a lot on this, and inadvertantly stumbled across fixes to other issues for my Slackware install in so doing... hehe.
Actually, I think what's happening is that the ./configure is not in then /usr or /install dirs
If you don't want to use the package management that comes with slack (and I personaly don't blame you, don't use it myself), then untar Wine
Code:
tar -xzvf wine-xx.x.x.tgz
cd to the directory it created
Code:
cd wine-x.x.x
and run
Code:
./configure
<EDIT>
Side note: a *.tgz is simply (typically) another way of saying *.tar.gz - treat it as such
</EDIT>
I really appreciate the extra information, but all I was looking for is anything that would make it... work... lol
Wow, it's that simple? Ok, well thanks guys, especially you m00t00, because it was your fix that I tried first. I just didnt want to reply too soon because I've done that before when one thing worked and another didn't and I ended up double-posting with an edit of a new problem.
Now all I need to do is learn Wine.. Thanks again. =)
scuzzman, yes you can, but last time I checked, it was a binary package, with the files in the package as they would be relative to the root directory (IE you have a /path/to/untarred/slackpack/usr, and all the files under there would install under /usr). Now mabye im wrong, and they changed formats, but thats not the nicest thing to try to compile from source, no? =D
Im having a similar problem... it tells me that the directory cannot be found... i have followed the instructions on the website.. yet it dosnt work and when i try slack installpkg command it say the file is not a tgz
then most likely you didnt download a slackware package. Tell me more, what package is it, where did you download it, the full text of the errors, etc.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.