I have a package called ncurses-devel-5.2-26 installed. Perhaps there's some incompatibility with the version that ships with RH? -dgm
On Tue, 18 Jun 2002, Frans Ketelaars wrote: > I think you need the libncurses-devel RPM. In Mandrake 8.2 it's called > libncurses5-devel-5.2-23mdk. HTH, > > On Mon, 17 Jun 2002 09:22:53 -0700 (PDT) > David Gerard Matthews <[EMAIL PROTECTED]> wrote: > > > Hello again, > > I checked to make sure that my kernel was compiled with sound support and > > that the modules were installed and loaded, and everything looked right on > > that end. I tried compiling alsamixer again, and here is the output: > > > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:954: undefined > > reference to `acs_map' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:954: undefined > > reference to `stdscr' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:954: undefined > > reference to `waddch' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:955: undefined > > reference to `stdscr' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:955: undefined > > reference to `wmove' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:955: undefined > > reference to `acs_map' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:955: undefined > > reference to `stdscr' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:955: undefined > > reference to `waddch' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:956: undefined > > reference to `stdscr' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:956: undefined > > reference to `wmove' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:956: undefined > > reference to `acs_map' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:956: undefined > > reference to `stdscr' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:956: undefined > > reference to `waddch' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:961: undefined > > reference to `stdscr' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:961: undefined > > reference to `wmove' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:961: undefined > > reference to `acs_map' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:961: undefined > > reference to `stdscr' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:961: undefined > > reference to `waddch' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:962: undefined > > reference to `stdscr' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:962: undefined > > reference to `wmove' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:962: undefined > > reference to `acs_map' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:962: undefined > > reference to `stdscr' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:962: undefined > > reference to `waddch' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:963: undefined > > reference to `stdscr' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:963: undefined > > reference to `wmove' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:963: undefined > > reference to `acs_map' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:963: undefined > > reference to `stdscr' > > /home/matyas/alsa/alsa-utils-0.9.0rc1/alsamixer/alsamixer.c:963: undefined > > reference to `waddch' > > > > It's obviously looking for some (probably very basic) library and not > > finding it. I installed RH 7.3 off of iso's, and a lot of basic > > development stuff seems to be missing. I've compiled and installed the > > alsa .9 packages without a problem on other distros; I guess this is what > > I get for switching to red hat..... > > Thanks again, > > dgm > > > > > > > > > > On Fri, 14 Jun 2002, Paul Winkler wrote: > > > > > On Fri, Jun 14, 2002 at 11:53:14AM -0700, David Gerard Matthews wrote: > > > > Hello all, > > > > I posted a message last week about my problems with Envy24control which > > > > has still not been replied to. I still have not resolved the issue. To > > > > recap: > > > > I installed the alsa-0.9rc1 packages on my Red Hat 7.3 box (with M-Audio > > > > Delta 1010 card). The driver and libs compiled without issue. Envy24control > > > > itself built without a problem, but when I try to run it, I get the > > > > following error message: > > > > snd_ctl_open: No such file or directory > > > > I'm really puzzled by this. At first I thought it couldn't find a > > > > library, but the alsa libs were installed and the kernel mods have been > > > > loaded. Also, I can't seem to build amixer. > > > > > > Something must be very wrong with your installation if you > > > can't even build amixer. envy24control uses the alsa mixer api > > > as well, so it's probably the same problem causing both symptoms. > > > > > > Just to verify, did you: > > > > > > * build a kernel with "Sound support" enabled as a module, > > > and NO other sound options (i.e. no soundcards enabled) > > > > > > * boot with this kernel > > > > > > * make modules; make modules_install with new kernel > > > > > > * For each of alsa-driver, alsa-lib, and alsa-utils (IN THAT ORDER): > > > > > > ./configure (for alsa-driver you will want to do ./configure --help > > > and see what options look useful to you) > > > make > > > su > > > make install > > > > > > -- > > > > > > Paul Winkler > > > home: http://www.slinkp.com > > > "Muppet Labs, where the future is made - today!" > > > > > > _______________________________________________________________ > > > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > > August 25-28 in Las Vegas - >http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > > > > > _______________________________________________ > > > Alsa-user mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/alsa-user > > > > > > > > > _______________________________________________________________ > > > > Sponsored by: > > ThinkGeek at http://www.ThinkGeek.com/ > > _______________________________________________ > > Alsa-user mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/alsa-user > > > > > -- > > -Frans > > ---------------------------------------------------------------------------- > Bringing you mounds of caffeinated joy > >>> http://thinkgeek.com/sf <<< > > _______________________________________________ > Alsa-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/alsa-user > ---------------------------------------------------------------------------- Bringing you mounds of caffeinated joy >>> http://thinkgeek.com/sf <<< _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user