简体   繁体   中英

PERL xampp PPM Error

C:\\Users\\Jason>ppm version Can't use an undefined value as a SCALAR reference at X:/ampp/perl/vendor/lib/PP M.pm line 1684, line 41.

there were more errors initially which I solved. Error No 1) libexpat-1_.dll was missing. downloaded libexpat.dll and renamed it to expat-1_.dll and stored it in [perl]/bin

Error No 2) Couldn't read ppm_dat. I used ppm > gencode and created a basic repository and added it to the bin directory again. that was solved..

Now the above error is the 3rd error which I'm too new to perl to solve.. Any help will be appreciated.

The final goal is to install bugzilla on xampp.

ppm is looking for the environment variable "PPM_DAT," which seems to be missing; add it, with the value "<xampp path>\\perl\\site\\lib\\ppm.xml."

I was getting this error too, & that's what fixed it for me.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM