LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This 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


Reply
  Search this Thread
Old 11-23-2004, 11:50 PM   #1
gbdavidx
Member
 
Registered: Oct 2004
Location: Sac, Calif
Distribution: Slackware 10.0
Posts: 123

Rep: Reputation: 15
Error when i try to install KBear for using FTP


when i type ./configure, everything works and it says now type make... when i type make, i get this error:
Code:
bash-2.05b# make
cd . && make -f admin/Makefile.common configure.in ;
make[1]: Entering directory `/root/Desktop/kbear-3.0alpha1b'
make[1]: Leaving directory `/root/Desktop/kbear-3.0alpha1b'
cd . && /bin/sh /root/Desktop/kbear-3.0alpha1b/admin/missing --run acloc
al-1.7
/root/Desktop/kbear-3.0alpha1b/admin/missing: line 46: aclocal-1.7: comm
and not found
WARNING: `aclocal-1.7' is missing on your system.  You should only need                  it if
         you modified `acinclude.m4' or `configure.in'.  You might want
         to install the `Automake' and `Perl' packages.  Grab them from
         any GNU archive site.
cd . && \
  /bin/sh /root/Desktop/kbear-3.0alpha1b/admin/missing --run automake-1.                 7 --foreign  Makefile
/root/Desktop/kbear-3.0alpha1b/admin/missing: line 46: automake-1.7: com                 mand not found
WARNING: `automake-1.7' is missing on your system.  You should only need                  it if
         you modified `Makefile.am', `acinclude.m4' or `configure.in'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
cd . && perl admin/am_edit Makefile.in
cd . && /bin/sh /root/Desktop/kbear-3.0alpha1b/admin/missing --run autoc                 onf
Can't locate object method "path" via package "Request" at /usr/share/au                 toconf/Autom4te/C4che.pm line 69, <GEN1> line 111.
make: *** [configure] Error 1
Whats automake? and do i need to install perl packages???? I never modified acinclude.m4 or configure.in i don't know what there talking about... thanks for the help
 
Old 11-24-2004, 12:04 AM   #2
gbdavidx
Member
 
Registered: Oct 2004
Location: Sac, Calif
Distribution: Slackware 10.0
Posts: 123

Original Poster
Rep: Reputation: 15
ok well i downloaded/complied the perl package, now i get this error:

Code:
bash-2.05b# make
cd . && /bin/sh /root/Desktop/kbear-3.0alpha1b/admin/missing --run autoconf
Can't locate object method "path" via package "Request" at /usr/share/autoconf/Autom4te/C4che.pm line 69, <GEN1> line 111.
make: *** [configure] Error 1
bash-2.05b#
any ideas??? thanks
 
Old 11-24-2004, 12:07 AM   #3
gbdavidx
Member
 
Registered: Oct 2004
Location: Sac, Calif
Distribution: Slackware 10.0
Posts: 123

Original Poster
Rep: Reputation: 15
Well i went to that file and found line 111, and this is what i got:
C<$request{path}> and

no idea what it means... any help is appreciated, thanks
 
Old 11-24-2004, 12:15 AM   #4
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
Looks like you need to install the package that contains "automake." Automake is a development tool that generates makefiles using Perl. I don't know which Linux flavour you're using, but I'd imagine automake comes with most, if not all, Linux distros.

As a side note, I would not use "root" as my everyday account.

(P.S.) I find gFTP to be a better FTP client application.

Last edited by daihard; 11-24-2004 at 12:17 AM.
 
Old 11-24-2004, 12:18 AM   #5
gbdavidx
Member
 
Registered: Oct 2004
Location: Sac, Calif
Distribution: Slackware 10.0
Posts: 123

Original Poster
Rep: Reputation: 15
im using slackware 10... it says that `automake-1.7' is not installed when i've complied a bunch of programs using, ./configure, make, and make install.... wierd
 
Old 11-24-2004, 12:23 AM   #6
gbdavidx
Member
 
Registered: Oct 2004
Location: Sac, Calif
Distribution: Slackware 10.0
Posts: 123

Original Poster
Rep: Reputation: 15
how do i connect to http://cvs.transgaming.org/cgi-bin/viewcvs.cgi/winex/ to download winex???? any help would be great... thanks

with gftp that is :P

Last edited by gbdavidx; 11-24-2004 at 12:27 AM.
 
Old 11-24-2004, 12:46 AM   #7
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
Quote:
Originally posted by gbdavidx
im using slackware 10... it says that `automake-1.7' is not installed when i've complied a bunch of programs using, ./configure, make, and make install.... wierd
I am not familiar with Slackware, but there's got to be a way to install missing components. Without GNU tools such as autoconf and automake, you can't compile/install apps from the source.
 
Old 11-24-2004, 12:52 AM   #8
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
Quote:
Originally posted by gbdavidx
how do i connect to http://cvs.transgaming.org/cgi-bin/viewcvs.cgi/winex/ to download winex???? any help would be great... thanks
I don't think you use FTP to download source from CVS. WineX may be an exception, but you usually use a command like "cvs login" from the terminal to log into the CVS source repository and then run a few other commands (like "cvs co -f Makefile") to download the source from there. There may be other ways, but that's the only way that I'm aware of.
 
Old 11-24-2004, 03:12 PM   #9
gbdavidx
Member
 
Registered: Oct 2004
Location: Sac, Calif
Distribution: Slackware 10.0
Posts: 123

Original Poster
Rep: Reputation: 15
how do i download winex using cvs? all this stuff is new to me... thanks
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
KBear crashes need beter FTP RedShirt Linux - Software 6 12-02-2006 02:56 AM
Active FTP and Konqueror, KBear, Mozilla et all... SAB Linux - Networking 2 10-26-2005 07:38 PM
Graphical FTP client (not kbear) musicman_ace Linux - Software 6 02-12-2005 10:40 PM
Need to chown a bunch of remote files. Kbear? $ftp? asktoby Linux - Software 0 12-06-2004 10:27 AM
kbear ftp client icecube Linux - Software 3 12-05-2002 06:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration