ubuntu installation

Discussion on the (deprecated) VideoLAN Server application as well as the miniSAPserver stream announcer. This is not about VLC!
Forum rules
Please do not post VLC related questions in this forum category. See the Forum Rules for more information.
MrExNice1979
Blank Cone
Blank Cone
Posts: 46
Joined: 25 Apr 2006 14:11
Contact:

ubuntu installation

Postby MrExNice1979 » 20 Jun 2006 09:59

hey I have some problems with installing vls on ubuntu,
somebody can help, that are my error logs, after trying to install vls-0.5.6. The phat one are mistakes, .configure was ok, but make and sudo make install failed. Don't have a c destructor? what does it mean? what can I do?

mlinek@pc10430:~/Desktop/vls-0.5.6$ ./configure
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 whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for ranlib... ranlib
checking for ar... ar
checking for a BSD-compatible install... /usr/bin/install -c
checking whether byte ordering is bigendian... no
checking for gettimeofday... yes
checking for select... yes
checking for strerror... yes
checking for strtol... yes
checking for opendir... yes
checking for usleep... yes
checking for sigaction... yes
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking return type of signal handlers... void
checking for dlopen in -ldl... yes
checking for crypt in -lcrypt... yes
checking for connect... yes
checking for gethostbyname... yes
checking for sem_post... no
checking for sem_post in -lposix4... no
checking for nanosleep... yes
checking for pthread_attr_init in -lpthread... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for strings.h... (cached) yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking net/if.h usability... yes
checking net/if.h presence... yes
checking for net/if.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking for getopt_long... yes
checking for socklen_t... yes
checking for inet_pton... yes
checking for sockaddr_in6 in netinet/in.h... yes
checking whether setsockopt accepts SO_BINDTODEVICE... no

checking if $CXX accepts -shared... yes
checking if $CXX accepts -bundle -undefined error -lcc_dynamic... no
checking if $CXX accepts -rdynamic... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking dvdread/dvd_reader.h usability... yes
checking dvdread/dvd_reader.h presence... yes
checking for dvdread/dvd_reader.h... yes
checking dvbpsi/dvbpsi.h usability... yes
checking dvbpsi/dvbpsi.h presence... yes
checking for dvbpsi/dvbpsi.h... yes
configure: creating ./config.status
config.status: creating Makefile.opts
config.status: creating src/server/config.h
config.status: creating src/core/defs.h
config.status: src/core/defs.h is unchanged

global configuration
--------------------
system : linux-gnu
architecture : i686
debug : 0
profiling : 0

vls configuration
-----------------
vls version : 0.5.6
debug mode : 0
system logging : 1
daemon mode :
built-in modules : filechannel netchannel filereader ts2ts ps2ts localinput videoinput
plug-in modules : dvdreader

mrex@pc10430:~/Desktop/vls-0.5.6$ make
Compiling src/core/application.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT -DSYSLOG -o obj/core/application.o -c src/core/application.cpp
src/core/serialization.h:43: Warnung: »class C_Serializable« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
src/core/hashtable.h:66: Fehler: einer expliziten Spezialisierung muss »template <>« vorausgehen
src/core/hashtable.h:79: Fehler: einer expliziten Spezialisierung muss »template <>« vorausgehen
src/core/hashtable.h:92: Fehler: einer expliziten Spezialisierung muss »template <>« vorausgehen
src/core/parsers.h:53: Warnung: »class C_ParserHandler« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
src/core/library.cpp: In member function »void C_Library<Type, Arg>::Load()«:
src/core/library.cpp:82: Fehler: »DL_LAZY« wurde in diesem Gültigkeitsbereich nicht definiert
src/core/library.cpp:93: Fehler: es gibt keine Argumente für »dlsym«, die von einem Templateparameter abhängen, weshalb eine Deklaration von »dlsym« verfügbar sein muss
src/core/library.cpp:93: Fehler: (mit »-fpermissive« wird G++ den Code akzeptieren, aber die Verwendung eines nicht deklarierten Namens ist veraltet)
src/core/library.cpp:110: Fehler: es gibt keine Argumente für »dlsym«, die von einem Templateparameter abhängen, weshalb eine Deklaration von »dlsym« verfügbar sein muss
src/core/library.cpp: In member function »void C_Library<Type, Arg>::Unload()«:
src/core/library.cpp:133: Fehler: es gibt keine Argumente für »dlclose«, die von einem Templateparameter abhängen, weshalb eine Deklaration von »dlclose« verfügbar sein muss
src/core/library.cpp: In member function »C_String C_Library<Type, Arg>::GetLoaderError()«:
src/core/library.cpp:177: Fehler: es gibt keine Argumente für »dlerror«, die von einem Templateparameter abhängen, weshalb eine Deklaration von »dlerror« verfügbar sein muss
make: *** [obj/core/application.o] Fehler 1

mrex@pc10430:~/Desktop/vls-0.5.6$ sudo make install
Password:
mkdir -p /usr/local/bin
/usr/bin/install -c bin/vls /usr/local/bin
/usr/bin/install: Aufruf von stat für „bin/vls“ nicht möglich: Datei oder Verzeichnis nicht gefunden
make: *** [install] Fehler 1

mrex@pc10430:~/Desktop/vls-0.5.6$

MrExNice1979
Blank Cone
Blank Cone
Posts: 46
Joined: 25 Apr 2006 14:11
Contact:

Postby MrExNice1979 » 22 Jun 2006 08:36

oh oh MrExNice, :roll:

just try that you did the last time and post the solution, okay?

MrExNice1979
Blank Cone
Blank Cone
Posts: 46
Joined: 25 Apr 2006 14:11
Contact:

Postby MrExNice1979 » 22 Jun 2006 08:37

okay, okay, you#re right MrExNice,

I will try it.
If it work, I will post the solution, and what's up with your vls on windows.
Does it work?


Return to “VideoLAN Server and miniSAPserver”

Who is online

Users browsing this forum: No registered users and 14 guests