Tagged Questions
1
vote
1answer
17 views
PECL memcached installation gets error
I installed Zend Server 6 (debian).
Also installed several packages:
apt-get install gcc
apt-get install g++
apt-get install libncurses5-dev
apt-get install zlib1g
apt-get install zlib1g-dev
...
1
vote
2answers
1k views
Fixing debian installer
I have a VPS with Debian GNU/Linux on it. I'm trying to install a PHP file manager so that people could access it and download stuff into a directory.
I don't have anything in my /bin about PHP so ...