 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

2nd June 2006, 08:31 PM
|
 |
Registered User
|
|
Join Date: Dec 2005
Location: In your closet
Age: 39
Posts: 2,287

|
|
|
anyone install KFTPGrabber?
Hi there everyone,
I'm attempting YAFTP client(KFTPGrabber), and it comes as a package that you have to configure, make, install & clean(I love these!). Within the four pages of install instructions presented to me, I see that I might need to provide some of the paths in case configure fails.
Configure failed.
This was the last line I got:
Quote:
|
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
|
Can anyone tell me what path I would use for this? Has anyone else installed this program?
thanks,
json
__________________
I read the f'ing manual, and it told me to ask you guys...
performing amazing acts of mediocrity since 1974.
-------------------------------------------------------------------
FC 7(32 bit)/Gnome
AMD Athlon 64 3400+
Nvidia 6800 GT
1 Gig ram
|

2nd June 2006, 08:44 PM
|
 |
Registered User
|
|
Join Date: Jun 2005
Location: Italy
Posts: 1,108

|
|
|
When a "configure" script complaints about missing headers, it is because you don't have the "devel" package of a given program installed. So, in your case, install the "devel" packages of Xorg.
__________________
- Captain...
- Yes, Spock?
- I can't believe my ears...
|

2nd June 2006, 10:23 PM
|
 |
Registered User
|
|
Join Date: Dec 2005
Location: In your closet
Age: 39
Posts: 2,287

