Installing stuff... ?

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Installing stuff... ?

Post by ayu »

I have encountered this problem before, but lazy human as i am i have found another way around it, but this time that failed.

Now i am wondering how i install this =P

i have the following files in a folder....

Folders:
Build (has the following files, depcomp.sh, install-sh.sh, missing.sh)
debian (changelog, compat, control, copyright, dirs, docs, makefile.am, makefile.in, rules)
src (arpdiscover.c, arpflood.c, arppoison.c, makefile.am, makefile.in)

Files:
aclocal.m4
AUTHORS
ChangeLog
Config.h.in
configure.sh
configure.ac
COPYING
INSTALL
Makefile.am
Makefile.in
NEWS
README
TODO


Thanks in advance =))))))))
"The best place to hide a tree, is in a forest"

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

checked the README and INSTALL files? :-k

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

yeah but it says that i don't have an "acceptable C compiler"

Should i use "gcc" for that?

EDIT: seems like i didn't install gcc when i installed Debian on this computer. Could anyone link me to the package section for Debian? the search section =/ i can't find it (found a page in Debian with a search function, but it wasn't the right one)
"The best place to hide a tree, is in a forest"

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

Code: Select all

apt-get install gcc
:wink:

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

bad_brain wrote:

Code: Select all

apt-get install gcc
:wink:
yeah thats what i did ^^ but i think i need some other packages mentioned in the readme and install file
"The best place to hide a tree, is in a forest"

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

well, simply use the package search function in the Debian repositories then...but because Debian package names can be a little different from the "official" source packages you best search for a part of the name, also make sure to verify the version is the needed one.
if you have problems to find some packages simply post the names here, I'll look then if I can retrieve them... :wink:

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

yeah well the page i was looking for was this one

http://www.debian.org/distrib/packages

(im at home now so i have it here ^^)



but in school i could only find this one

http://search.debian.org/

and this one sucks imo :/
"The best place to hide a tree, is in a forest"

User avatar
computathug
Administrator
Administrator
Posts: 2693
Joined: 29 Mar 2007, 16:00
17
Location: UK
Contact:

Post by computathug »

hope this helps as well for future reference:-

How To Search For Missing Packages With apt-file On Debian and Ubuntu


Code: Select all

http://www.howtoforge.com/apt_file_debian_ubuntu

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

good one...*bookmark*

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

computathug wrote:hope this helps as well for future reference:-

How To Search For Missing Packages With apt-file On Debian and Ubuntu


Code: Select all

http://www.howtoforge.com/apt_file_debian_ubuntu

Nice, thanks =D
"The best place to hide a tree, is in a forest"

Post Reply