[RedHat] project-zs-022302-patched.gz inst.

Fuzo

bekommt Übersicht
project-zs-022302-patched.gz inst.

habe mit tar project-zs-022302-patched.gz in /root enpakt.

und nun steh ich schon an, wie gehts weiter?
 
Was ist das?
Was werden für Dateien entpackt? (viellecht mit endung .sh?)
Gibt es ne README oder sowas ähnliches?

/dev/glaskugel ist hier nicht gemountet ...also mehr Infos bitte
 
In der readme.txt steht unter anderem:
3.2 First step

Good, you got this far. It proves you can set this thing up (it's as easy as
untarring if you follow the directions). zsconfig.h is the heart of zipscript
config, screw up here shows everywhere and makes you look lame :p

Before touching the config you might want to look COOKIES file. It contains
all cookies available - printing this file isnt a bad idea. Try to understand
how they work or you will have lots of difficulties when customizing the
output. When you think you have enough 'know how', you can open the zsconfig.h
with your favorite text editor.

zsconfig.h is located in: ./zipscript/conf/zsconfig.h



3.2 Almost ready

After you have double checked everything you need to run 'configure' and make.
You can use 'make install', if your glftpd is located in '/glftpd'. Otherwise
you need to copy binaries manually to your glftpd's bin dir, make your
glftpd.log writable for everyone (chmod +666 /glftpd/ftp-data/logs/glftpd.log),
create the zipdatadir 'mkdir -m777 /glftpd/ftp-data/zipscript' (default).

binaries are located in: ./zipscript/bin/

Also würde ich das auch so machen ... dann sollts ja laut Hersteller gehen.
 
hab alles so gemacht wie hier steht.

zsconfig.h geändert

glftpd.log writeable gamcht

/.configure

root@host [~/project-zs]# ./configure
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether time.h and sys/time.h may both be included... yes
checking how to run the C preprocessor... gcc -E
checking for sys/time.h... yes
checking for unistd.h... yes
checking for mysql/mysql.h... yes
checking for mysql_query in -lmysqlclient... yes
checking for curses_version in -lcurses... yes
NOTICE: mysql support disabled.
updating cache ./config.cache
creating ./config.status
creating Makefile
creating zipscript/src/Makefile
creating config.h
Now type 'make' to compile
root@host [~/project-zs]# make
make[1]: Entering directory `/root/project-zs/zipscript/src'
gcc -O2 -c -o zipscript-c.o zipscript-c.c
gcc -O2 -c -o dizreader.o dizreader.c
gcc -O2 -c -o stats.o stats.c
gcc -O2 -c -o complete.o complete.c
gcc -O2 -c -o convert.o convert.c
gcc -O2 -c -o multimedia.o multimedia.c
gcc -O2 -c -o race-file.o race-file.c
gcc -O2 -c -o cleanup.o cleanup.c
gcc -O2 -c -o datacleaner.o datacleaner.c
gcc -O2 -c -o postdel.o postdel.c
gcc -O2 -c -o racestats.o racestats.c
gcc -O2 -c -o rescan.o rescan.c
gcc zipscript-c.o dizreader.o stats.o complete.o convert.o multimedia.o race-file.o -o ../bin/zipscript-c
gcc postdel.o dizreader.o stats.o convert.o multimedia.o race-file.o -o ../bin/postdel
gcc racestats.o dizreader.o stats.o convert.o race-file.o -o ../bin/racestats
gcc cleanup.o -o ../bin/cleanup
gcc datacleaner.o -o ../bin/datacleaner
gcc -O2 -c -o crc.o crc.c
gcc rescan.o dizreader.o stats.o convert.o complete.o crc.o multimedia.o race-file.o -o ../bin/rescan
gcc -O2 -c -o racedebug.o racedebug.c
gcc racedebug.o -o ../bin/racedebug
total 224
-rwxr-xr-x 1 root root 15760 Aug 25 01:00 cleanup
-rwxr-xr-x 1 root root 13072 Aug 25 01:00 datacleaner
-rwxr-xr-x 1 root root 41849 Aug 25 01:00 postdel
-rwxr-xr-x 1 root root 12924 Aug 25 01:00 racedebug
-rwxr-xr-x 1 root root 34559 Aug 25 01:00 racestats
-rwxr-xr-x 1 root root 47070 Aug 25 01:00 rescan
-rwxr-xr-x 1 root root 48944 Aug 25 01:00 zipscript-c
make[1]: Leaving directory `/root/project-zs/zipscript/src'


dir erstellt
/glftpd/ftp-data/zipscript'

glftp.config die zeilen eingefügt

calc_crc *.[mM][pP]3 *.[zZ][iI][pP] *.[rR][aA][rR] *.[rRsS0-9][0-9][0-9]
post_check /bin/zipscript-c *
cscript DELE post /bin/postdel


hat alles gefunzt!


aber script läuft nicht
 
hi!

hab es auch so wie Fuzo gemacht und habe das gleiche prob, dass es nicht nicht läuft.

bei mir läuft suse 9.1.

danke für eure hilfe im voraus :)

jumper
 
habt ihr die binaries auch ins bin verzeichnis vom glftpd kopiert ? sonst geht da genau gar nix :)
 
Oben