Hi, Im trying to run Koha's perl installer on centos when i run this command- perl Makefile.PL .. i get the following msg... [root@koha ~]# perl Makefile.PL Can't open perl script "Makefile.PL": No such file or directory [root@koha ~]# I believe the solution to this is running the above command on -chmod... but could anyone please help me with how to run the -chmod for perl installation???? -Ro
On 09/09/10 20:27, rohith purushotham wrote:
Hi,
Im trying to run Koha's perl installer on centos
when i run this command- perl Makefile.PL .. i get the following msg...
[root@koha ~]# perl Makefile.PL Can't open perl script "Makefile.PL": No such file or directory [root@koha ~]#
Sounds like you are not in the root directory of the koha source. You should be in the same directory as Makefile.PL. You may still need to give the full path i.e. perl ./Makefile.PL -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 208 366 1295 (phone) +44 (0) 7759 633626 (mobile) colin.campbell@ptfs-europe.com skype: colin_campbell2 http://www.ptfs-europe.com
participants (2)
-
Colin Campbell -
rohith purushotham