On Fri, 19 May 2006 22:36:05 -0500
"Michael Stempf" <[EMAIL PROTECTED]> wrote:

> Yes I did....and I fixed the problem right before you sent the
> email....thanks for showing so much patience and sarcasm.  Answers
> like this really make us Linux Newbies seek out help of others.
> 
> On 5/19/06, Bill Unruh <[EMAIL PROTECTED]> wrote:
> > On Fri, 19 May 2006, Michael Stempf wrote:
> >
> > > Hi all,
> > >
> > > I am running Suse 10 (64bit) and am trying to install the ALSA USB drivers
> > > so i can get a Plantronics DSP headset running...
> > >
> > > I received the following error when running ./configure;make;make install
> > > .... any ideas?
> >
> > Did you actually read the errors?
> > "This package requires a curses library."
> > Install libncurses-devel (or maybe libncurses5-devel)
> > and try again.
> >
> > You have not made anything.
> >
> >
> >
> >
> > >
> > > Michael
> > >
> > >
> > > 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 NLS is requested... yes
> > > checking for msgfmt... /usr/bin/msgfmt
> > > checking for gmsgfmt... /usr/bin/msgfmt
> > > checking for xgettext... no
> > > checking for msgmerge... no
> > > checking for style of include used by make... 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 ANSI C... none needed
> > > checking dependency style of gcc... gcc3
> > > checking build system type... x86_64-unknown-linux-gnu
> > > checking host system type... x86_64-unknown-linux-gnu
> > > checking for ld used by GCC... /usr/x86_64-suse-linux/bin/ld
> > > checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
> > > checking for shared library run path origin... done
> > > checking whether NLS is requested... yes
> > > checking for GNU gettext in libc... yes
> > > checking whether to use NLS... yes
> > > checking where the gettext function comes from... libc
> > > checking for cross-compiler... gcc
> > > checking for gcc... (cached) gcc
> > > checking whether we are using the GNU C compiler... (cached) yes
> > > checking whether gcc accepts -g... (cached) yes
> > > checking for gcc option to accept ANSI C... (cached) none needed
> > > checking dependency style of gcc... (cached) gcc3
> > > checking for a BSD-compatible install... /usr/bin/install -c
> > > checking whether ln -s works... yes
> > > checking for ALSA CFLAGS...
> > > checking for ALSA LDFLAGS...  -lasound -lm -ldl -lpthread
> > > checking for libasound headers version >= 1.0.9... found.
> > > checking for snd_ctl_open in -lasound... yes
> > > checking how to run the C preprocessor... gcc -E
> > > checking for egrep... grep -E
> > > checking for ANSI C header files... yes
> > > checking for initscr in -lncurses... no
> > > checking for initscr in -lcurses... no
> > > configure: error: this packages requires a curses library
> >
> > See, configure never finished.
> >
> > > make: *** No targets specified and no makefile found.  Stop.
> >
> > And the Makefile never got created.
> >
> >
> > > make: *** No rule to make target `install'.  Stop.
> >
> > And nothing got installed.
> >
> > > DellServer:/usr/src/alsa/alsa-utils-1.0.11 # modprobe
> > snd-usb-audio;modprobe
> > > snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
> > > FATAL: Error inserting snd_pcm_oss (/lib/modules/2.6.13-15.8-smp
> > > /kernel/sound/acore/oss/snd-pcm-oss.ko): Unknown symbol in module, or
> > > unknown parameter (see dmesg)
> > > WARNING: Error inserting snd_seq (/lib/modules/2.6.13-15.8-smp
> > > /kernel/sound/acore/seq/snd-seq.ko): Unknown symbol in module, or unknown
> > > parameter (see dmesg)
> > > WARNING: Error inserting snd_seq_midi_event (/lib/modules/2.6.13-15.8-smp
> > > /kernel/sound/acore/seq/snd-seq-midi-event.ko): Unknown symbol in module,
> > or
> > > unknown parameter (see dmesg)
> > > FATAL: Error inserting snd_seq_oss (/lib/modules/2.6.13-15.8-smp
> > > /kernel/sound/acore/seq/oss/snd-seq-oss.ko): Unknown symbol in module, or
> > > unknown parameter (see dmesg)
> > > DellServer:/usr/src/alsa/alsa-utils-1.0.11 # clear
> > > DellServer:/usr/src/alsa/alsa-utils-1.0.11 # ./configure;make;make install
> > > 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 NLS is requested... yes
> > > checking for msgfmt... /usr/bin/msgfmt
> > > checking for gmsgfmt... /usr/bin/msgfmt
> > > checking for xgettext... no
> > > checking for msgmerge... no
> > > checking for style of include used by make... 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 ANSI C... none needed
> > > checking dependency style of gcc... gcc3
> > > checking build system type... x86_64-unknown-linux-gnu
> > > checking host system type... x86_64-unknown-linux-gnu
> > > checking for ld used by GCC... /usr/x86_64-suse-linux/bin/ld
> > > checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
> > > checking for shared library run path origin... done
> > > checking whether NLS is requested... yes
> > > checking for GNU gettext in libc... yes
> > > checking whether to use NLS... yes
> > > checking where the gettext function comes from... libc
> > > checking for cross-compiler... gcc
> > > checking for gcc... (cached) gcc
> > > checking whether we are using the GNU C compiler... (cached) yes
> > > checking whether gcc accepts -g... (cached) yes
> > > checking for gcc option to accept ANSI C... (cached) none needed
> > > checking dependency style of gcc... (cached) gcc3
> > > checking for a BSD-compatible install... /usr/bin/install -c
> > > checking whether ln -s works... yes
> > > checking for ALSA CFLAGS...
> > > checking for ALSA LDFLAGS...  -lasound -lm -ldl -lpthread
> > > checking for libasound headers version >= 1.0.9... found.
> > > checking for snd_ctl_open in -lasound... yes
> > > checking how to run the C preprocessor... gcc -E
> > > checking for egrep... grep -E
> > > checking for ANSI C header files... yes
> > > checking for initscr in -lncurses... no
> > > checking for initscr in -lcurses... no
> > > configure: error: this packages requires a curses library
> > > make: *** No targets specified and no makefile found.  Stop.
> > > make: *** No rule to make target `install'.  Stop.
> > >
> >
> >
> 
> 
> -------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
> _______________________________________________
> Alsa-user mailing list
> Alsa-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-user
> 

Does not reading error messages help while working with other OSes ?


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to