www.ProFTPD.de

ProFTPD => ProFTPD - Deutsch => Thema gestartet von: Akido-3000 am 21. März 2005, 02:18:39



Titel: Proftpd Install unter Sue 9.0
Beitrag von: Akido-3000 am 21. März 2005, 02:18:39
Hi,
ich versuche nun schon seit vollen 3 Stunden mir Proftp zu installieren, und langsam bi ich mir sicher, da das problem nicht bei mir Liegt.
wenn ich
Code:
./ configure && make && make install
eingebe, bekomm ich volgende Fehlermeldung:
Code:

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compilier found in $PATH
See 'config.log' for more details.


Titel: Re: Proftpd Install unter Sue 9.0
Beitrag von: stonki am 21. März 2005, 07:07:59
naja, es fehlt gcc


Titel: Re: Proftpd Install unter Sue 9.0
Beitrag von: Wörsty am 22. März 2005, 00:10:03
Zitat von: "stonki"
naja, es fehlt gcc

Und wahrscheinlich noch 1000 andere wie z.B. zlib, mysql-devel & Co.

Zitat von: "Akido-3000"
Code:
./ configure && make && make install

Achso. Ich empfehle übrigens - gerade für Anfänger:

./configure
Ausgaben lesen
make
Ausgaben lesen
make install
Ausgaben lesen


Titel: Proftpd Install unter Sue 9.0
Beitrag von: GastLauti am 26. August 2005, 02:27:40
Und wie funktioniert der letzte schritt mit dem make oder so ich peil das nicht


Titel: genau
Beitrag von: boom am 18. Januar 2006, 14:16:43
hallo

so dann möchte ich auch mal

also ich habe mir auch einen suse 9 server gemietet,und habe das selbe problem wie er.

mysql lässt sich nicht installieren,und beo proftp kommt die selbe fehlermeldung

könnt ihr vieleicht mal so lieb sein,und mir sagen wie ich das alles installiere,und was ich dafür brauche

vielen dank


Titel: Proftpd Install unter Sue 9.0
Beitrag von: Anonymous am 18. Januar 2006, 19:51:26
Du brauchst z.B. libz, mysql-devel, mysql, kernel-headers, gcc, flex
Installieren tust du die im Suse Installationsprogramm.
Die meisten findest du hier: http://search.rpmseek.com/search.html
Oder auf der SuSE CD/DVD.
Ansonsten: Anfagen & wenn du nicht weiter kommst, die Fehlermeldung und deine Fragen dazu posten.


Titel: Proftpd Install unter Sue 9.0
Beitrag von: Wörsty am 18. Januar 2006, 19:52:27
Siehe auch http://www.proftpd.de/forum/viewtopic.php?t=619


Titel: aha
Beitrag von: mrboom am 18. Januar 2006, 23:22:38
Installieren tust du die im Suse Installationsprogramm


meinst du damit yast?

muss ich die dateien an einen bestimmten ort kopieren bevor ich sie installe?


Titel: Proftpd Install unter Sue 9.0
Beitrag von: das kommt am 18. Januar 2006, 23:30:58
das kommt bei der installation raus



v22212:/home/mysql-standard-5.0.18-linux-i686-glibc23 # ./configure --prefix=/usr/local/mysql
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!

To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you.  If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.

Installing all prepared tables
Fill help tables

To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h v22895.innertrace.de password 'new-password'
See the manual for more instructions.

You can start the MySQL daemon with:
cd . ; ./bin/mysqld_safe &

You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:
cd sql-bench ; perl run-all-tests

Please report any problems with the ./bin/mysqlbug script!

The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at https://order.mysql.com
Starting the mysqld server.  You can test that it is up and running
with the command:
./bin/mysqladmin version
v22895:/home/mysql-standard-5.0.18-linux-i686-glibc23 #
v22895:/home/mysql-standard-5.0.18-linux-i686-glibc23 # chown: `mysql': invalid user
Starting mysqld daemon with databases from /home/mysql-standard-5.0.18-linux-i686-glibc23/data
STOPPING server from pid file /home/mysql-standard-5.0.18-linux-i686-glibc23/data/v22895.innertrace.de.pid
060118 23:26:51  mysqld ended

make
make: *** No targets specified and no makefile found.  Stop.
v22895:/home/mysql-standard-5.0.18-linux-i686-glibc23 #


Titel: Proftpd Install unter Sue 9.0
Beitrag von: VolGas am 19. Januar 2006, 01:53:43
Ihr seid mittlerweile total off-topic - hier ist ein ProFTPD-Forum!

Bei Problemen und/oder fehlendem Grundwissen solltet Ihr -meiner Meinung nach-
eine Doku lesen oder Euch an ein entsprechendes (Suse)Forum wenden.

mfg.
  VolGas


Titel: Proftpd Install unter Sue 9.0
Beitrag von: Wörsty am 19. Januar 2006, 08:01:52
Zitat von: "VolGas"
Ihr seid mittlerweile total off-topic - hier ist ein ProFTPD-Forum!

Bei Problemen und/oder fehlendem Grundwissen solltet Ihr -meiner Meinung nach-
eine Doku lesen oder Euch an ein entsprechendes (Suse)Forum wenden.

mfg.
  VolGas

Jupp. Aber er liest ja wohl nicht mal die Ausgaben. Da steh doch alles?! :?
Code:
z.B. chown: `mysql': invalid user

Frag jetzt bitte nicht, wie man user anlegt.
(http://www.svrider.de/Forum/images/smiles/falschesforum.gif)


Titel: Re: genau
Beitrag von: rnshorst am 20. Januar 2006, 10:14:34
Zitat von: "boom"
hallo

so dann möchte ich auch mal

also ich habe mir auch einen suse 9 server gemietet,und habe das selbe problem wie er.

mysql lässt sich nicht installieren,und beo proftp kommt die selbe fehlermeldung

könnt ihr vieleicht mal so lieb sein,und mir sagen wie ich das alles installiere,und was ich dafür brauche

vielen dank


Für Proftpd : suse9 RPM zum bleistift.

http://www.proftpd.de/forum/viewtopic.php?t=1872


MfG