17 Mar
2007
17 Mar
'07
1:59 p.m.
On Mar 17, 2007, at 2:45 PM, Elise van Looij wrote:
cd /opt/local/apache2/modules /opt/local/apache2/bin/apxs -a -e -n "php5" libphp5.so * copy /opt/local/etc/php.ini-dist to /opt/local/etc/php.ini
Question: what is it exactly that I might want to do? Should I copy those lines from cd ... ini into my terminal? As one line, three lines?
as three lines, ready for pasting, it looks like this: cd /opt/local/apache2/modules && /opt/local/apache2/bin/apxs -a -e -n "php5" libphp5.so; \ cp /opt/local/etc/php.ini-dist /opt/local/etc/php.ini Regards, Elias Pipping