www.ProFTPD.de
13. März 2007, 19:44:06 *
Willkommen Gast. Bitte einloggen oder registrieren.
Haben Sie Ihre Aktivierungs E-Mail übersehen?

Einloggen mit Benutzername, Passwort und Sitzungslänge
News: SMF - Neu installiert!
 
   Übersicht   Hilfe Suche Login Registrieren  
Seiten: [1]   Nach unten
  Drucken  
Autor Thema: Proftpd Install unter Sue 9.0  (Gelesen 945 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
Akido-3000
Gast
« 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.
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #1 am: 21. März 2005, 07:07:59 »

naja, es fehlt gcc
Gespeichert

www.stonki.de:    the more I see, the more I know.......
www.proftpd.de:   Deutsche ProFTPD Dokumentation
www.krename.net:  Der Batch Renamer für KDE
www.kbarcode.net: Die Barcode Solution für KDE
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #2 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
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
GastLauti
Gast
« Antwort #3 am: 26. August 2005, 02:27:40 »

Und wie funktioniert der letzte schritt mit dem make oder so ich peil das nicht
Gespeichert
boom
Gast
« Antwort #4 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
Gespeichert
Anonymous
Gast
« Antwort #5 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.
Gespeichert
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #6 am: 18. Januar 2006, 19:52:27 »

Siehe auch http://www.proftpd.de/forum/viewtopic.php?t=619
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
mrboom
Gast
aha
« Antwort #7 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?
Gespeichert
das kommt
Gast
« Antwort #8 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 #
Gespeichert
VolGas
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 771



Profil anzeigen
« Antwort #9 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
Gespeichert
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #10 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.
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
rnshorst
ProFTPD
*
Offline Offline

Beiträge: 49

6267358 rnshorst rnshorst
Profil anzeigen
« Antwort #11 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
Gespeichert
Seiten: [1]   Nach oben
  Drucken  
 
Gehe zu:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Prüfe XHTML 1.0 Prüfe CSS
Seite erstellt in 0.075 Sekunden mit 19 Zugriffen.