On 7/13/07, Vivek Menon <[EMAIL PROTECTED]> wrote:
I am using the CPAN method and I have done the following: Install from source expat-1.95.5 export PATH=$PATH:/opt/SUNWspro/bin: /usr/sfw/bin:/usr/ccs/bin export CC=cc export CPPFLAGS="-l/usr/local/include -I/usr/sfw/include -I/opt/sfw/include" export LDFLAGS="-L /usr/local/lib -L/usr/sfw/lib -L/opt/sfw/lib" export EXPATLIBPATH=/usr/local/lib export EXPATINCPATH=/usr/local/include perl -MCPAN -e shell install XML::Parser install XML::Quote
If you have the ability, have you tried running the command with "sudo"? I find on one of my machines that I need to use sudo to get modules to install correctly and successfully. Regards, Jeff