Hallöle
ich bin Linuxbeginner und versuche ggrab auf einem cobalt-raq zu installieren. Liegt auch schon alles in /ggrab . Mit chown habe ich alle Dateien root zugeordnet.
zu sserver:
-------------------------------------
[root ggrab]# make sserver
g++ -DREENTRANT -D_LARGEFILE64_SOURCE -Wall -Wshadow -W -c -o sserver.o sserv
er.cpp
g++ -DREENTRANT -D_LARGEFILE64_SOURCE -Wall -Wshadow -W -s -static sserver.cpp
-o sserver -lpthread
[root ggrab]# ./sserver
server startet
----------------------------------
das sieht schon mal gut aus, oder ?
bei ggrab klappts nicht so toll
-----------------------------------
[root ggrab]# ./ggrab -host 192.168.0.105 -e mpg
sh: ./ggrab: Permission denied
[root ggrab]# make ggrab
g++ -DREENTRANT -D_LARGEFILE64_SOURCE -Wall -Wshadow -W -c -o ggrab.o ggrab.c
pp
In file included from ggrab.cpp:36:
pesstream.h:56: field `m_last_time' has incomplete type
make: *** [ggrab.o] Error 1
[root ggrab]# ./ggrab -host 192.168.0.105 -e mpg
sh: ./ggrab: Permission denied
[root ggrab]# makefile ggrab
sh: makefile: command not found
[root ggrab]# ls
cbuffer.cpp ggrab.cpp list.o pesstream.h sserver.h tools.h
cbuffer.h HISTORY Makefile README sserver.o tools.o
cbuffer.o list.cpp Makefile.am sserver streamudp.c vlog.c
ggrab list.h pesstream.cpp sserver.cpp tools.cpp
[root ggrab]# Makefile ggrab
sh: Makefile: command not found
[root ggrab]# ./ggrab
sh: ./ggrab: Permission denied
[root ggrab]#
---------------------------------------------
hab mal alle meine Anfängereingaber kopiert. Kann mir jemand einen Tip geben, wie ich da was hinbekomme?
Danke und Gruss Martin
ggrab auf linux / wer gibt mir ne Linux-Einführung dabei
-
- Neugieriger
- Beiträge: 16
- Registriert: Sonntag 11. August 2002, 02:00
-
- Einsteiger
- Beiträge: 394
- Registriert: Mittwoch 9. Oktober 2002, 11:12
Hallo,
chmod +x ggrab
es bestehen aus irgendeinem Grund keine Ausführungsrechte:sh: ./ggrab: Permission denied
chmod +x ggrab
Da ist die "timeval" Struktur nicht definiert, warum, k.a.. Muß dann in nem anderen include-File drin sein. (Irgendwo in /usr/include).pesstream.h:56: field `m_last_time' has incomplete type