LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   aubio make script returning missing libjack.so.0 error on opensuse10.2 :( (https://www.linuxquestions.org/questions/linux-software-2/aubio-make-script-returning-missing-libjack-so-0-error-on-opensuse10-2-a-676642/)

chickenlinux 10-15-2008 07:51 PM

aubio make script returning missing libjack.so.0 error on opensuse10.2 :(
 
Greetings!
I am trying to install the package "aubio" from source, I got a successful configure, but when I use make, it spews some message about make: error[1]: Unable to find "libjack.so.0" or somthing like that. I know I have jack since jackd works.

I don't know what to do; I've never had this type of issue! :(

HELP!!!

abhishekbatra 10-15-2008 09:15 PM

Please post the results of the configure script and relevant portions from the result of running make.

chickenlinux 10-16-2008 04:36 PM

Here's the output of the configure script as directed to a file:

Code:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for -Wextra option to gcc... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
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 cf77... 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 pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
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/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for library containing strerror... none required
checking for pthread_create in -lpthread... yes
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for unistd.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking fftw3.h usability... yes
checking fftw3.h presence... yes
checking for fftw3.h... yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking for C99 __VA_ARGS__ macro... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for SNDLIB... yes
checking for SAMPLERATE... yes
checking for FFTWLIB... no
checking for FFTWLIB... yes
checking for JACK... yes
checking for ALSA... yes
checking for LASH... no
checking for swig... /usr/bin/swig
checking for python... /usr/bin/python
checking for python version... 2.5
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.5/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.5/site-packages
checking for docbook-to-man... no
checking m_pd.h usability... no
checking m_pd.h presence... no
checking for m_pd.h... no
configure: creating ./config.status
config.status: creating aubio.pc
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating ext/Makefile
config.status: creating examples/Makefile
config.status: creating examples/tests/Makefile
config.status: creating sounds/Makefile
config.status: creating swig/Makefile
config.status: creating python/Makefile
config.status: creating python/aubio/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/audacity/Makefile
config.status: creating plugins/audacity/plug-ins/Makefile
config.status: creating plugins/wavesurfer/Makefile
config.status: creating plugins/puredata/Makefile
config.status: creating doc/Makefile
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing depfiles commands

**************************************************************
Summary:
Fftw3:                  yes (not using fftw3f)
Libsndfile:              yes
Libsamplerate:          yes
JACK:                    yes
ALSA midi:              yes
Lash:                    no
PureData:                no
**************************************************************
Configuration completed successfully. Type 'make' to build aubio

here's the end of the make command:


Code:

gcc: /usr/lib/libjack.so: No such file or directory
make[1]: *** [libaubioext.la] Error 1
make[1]: Leaving directory `/home/andrew/Desktop/aubio-0.3.2/aubio-0.3.2/ext'
make: *** [all-recursive] Error 1


knudfl 10-17-2008 04:51 AM

Just install "libjack-devel" then libjack.so
and the necessary headers are provided.

Regards

chickenlinux 10-18-2008 08:42 AM

That works, thanks!

That was a rather stupid error on my part.


All times are GMT -5. The time now is 06:00 AM.