Also ... nun bin ich ein Stück weiter.
Ich hab MySQL nochmal neu in v. 4.00.18 installiert.
Nach
./configure --with-modules=mod_sql:mod_sql_mysql --with-includes=/usr/inculde/mysql --with-libraries=/usr/lib/mysql
(welches auf meinem System die Verzeichnisse sind in denen ich mysql.h bzw. libmysqlclient.a gefunden habe),
erhielt ich jedoch nun eine Fehlermeldung, das kein Speicherplatz mehr da sei.
Ich habe mal die letzten Meldungen, mit einem df -h dahinter
hier reinkopiert ...
Bis auf "LABEL=/" ist auf allen Partitionen doch noch Platz ..
Und "LABEL=/" ... sagt mir nix .. muss / kann ich da irgendwie Platz schaffen?
checking for setpassent... no
checking for struct sockaddr_in.sin_len... no
checking whether struct addrinfo is defined... yes
checking whether struct sockaddr_storage is defined... yes
checking whether ss_family is defined... yes
checking whether ss_len is defined... no
checking whether __ss_len is defined... no
checking whether setgrent returns void... yes
checking for setproctitle... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking for setproctitle in -lutil... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking whether __progname and __progname_full are available... no
checking which argv replacement method to use... writeable
checking whether printf supports %llu format... sed: couldn't write 80 items to stdout: No space left on device
no
checking whether gcc accepts -Wno-long-double... no
cat: write error: No space left on device
sed: couldn't write 48 items to stdout: No space left on device
configure: creating ./config.status
sed: Couldn't flush stdout: No space left on device
sed: Couldn't flush stdout: No space left on device
config.status: creating lib/Makefile
config.status: creating modules/Makefile
config.status: creating src/Makefile
config.status: creating src/ftpdctl.8
config.status: creating src/proftpd.8
config.status: creating src/xferlog.5
config.status: creating utils/Makefile
config.status: creating utils/ftpcount.1
config.status: creating utils/ftpshut.8
config.status: creating utils/ftptop.1
config.status: creating utils/ftpwho.1
config.status: creating Makefile
config.status: creating Make.rules
./config.status: line 1185: syntax error near unexpected token `done'
./config.status: line 1185: `done'
sort: close failed: -: No space left on device
/proFTP/proftpd-1.2.10 # df -h
Filesystem Size Used Avail Use% Mounted on
LABEL=/ 496M 496M 0 100% /
tmpfs 20M 4.0K 20M 1% /dev/shm
/dev/hda5 4.9G 572M 4.4G 12% /usr
/dev/hda6 4.9G 164M 4.8G 4% /var
/dev/hda7 27G 14G 14G 50% /home
tmpfs 122M 64K 122M 1% /tmp
/proFTP/proftpd-1.2.10 #