You are not logged in.
Pages: 1
hi,
newbie here.
i was installing xfce4 from source and encountered a problem during the configure run of exo-0.3.2.
the error message:
- Error : Atleast one of the required Perl modules (URI:Escape, URI:File and URI:URI) was not found in your system
i'm still able to run xfce4 without exo and all the modules that depends on it.
im running a slackware 11.
my question is, what do i need to compile exo?
thanks.
Offline
Exactly what the error message told you you need
Atleast one of the required Perl modules (URI:Escape, URI:File and URI:URI) was not found in your system
Install URI and you *should* be good to go.
wget http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/URI-1.35.tar.gz
tar xzf URI-1.35.tar.gz
cd URI-1.35
perl Makefile.PL
make
make test
make install
1. Help the ReliaFree Project --> http://reliafree.sourceforge.net
2. Distribution --> Cross Linux from Scratch
3. Registered Linux user #413054
4. (C)LFS user #17727.
5. Ask smart --> http://www.catb.org/%7Eesr/faqs/smart-questions.html
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 518.38 KiB (Peak: 530.92 KiB) ]