VLS ./configure problems (different from others)

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.
MooseWood

VLS ./configure problems (different from others)

Postby MooseWood » 12 Oct 2004 07:29

I saw other configure problems, but none like this.

I am trying to compile vls-0.5.6 on a FreeBSD 5.2.1 system and am getting
errors doing the ./configure step.

I have downloaded, configured, compiled, and installed libdvdread-0.9.4 and
libdvbpsi3-0.1.4. /usr/local/include/dvdread/* and
/usr/local/include/dvbpsi/* exist and look fine.

When I attempt to configure vls, I get:

checking for dvbpsi headers in /usr/local/include... checking dvbpsi/dvbpsi.h usability... no
checking dvbpsi/dvbpsi.h presence... no
configure: error: Could not find libdvbpsi on your system: you may get it from...

I get the same error with libdvdread.
Any ideas why the vls configure script can not find these files?

kuzma

Re: VLS ./configure problems (different from others)

Postby kuzma » 16 Oct 2004 14:47

I saw other configure problems, but none like this.

I am trying to compile vls-0.5.6 on a FreeBSD 5.2.1 system and am getting
errors doing the ./configure step.

I have downloaded, configured, compiled, and installed libdvdread-0.9.4 and
libdvbpsi3-0.1.4. /usr/local/include/dvdread/* and
/usr/local/include/dvbpsi/* exist and look fine.

When I attempt to configure vls, I get:

checking for dvbpsi headers in /usr/local/include... checking dvbpsi/dvbpsi.h usability... no
checking dvbpsi/dvbpsi.h presence... no
configure: error: Could not find libdvbpsi on your system: you may get it from...

I get the same error with libdvdread.
Any ideas why the vls configure script can not find these files?
I have the same problem :(

kuzma

Re: VLS ./configure problems (different from others)

Postby kuzma » 16 Oct 2004 14:47

I saw other configure problems, but none like this.

I am trying to compile vls-0.5.6 on a FreeBSD 5.2.1 system and am getting
errors doing the ./configure step.

I have downloaded, configured, compiled, and installed libdvdread-0.9.4 and
libdvbpsi3-0.1.4. /usr/local/include/dvdread/* and
/usr/local/include/dvbpsi/* exist and look fine.

When I attempt to configure vls, I get:

checking for dvbpsi headers in /usr/local/include... checking dvbpsi/dvbpsi.h usability... no
checking dvbpsi/dvbpsi.h presence... no
configure: error: Could not find libdvbpsi on your system: you may get it from...

I get the same error with libdvdread.
Any ideas why the vls configure script can not find these files?
I have the same problem :(

smarttv
New Cone
New Cone
Posts: 2
Joined: 16 Aug 2004 17:34

Re: VLS ./configure problems (different from others)

Postby smarttv » 18 Nov 2004 08:16

I saw other configure problems, but none like this.

I am trying to compile vls-0.5.6 on a FreeBSD 5.2.1 system and am getting
errors doing the ./configure step.

I have downloaded, configured, compiled, and installed libdvdread-0.9.4 and
libdvbpsi3-0.1.4. /usr/local/include/dvdread/* and
/usr/local/include/dvbpsi/* exist and look fine.

When I attempt to configure vls, I get:

checking for dvbpsi headers in /usr/local/include... checking dvbpsi/dvbpsi.h usability... no
checking dvbpsi/dvbpsi.h presence... no
configure: error: Could not find libdvbpsi on your system: you may get it from...

I get the same error with libdvdread.
Any ideas why the vls configure script can not find these files?
Make sure to add paths for configure to actually find these.
You may also need to add paths to compiler & linker while making vls.

iceteaman

Postby iceteaman » 21 Jun 2006 23:37

Same problem,...
Have any solution?

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

try that

Postby MrExNice1979 » 22 Jun 2006 08:34

At the beginning, I had the same problem, I think you forgot one step.
I think it's a linking problem.

I will look for it, and post a solution, it's in the how-to, too.

Ah okay I have it :lol:
1.step:
look in your system in etc/ld.so.conf.
If that file doesn't exist, you have to add that file.
In that file(ld.so.conf) you have to put following line in: /usr/local/lib
if the line is already not there. Then save the file.
You have to do this, that the system can link vls to the needing libraries.
but to make the system do that you have to do one more step.

2.step:
type in a console:
ldconfig

I'm a newbie, but try that, for me that worked.
greetz

era
New Cone
New Cone
Posts: 4
Joined: 26 Sep 2006 11:04

Postby era » 26 Sep 2006 11:12

Hi all ~
Now I am doing the Final Year Project about the Multicast Streaming for IPv6
So i have install the FreeBSD for the OS
and Setup the VLS .
But now i have the problem :roll:

# cd vls-0.5.6
# ./configure
checking build system type... i386-unknown-freebsd6.1
checking host system type... i386-unknown-freebsd6.1
checking target system type... i386-unknown-freebsd6.1
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... no
checking for crypt in -lcrypt... yes
checking for connect... yes
checking for gethostbyname... yes
checking for sem_post... yes
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... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
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... no
checking net/if.h presence... yes
configure: WARNING: net/if.h: present but cannot be compiled
configure: WARNING: net/if.h: check for missing prerequisite headers?
configure: WARNING: net/if.h: see the Autoconf documentation
configure: WARNING: net/if.h: section "Present But Cannot Be Compiled"
configure: WARNING: net/if.h: proceeding with the preprocessor's result
configure: WARNING: net/if.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
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... no
checking crypt.h presence... no
checking for crypt.h... no
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... no
checking dvdread/dvd_reader.h presence... no
checking for dvdread/dvd_reader.h... no
configure: error: The development package for libdvdread is not installed.
Please install it and try again. Alternatively you can also configure with
--disable-dvd.

# make
"Makefile", line 9: Missing dependency operator
"Makefile", line 10: Need an operator
"Makefile", line 11: Need an operator
"Makefile", line 29: Missing dependency operator
"Makefile", line 46: Need an operator
"Makefile", line 48: Missing dependency operator
"Makefile", line 64: Need an operator
"Makefile", line 66: Missing dependency operator
"Makefile", line 69: Need an operator
"Makefile", line 71: Missing dependency operator
"Makefile", line 78: Need an operator
"Makefile", line 80: Missing dependency operator
"Makefile", line 85: Need an operator
"Makefile", line 87: Missing dependency operator
"Makefile", line 91: Need an operator
Unknown modifier '%'

Unknown modifier '%'

"Makefile", line 132: Need an operator
"Makefile", line 175: Missing dependency operator
"Makefile", line 177: Need an operator
"Makefile", line 204: Missing dependency operator
"Makefile", line 207: warning: duplicate script for target "ifneq" ignored
"Makefile", line 207: warning: duplicate script for target "(,)" ignored
"Makefile", line 208: Need an operator
"Makefile", line 212: Missing dependency operator
"Makefile", line 216: warning: duplicate script for target "ifneq" ignored
"Makefile", line 216: warning: duplicate script for target "(,)" ignored
"Makefile", line 217: Need an operator
make: fatal errors encountered -- cannot continue


Do anyone know what problem ? :?:

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 26 Sep 2006 11:17

Just to say, that development around VLS has been dropped and you can do everything with VLC. But for you problem, I don't know.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

era
New Cone
New Cone
Posts: 4
Joined: 26 Sep 2006 11:04

Postby era » 26 Sep 2006 11:25

Just to say, that development around VLS has been dropped and you can do everything with VLC. But for you problem, I don't know.
you mean the VLC can provide a Streaming Service?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 26 Sep 2006 13:26

yes of course !
Just look at the streaming page on the website !
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “VideoLAN Server and miniSAPserver”

Who is online

Users browsing this forum: No registered users and 10 guests