# # # 07-Dec-02 amo # # # rpm -ivh --force --nodeps sndconfig-0.69-1.i386.rpm # sndconfig # sndconfig: /lib/libc.so.6: version `GLIBC_2.3' not found (required by sndconfig) # which does exist # # # cd /usr/local/src # tar zxvfp /hdb/Src/sndconfig-0.43.tar.gz # cd sndconfig-0.43 # make # pnpconf.c:31: newt.h: No such file or directory # make: *** [pnpprobe] Error 1 # # # --------------------------- # Download and install newt.h # --------------------------- # # cd /usr/local/src/sndconfig-0.43 # make # ( cd kudzu ; make libkudzu.a ) # make[1]: Entering directory `/usr/local/src/sndconfig-0.43/kudzu' # cc -c -Wall -D_GNU_SOURCE -DVERSION=\"0.36\" -I/usr/include/python1.5 -o pci.o pci.c # pci.c:23: pci/pci.h: No such file or directory # make[1]: *** [pci.o] Error 1 # # cd /usr/local/src/sndconfig-0.69 # make # cc -Wall -D_GNU_SOURCE=1 -g -DVERSION=\"0.69\" -c -o sndconfig.o sndconfig.c # sndconfig.c:53: kudzu/kudzu.h: No such file or directory # sndconfig.c:54: kudzu/isapnp.h: No such file or directory # make: *** [sndconfig.o] Error 1 # # End of file