2011/7/4 François Colonna <[email protected]>: > On Mon, 2011-07-04 at 15:49 +0300, Einar Rünkaru wrote: >> > >> > I am unable to install libtoolize. >> > How can I fix that ? >> >> Install libtool >> >> Einar >> > >>sudo yum install libtool > Intalled : libtool.i586 0:2.2.6-11.fc11.3 > >>autoreconf -i --force > ... > checking for libasound headers version >= 1.0.2... not present. > configure: error: Sufficiently new version of libasound not found. > col@asu>sudo yum install libasound > Loaded plugins: dellsysidplugin2, refresh-packagekit > Setting up Install Process > No package libasound available. > Nothing to do > > Thanks for libtool that I have forgotten. > Now libasound is also missing. > > What I have to do ? > Best regards > > F.C. >
Typial distribution installs veri few development packages. So you have to install a lot of developmet packages. Names of develoment packages end with "-dev". Development packaces contain headers needed to compile programs using libs. Now you have to install libasound2 (newer version of libasound) and libasound2-dev. Sometimes you have to quess the right name of needed package. Einar _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
