B
b00r
Grünschnabel
Hallo Liebes Unixboard Mitglieder und Gründer,
Ich bin neu im Forum deswegen Grüß ich euch alle ermal herzlich.
danach will ich auch schon mein erstes Problem mit euch teilen. Ich bin ein Absolutes Linux bzw (Debian 3.1) Anfänger.
ich Nutze es erst seid 1-2 Wochen oder so
Im forum habe ich auch schon gesucht aber leider nichts gefunden was meine Frage beantwortet.
Naja aufjeden fall wollte ich es mir installieren [RealVNC 4.1.1] und folgende schritte die ich ausgeführt habe sind dies:
./configure
./make
Und bei Make bekomme ich das fehler LXext konnte nicht gefunden werden. Ich glaube irgentein Liberyl fehlt aber welches ?
Ich hoffe ihr könnt mir weiterhelfen.
Mit Freundlichen Grüßen
kaNi
PS: Ich hoffe ich habe nicht im Falschen forum gepostet.
Ich bin neu im Forum deswegen Grüß ich euch alle ermal herzlich.
danach will ich auch schon mein erstes Problem mit euch teilen. Ich bin ein Absolutes Linux bzw (Debian 3.1) Anfänger.
ich Nutze es erst seid 1-2 Wochen oder so
Im forum habe ich auch schon gesucht aber leider nichts gefunden was meine Frage beantwortet.
Naja aufjeden fall wollte ich es mir installieren [RealVNC 4.1.1] und folgende schritte die ich ausgeführt habe sind dies:
./configure
Code:
Setting up libperl-dev (5.8.4-8sarge5) ...
debian:/usr/exploit/vncsrv/unix# ./configure
loading cache ./config.cache
configuring common...
loading cache ./config.cache
checking for gcc... (cached) 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... (cached) yes
checking whether gcc accepts -g... (cached) no
checking for c++... (cached) c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) no
checking for ranlib... (cached) ranlib
checking whether make sets ${MAKE}... (cached) yes
checking how to run the C++ preprocessor... (cached) c++ -E
checking for X... (cached) no
configuring zlib...
Checking for gcc...
Building static library libz.a version 1.1.4 with gcc.
Checking for unistd.h... Yes.
Checking for errno.h... Yes.
Checking for mmap support... Yes.
...done configuring zlib
checking for vsnprintf... (cached) yes
checking for socklen_t... yes
creating ./config.status
creating Makefile
creating rdr/Makefile
creating network/Makefile
creating Xregion/Makefile
creating rfb/Makefile
...done configuring common
checking for gcc... (cached) 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... (cached) yes
checking whether gcc accepts -g... (cached) no
checking for c++... (cached) c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) no
checking for ranlib... (cached) ranlib
checking whether make sets ${MAKE}... (cached) yes
checking how to run the C++ preprocessor... (cached) c++ -E
checking for X... (cached) no
creating ./config.status
creating Makefile
creating tx/Makefile
creating x0vncserver/Makefile
creating vncviewer/Makefile
creating vncconfig/Makefile
creating vncpasswd/Makefile
Code:
debian:/usr/exploit/vncsrv/unix# make
make[1]: Entering directory `/usr/exploit/vncsrv/common'
make[2]: Entering directory `/usr/exploit/vncsrv/common/zlib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/exploit/vncsrv/common/zlib'
make[2]: Entering directory `/usr/exploit/vncsrv/common/rdr'
make[2]: Leaving directory `/usr/exploit/vncsrv/common/rdr'
make[2]: Entering directory `/usr/exploit/vncsrv/common/network'
make[2]: Leaving directory `/usr/exploit/vncsrv/common/network'
make[2]: Entering directory `/usr/exploit/vncsrv/common/Xregion'
make[2]: Leaving directory `/usr/exploit/vncsrv/common/Xregion'
make[2]: Entering directory `/usr/exploit/vncsrv/common/rfb'
make[2]: Leaving directory `/usr/exploit/vncsrv/common/rfb'
make[1]: Leaving directory `/usr/exploit/vncsrv/common'
make[1]: Entering directory `/usr/exploit/vncsrv/unix/tx'
make[1]: Leaving directory `/usr/exploit/vncsrv/unix/tx'
make[1]: Entering directory `/usr/exploit/vncsrv/unix/vncviewer'
rm -f vncviewer
c++ -O2 -Wall -o vncviewer DesktopWindow.o CConn.o vncviewer.o buildtime.o ../tx/libtx.a ../../common/rfb/librfb.a ../../common/network/libnetwork.a ../../common/rdr/librdr.a ../../common/zlib/libz.a -lXext -lX11
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
make[1]: *** [vncviewer] Error 1
make[1]: Leaving directory `/usr/exploit/vncsrv/unix/vncviewer'
make: *** [all] Error 1
Und bei Make bekomme ich das fehler LXext konnte nicht gefunden werden. Ich glaube irgentein Liberyl fehlt aber welches ?
Ich hoffe ihr könnt mir weiterhelfen.
Mit Freundlichen Grüßen
kaNi
PS: Ich hoffe ich habe nicht im Falschen forum gepostet.