Problem mit Installation !
-
Hi,
Ich versuch gerade mich in Linux einzuarbeiten. Hm Mein Problem ist, dass ich es nicht hinbekomme unter Linux irgentwelche Programm zu installieren.
Ich weiß zwar, dass man entwender durch ein sh(Shell Script) etwas installieren kann oder durch eine ausführbare Datei.
Was ist aber wenn ich wender das eine noch das andere in meinem Verzeichnis habe ?
Und Woher weiß ich ob eine bestimmte Datei ausführbar ist ?
Ich versuch LICQ zum laufen zu bekommen, finde aber keine möglichkeit es zu installieren.
Mein Verzeichis zieht wie folgent aus:
--------------------------------------
file:/home/cenetix/Downloads/licq-1.2.7/admin
file:/home/cenetix/Downloads/licq-1.2.7/autom4te.cache
file:/home/cenetix/Downloads/licq-1.2.7/bin
file:/home/cenetix/Downloads/licq-1.2.7/contrib
file:/home/cenetix/Downloads/licq-1.2.7/converters
file:/home/cenetix/Downloads/licq-1.2.7/CVS
file:/home/cenetix/Downloads/licq-1.2.7/doc
file:/home/cenetix/Downloads/licq-1.2.7/include
file:/home/cenetix/Downloads/licq-1.2.7/plugins
file:/home/cenetix/Downloads/licq-1.2.7/share
file:/home/cenetix/Downloads/licq-1.2.7/sounds
file:/home/cenetix/Downloads/licq-1.2.7/src
file:/home/cenetix/Downloads/licq-1.2.7/upgrade
file:/home/cenetix/Downloads/licq-1.2.7/acinclude.m4
file:/home/cenetix/Downloads/licq-1.2.7/acinclude.m4.in
file:/home/cenetix/Downloads/licq-1.2.7/aclocal.m4
file:/home/cenetix/Downloads/licq-1.2.7/ChangeLog
file:/home/cenetix/Downloads/licq-1.2.7/config.h
file:/home/cenetix/Downloads/licq-1.2.7/config.h.in
file:/home/cenetix/Downloads/licq-1.2.7/config.log
file:/home/cenetix/Downloads/licq-1.2.7/config.status
file:/home/cenetix/Downloads/licq-1.2.7/configure
file:/home/cenetix/Downloads/licq-1.2.7/configure.in
file:/home/cenetix/Downloads/licq-1.2.7/INSTALL
file:/home/cenetix/Downloads/licq-1.2.7/libtool
file:/home/cenetix/Downloads/licq-1.2.7/LICENSE
file:/home/cenetix/Downloads/licq-1.2.7/Makefile
file:/home/cenetix/Downloads/licq-1.2.7/Makefile.am
file:/home/cenetix/Downloads/licq-1.2.7/Makefile.cvs
file:/home/cenetix/Downloads/licq-1.2.7/Makefile.in
file:/home/cenetix/Downloads/licq-1.2.7/post-install
file:/home/cenetix/Downloads/licq-1.2.7/README-0.61-0.70
file:/home/cenetix/Downloads/licq-1.2.7/README-0.70-0.71
file:/home/cenetix/Downloads/licq-1.2.7/README-1.2.0
file:/home/cenetix/Downloads/licq-1.2.7/README.FREEBSD
file:/home/cenetix/Downloads/licq-1.2.7/README.ICS
file:/home/cenetix/Downloads/licq-1.2.7/README.OPENSSL
file:/home/cenetix/Downloads/licq-1.2.7/stamp-h
file:/home/cenetix/Downloads/licq-1.2.7/stamp-h.in
file:/home/cenetix/Downloads/licq-1.2.7/stamp-h1Mein Prob ist nun wie ich weiter mache.
Wäre über jede Hilfe Dankbar !Bye
-
Der Standardschritt ist eigentlich
#./configure
#make
#make installAber besser noch davor das File README und INSTALL lesen. Da stehen meist die Anweisungen drin, um das Ding zum laufen zu bekommen.
Wenn du wissen willst was eine einzelne datei ist probier mal
#file somefileErgebniss:
snorre bin # file santa santa: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.4.1, dynamically linked (uses shared libs), not stripped
Eine uebersicht ueber die File flags bekommst du wenn du hinter ls das flag -l angibst
Hope this helps