Unix Technical Forum

Install error

This is a discussion on Install error within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> I have a directory "~/My Downloads" and downloaded some programs there and tried to make install them, but all ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-20-2008, 07:32 AM
hovnatan
 
Posts: n/a
Default Install error

I have a directory "~/My Downloads" and downloaded some programs there
and tried to make install them, but all the time I had got the same
problem - make install gives me that it cannot find "~/My" directory.
When I tried to make install them in "~" everything went ok. I don't
understand why it sees only "~/My" but not "~/My Downloads".

Hovnatan

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-20-2008, 07:32 AM
BenneJezzerette
 
Posts: n/a
Default Re: Install error

hovnatan wrote:
> I have a directory "~/My Downloads" and downloaded some programs there
> and tried to make install them, but all the time I had got the same
> problem - make install gives me that it cannot find "~/My" directory.
> When I tried to make install them in "~" everything went ok. I don't
> understand why it sees only "~/My" but not "~/My Downloads".
>
> Hovnatan
>

Because it formats it as My/ Directory. Use Downloads, Download or
download, and when changing to the direcctory be sure you use the proper
casing. They are created with the way you format it. D or d. Spaces in
Linux are treated oddly. Not like M$ Windows.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-20-2008, 07:32 AM
jg
 
Posts: n/a
Default Re: Install error

hovnatan wrote:

> I have a directory "~/My Downloads" and downloaded some programs there
> and tried to make install them, but all the time I had got the same
> problem - make install gives me that it cannot find "~/My" directory.
> When I tried to make install them in "~" everything went ok. I don't
> understand why it sees only "~/My" but not "~/My Downloads".
>
> Hovnatan


Try ~/My\ Downloads (that is, escape the space).

--
jjg
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-20-2008, 07:32 AM
Lasse Collin
 
Posts: n/a
Default Re: Install error

hovnatan wrote:

> I have a directory "~/My Downloads" and downloaded some programs
> there and tried to make install them, but all the time I had got the
> same problem - make install gives me that it cannot find "~/My"
> directory. When I tried to make install them in "~" everything went
> ok. I don't understand why it sees only "~/My" but not "~/My
> Downloads".
>
> Hovnatan


It's a bug in installpkg, it doesn't handle spaces correctly. Avoid
spaces and other more special characters in paths and filenames when
you use Slackware package tools. If you like, you can have the packages
in "~/My Downloads" but you must first go to that directory with
command "cd ~/My\ Downloads" and then use installpkg or upgradepkg.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-20-2008, 07:32 AM
BenneJezzerette
 
Posts: n/a
Default Re: Install error

Lasse Collin wrote:
> hovnatan wrote:
>
>
>>I have a directory "~/My Downloads" and downloaded some programs
>>there and tried to make install them, but all the time I had got the
>>same problem - make install gives me that it cannot find "~/My"
>>directory. When I tried to make install them in "~" everything went
>>ok. I don't understand why it sees only "~/My" but not "~/My
>>Downloads".
>>
>>Hovnatan

>
>
> It's a bug in installpkg, it doesn't handle spaces correctly. Avoid
> spaces and other more special characters in paths and filenames when
> you use Slackware package tools. If you like, you can have the packages
> in "~/My Downloads" but you must first go to that directory with
> command "cd ~/My\ Downloads" and then use installpkg or upgradepkg.
>

or just find slapt-get like I did, and get all the latest from the
-current and be up to date for most of it. Got to apache.org to get the
latest there, and also php is new on their site, both are easy to
confgure then make and make install. I have done it and am a new user to
slackware and it has become very easy in the 4 weeks of using slackware 10.1
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-20-2008, 07:33 AM
William Hamblen
 
Posts: n/a
Default Re: Install error

On 2005-04-09, hovnatan <hovnatan@gmail.com> wrote:
> I have a directory "~/My Downloads" and downloaded some programs there
> and tried to make install them, but all the time I had got the same
> problem - make install gives me that it cannot find "~/My" directory.
> When I tried to make install them in "~" everything went ok. I don't
> understand why it sees only "~/My" but not "~/My Downloads".


Avoid spaces in directory or file names.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-20-2008, 07:33 AM
Penguin_X
 
Posts: n/a
Default Re: Install error

hovnatan wrote:
> I have a directory "~/My Downloads" and downloaded some programs there
> and tried to make install them, but all the time I had got the same
> problem - make install gives me that it cannot find "~/My" directory.
> When I tried to make install them in "~" everything went ok. I don't
> understand why it sees only "~/My" but not "~/My Downloads".
>
> Hovnatan
>

mv My\ Downloads\ Downloads

--
#include <iostream>
#include <string>

int main(){
string myFavoriteOS = "Unix";
cout << "My favorite OS is "
<< myFavoriteOS << end;
return 0;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-20-2008, 07:33 AM
Joost Kremers
 
Posts: n/a
Default Re: Install error

Penguin_X wrote:
> mv My\ Downloads\ Downloads


nope:

mv My\ Downloads Downloads

--
Joost Kremers joostkremers@yahoo.com
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-20-2008, 07:33 AM
hovnatan
 
Posts: n/a
Default Re: Install error

thanks!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-20-2008, 07:36 AM
M.Titus
 
Posts: n/a
Default Re: Install error

On 04-09-2005, in alt.os.linux.slackware,
BenneJezzerette <jennifer755@cox.net> wrote:

> hovnatan wrote:
>> I have a directory "~/My Downloads" and downloaded some programs
>> there and tried to make install them, but all the time I had got
>> the same problem - make install gives me that it cannot find
>> "~/My" directory. When I tried to make install them in "~"
>> everything went ok. I don't understand why it sees only "~/My"
>> but not "~/My Downloads".
>>
>> Hovnatan


> Because it formats it as My/ Directory. Use Downloads, Download or
> download, and when changing to the direcctory be sure you use the
> proper casing. They are created with the way you format it. D or
> d. Spaces in Linux are treated oddly. Not like M$ Windows.


Perhaps M$ Windows treats spaces oddly?

Max

--
____ ____ ____
||M |||A |||X ||
||__|||__|||__||
|/__\|/__\|/__\|
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 06:42 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com