when i run this "apt-get install php php-devel php-domxml php-gd php-imap php-ldap php-mysql php-odbc php-pear php-xmlrpc php-rrdtool curl curl-devel perl-libwww-perl ImageMagick" from the tutorial after it asks do i want to allow it to use the space and pressing yes i get an abort and it goes back to shell prompt. why is this? [root@server1 ssl]# apt-get install php php-devel php-domxml php-gd php-imap php-ldap php-mysql php-odbc php-pear php-xmlrpc php-rrdtool curl curl-devel perl-libwww-perl ImageMagick Reading Package Lists... Done Building Dependency Tree... Done perl-libwww-perl is already the newest version. The following extra packages will be installed: libc-client libidn-devel libwmf rrdtool The following packages will be upgraded curl curl-devel php php-ldap php-pear The following NEW packages will be installed: ImageMagick libc-client libidn-devel libwmf php-devel php-domxml php-gd php-imap php-mysql php-odbc php-rrdtool php-xmlrpc rrdtool 5 upgraded, 13 newly installed, 0 removed and 194 not upgraded. Need to get 7702kB of archives. After unpacking 14.9MB of additional disk space will be used. Do you want to continue? [Y/n] Y Abort.
Do you use PuTTY ( http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html ) to connect to your server?
Did you maybe copy & paste more than one command at a time from the tutorial to your PuTTY window, like an apt-get comand followed by some other command? apt-get doesn't like that, you should copy & paste apt-get commands only one by one.
well I normaly use yum on my centos / fedora, but I guess apt should work as well. Either you try with yum or try apt-get install -y ... to autmatically force installing the stuff, that would ignore anything beeing in you clipboard as falko suggested.
You can install apt-get on Fedora like this: Code: yum install apt-get (maybe it's also Code: yum install apt , I don't remember for sure...).
I had the same problem. It seems like it doesn't like it when you use a capital "Y". Try using a small "y", it worked for me
I actually solved the problem it was the fact that i wasnt copying line by line after all .. it was picking up the <CR> embedded when copied