Hello again, I'm having a dickens of a time getting ezstream configured - it requires libshout2 - so far so good. I installed the darwin ports library, did a port install libogg and then a port install libvorbis. Now, when I try to do a port install libshout2, configure returns the following. Any idea why it isn't working? Darwinport is configured to install in it's default location, /opt/local (so lib files are in /opt/local/ lib, include files are in /opt/local/include/etc...) Hopefully this is enough info to be helpful, else, please let me know what other info I can provide... root# ./configure --prefix=/opt/local checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no 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 style of include used by make... GNU checking dependency style of gcc... gcc3 checking build system type... powerpc-apple-darwin8.2.0 checking host system type... powerpc-apple-darwin8.2.0 checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -p checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 65536 checking command to parse /usr/bin/nm -p output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fno-common checking if gcc PIC flag -fno-common works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin8.2.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common checking if g++ PIC flag -fno-common works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin8.2.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking for ANSI C header files... (cached) yes checking for strings.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for inttypes.h... (cached) yes checking for uint32_t... yes checking for library containing nanosleep... none required checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for socklen_t... yes checking for va_copy... va_copy checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking for library containing sethostent... none required checking for library containing getnameinfo... none required checking for endhostent... yes checking for getaddrinfo... yes checking for inet_aton... yes checking for writev... yes checking for struct sockaddr_storage.ss_family... yes checking for inet_pton... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for pthread_rwlock_t... yes checking for cc_r... gcc checking for libogg... ok checking for libvorbis... ok checking for struct ovectl_ratemanage_arg... no configure: error: requisite Ogg Vorbis library not found -- Michael Hale <smiley@gift-culture.org> gift culture: http://www.gift-culture.org initstring: http://www.initstring.org artificial music machine: http://www.artificialmusicmachine.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20050822/f4a79250/attachment-0001.htm
On Aug 22, 2005, at 3:58 PM, Karl Heyes wrote:> from this I would check the version of the vorbis library > installed, it > may be very old. The exact error will be in the config.log but I > would > check the version first. > > karl.Hrm - I just installed fresh versions of the latest ogg and vorbis libraries, and I'm getting the same error - would this be something I should take up on the devel list? I can include config.log here if it would be helpful. Both of the new libraries are installed in /usr/ local/lib - I don't believe that there are any other older copies of the libraries on my system - if there were, is there a command I can run to determine the version of the libraries in my path? -- Michael Hale <smiley@gift-culture.org> gift culture: http://www.gift-culture.org initstring: http://www.initstring.org artificial music machine: http://www.artificialmusicmachine.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20050822/3434748a/attachment.html
On Mon, 2005-08-22 at 21:47, Michael Hale wrote:> Hello again, > > I'm having a dickens of a time getting ezstream configured - it > requires libshout2 - so far so good. > > I installed the darwin ports library, did a port install libogg and > then a port install libvorbis. Now, when I try to do a port install > libshout2, configure returns the following. > > Any idea why it isn't working? Darwinport is configured to install in > it's default location, /opt/local (so lib files are in /opt/local/lib, > include files are in /opt/local/include/etc...) > > Hopefully this is enough info to be helpful, else, please let me know > what other info I can provide... > > root# ./configure --prefix=/opt/local...> checking for cc_r... gcc > checking for libogg... ok > checking for libvorbis... ok > checking for struct ovectl_ratemanage_arg... no > configure: error: requisite Ogg Vorbis library not foundfrom this I would check the version of the vorbis library installed, it may be very old. The exact error will be in the config.log but I would check the version first. karl.