Getting PEAR to work on XAMPP (Apache/MySQL stack on Windows)

后端 未结 8 1496
醉酒成梦
醉酒成梦 2020-11-30 06:24

I\'m trying to install Laconica, an open-source Microblogging application on my Windows development server using XAMPP as per the instructions provided.

The website c

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 06:37

    Another gotcha for this kind of problem: avoid running pear within a Unix shell (e.g., Git Bash or Cygwin) on a Windows machine. I had the same problem and the path fix suggested above didn't help. Switched over to a Windows shell, and the pear command works as expected.

提交回复
热议问题