php5 +apache2 +mysql5 does not behave as expected
Elias Pipping
pipping at macports.org
Sat Mar 17 06:59:09 PDT 2007
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
More information about the macports-users
mailing list