|
|
|
I installed everything titled xorg* in yum except for xorg-x11-server-debuginfo(due to it's size), and it still gives me the same error.
Any other ideas?
thanks,
json
__________________
I read the f'ing manual, and it told me to ask you guys...
performing amazing acts of mediocrity since 1974.
-------------------------------------------------------------------
FC 7(32 bit)/Gnome
AMD Athlon 64 3400+
Nvidia 6800 GT
1 Gig ram
|

3rd June 2006, 04:09 AM
|
 |
Registered User
|
|
Join Date: Dec 2005
Location: In your closet
Age: 39
Posts: 2,287

|
|
|
Hi there,
searching on the web, I found the dir for the devel libs(/usr/X11R6/lib), and I do have them, but the app's not finding them on configure. Is there a way to tell it where it is located?
thanks,
json
__________________
I read the f'ing manual, and it told me to ask you guys...
performing amazing acts of mediocrity since 1974.
-------------------------------------------------------------------
FC 7(32 bit)/Gnome
AMD Athlon 64 3400+
Nvidia 6800 GT
1 Gig ram
|

3rd June 2006, 07:14 AM
|
 |
Registered User
|
|
Join Date: Jun 2005
Location: Italy
Posts: 1,108

|
|
Ok, you made me curious 
I tried compiling version 0.6.0 stable and 0.7.1 unstable.
./configure run with no problem at all, so I still think yours is a problem of missing packages.
Code:
rpm -qa | grep xorg | grep devel
gives me:
Code:
xorg-x11-proto-devel-7.0-6
xorg-x11-xtrans-devel-1.0.0-3.2
So I think this is what you're missing.
Anyway, the build gave me an error for both versions. I did a SVN checkout and build this rpm using an old DAG specfile (it was for version 0.5.0) with some minor editing.
I didn't test this but if you wanna try, here it is.
__________________
- Captain...
- Yes, Spock?
- I can't believe my ears...
|

3rd June 2006, 03:52 PM
|
 |
Registered User
|
|
Join Date: Dec 2005
Location: In your closet
Age: 39
Posts: 2,287

|
|
Hi Daneel,
Thanks so much for trying an install. Thanks even more for the lengths you went to trying to make it successful for my benefit.
Here's what I get with grep:
Quote:
xorg-x11-proto-devel-7.0-6
xorg-x11-drv-via-devel-0.1.33.2-2
xorg-x11-xtrans-devel-1.0.0-3.2
xorg-x11-drv-i810-devel-1.4.1.3-3.1
|
I placed this in my home directory. Should it be sitting somewhere else on configure/make & install? I just thought that maybe I'm outside an intended path.
thanks,
json
__________________
I read the f'ing manual, and it told me to ask you guys...
performing amazing acts of mediocrity since 1974.
-------------------------------------------------------------------
FC 7(32 bit)/Gnome
AMD Athlon 64 3400+
Nvidia 6800 GT
1 Gig ram
|

3rd June 2006, 04:36 PM
|
 |
Registered User
|
|
Join Date: Jun 2005
Location: Italy
Posts: 1,108

|
|
Quote:
|
I placed this in my home directory.
|
I dont' get it... do you mean you copied the rpms in your home dir?
If the list you posted is the result of a rpm query like that I posted above, you should already have these rpms installed in your system: then the ./configure of kftpgrabber step should find them.
I admit I'm puzzled...
__________________
- Captain...
- Yes, Spock?
- I can't believe my ears...
|

3rd June 2006, 04:39 PM
|
 |
Registered User
|
|
Join Date: Dec 2005
Location: In your closet
Age: 39
Posts: 2,287

|
|
|
I copied KFTPGrabber's directory into my home directory and attempted to configure it from there is what I meant. I thought maybe I had to copy the KFTPGrabber-0.6.0 folder somewhere else for it to configure correctly.
In short, I just don't know where I should put the FTP folder before I begin trying to install it.
thanks,
json
__________________
I read the f'ing manual, and it told me to ask you guys...
performing amazing acts of mediocrity since 1974.
-------------------------------------------------------------------
FC 7(32 bit)/Gnome
AMD Athlon 64 3400+
Nvidia 6800 GT
1 Gig ram
|

3rd June 2006, 04:54 PM
|
 |
Registered User
|
|
Join Date: Jun 2005
Location: Italy
Posts: 1,108

|
|
|
You have, say, a kftpgrabber-0.6.0.tar.bz2 file, that is a "tarball" with the source code.
You simply have to untar it (tar -xvjf kftpgrabber-0.6.0.tar.bz2) wherever you want (your home is fine),
cd into the top dir that was created (kftpgrabber-0.6.0) and run ./configure.
I'm sorry, but if you do have those xorg packages above installed I don't know why the configure script doesn't find them.
Did you try the package I uploaded above?
__________________
- Captain...
- Yes, Spock?
- I can't believe my ears...
|

3rd June 2006, 05:00 PM
|
 |
Registered User
|
|
Join Date: Dec 2005
Location: In your closet
Age: 39
Posts: 2,287

|
|
|
I did not. Am I to download that and try installing that the same way?
I'm very sorry for the trouble, but I'm still very ignorant about installing things. I imagine what I'm asking is common sense, but I'm still a little slow about all of this.
thanks,
json
__________________
I read the f'ing manual, and it told me to ask you guys...
performing amazing acts of mediocrity since 1974.
-------------------------------------------------------------------
FC 7(32 bit)/Gnome
AMD Athlon 64 3400+
Nvidia 6800 GT
1 Gig ram
|

3rd June 2006, 05:26 PM
|
 |
Registered User
|
|
Join Date: Jun 2005
Location: Italy
Posts: 1,108

|
|
It is a rpm package: that is a binary program, ready to be installed and used.
I had to compress it because you can upload here only certain types of files.
Download the file, then open a terminal in the directory where you saved it and type
Code:
bunzip2 kftpgrabber-20060603.svn-0.fc5.rf.i686.rpm.bz2
this will decompress the file
then, as root
Code:
rpm -ivh kftpgrabber-20060603.svn-0.fc5.rf.i686.rpm
this will install the program.
then as a normal user launch the program: type "kftpgrabber" in a terminal (there should be an icon in the K menu but I don't see it...)
Uninstalling is done as root with
Code:
rpm -ev kftpgrabber
__________________
- Captain...
- Yes, Spock?
- I can't believe my ears...
|

3rd June 2006, 05:51 PM
|
 |
Registered User
|
|
Join Date: Dec 2005
Location: In your closet
Age: 39
Posts: 2,287

|
|
oh wow, it works!
I can't thank you enough for all of your help! It installed with no problem at all, and I even have a handy little icon!
You sir, have given me a reason to live
thanks,
json
__________________
I read the f'ing manual, and it told me to ask you guys...
performing amazing acts of mediocrity since 1974.
-------------------------------------------------------------------
FC 7(32 bit)/Gnome
AMD Athlon 64 3400+
Nvidia 6800 GT
1 Gig ram
|

3rd June 2006, 06:00 PM
|
 |
Registered User
|
|
Join Date: Jun 2005
Location: Italy
Posts: 1,108

|
|
... it was fun.
__________________
- Captain...
- Yes, Spock?
- I can't believe my ears...
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 21:40 (Tuesday, 21-05-2013)
|
|
 |
 |
 |
 |
|
|