Results 1 to 2 of 2
I'm trying to install pacpl under SuSE 10.2 and every time I try I get the following error:
Code:
libvorbis is required to compile the Ogg::Vorbis::Header module.
Please install the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-10-2007 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 95
Problem With Pacpl and libvorbis
I'm trying to install pacpl under SuSE 10.2 and every time I try I get the following error:
when I try the command;Code:libvorbis is required to compile the Ogg::Vorbis::Header module. Please install the libvorbis package before proceeding
I get the followingCode:perl -MCPAN -e 'install Ogg::Vorbis::Header'
whereis Ogg::Vorbis::Header returnsCode:CPAN: Storable loaded ok Going to read /root/.cpan/Metadata Database was generated on Mon, 09 Jul 2007 12:50:05 GMT Ogg::Vorbis::Header is up to date.
Ogg::Vorbis::Header: /usr/share/man/man3/Ogg::Vorbis::Header.3pm.gz
How Do I fix this???
- 07-12-2007 #2Just Joined!
- Join Date
- Jul 2007
- Posts
- 1
quick fix
Your getting this message because the libvorbis package isn't showing up in pkg-config. A quick fix for this is to edit pacpl-install and change the following line:
die "libvorbis is required to install the $i module...blah blah blah";
to:
#die "libvorbis is required to install the $i module blah blah blah";
And/Or Comment it out. =)


Reply With Quote
