Thread

Posted on Mon Feb 4 12:31:02 2008 by adhilingam
there is no make file
hi i downloaded the XML-Simple-2.18.tar,and i execute the 1. perl Makefile.PL 2. then i try to execute "make" file but there is no "make" file . Have to download the "make" file seperately?.Where have to download that? or the way of installation is correct or not ?
Direct Responses: 7026 | Write a response
Posted on Wed Feb 6 09:13:38 2008 by grantm in response to 7008
Re: there is no make file

You didn't say what operating system you're using. Is it Windows, Linux, Mac or something else?

If you're using Windows and you have ActiveState Perl, then XML::Simple is already installed as part of the ActiveState distribution.

If you're running Linux then the easiest thing to do is install the operating system package for XML::Simple. For example on Ubuntu you would use synaptic or apt-get to install the 'libxml-simple-perl' package.

Direct Responses: 7129 | Write a response
Posted on Tue Feb 19 07:15:08 2008 by adhilingam in response to 7026
Re: there is no make file
am using Windows xp operating system
Direct Responses: 7131 | Write a response
Posted on Tue Feb 19 08:13:31 2008 by grantm in response to 7129
Re: there is no make file

OK, so XML::Simple is probably already installed.

Try this command:

perl -MXML::Simple -le "print $XML::Simple::VERSION"

If it prints something like '2.16' then XML::Simple is installed - just carry on and use it.

Direct Responses: 7354 | Write a response
Posted on Fri Mar 14 09:34:53 2008 by adhilingam in response to 7131
Re: there is no make file
thanks for u r response........... now it's working fine...........
Write a response