31 Jul
2007
31 Jul
'07
6:18 p.m.
Op 31-jul-2007, om 19:17 heeft Jyrki Wahlstedt het volgende geschreven:
Hi, MacPorts apache2 lives in /opt/local/apache2/bin. This directory is not in the default PATH, so if you just write the command you showed, it probably gives you the builtin, so this behaviour is expected. So check your PATH with 'echo $PATH' or similar.
echo $PATH returned: /opt/local/lib/mysql5/bin/mysql /opt/local/bin/mysql5 /usr/local/mysql/bin /opt/local/bin /opt/local/sbin /opt/local/lib/mysql5/bin /usr/local/bin /bin /sbin /usr/bin /usr/sbin /opt/local/bin /opt/local/lib/mysql5/bin/mysqladmin /opt/local/lib/mysql5/bin/mysql (I replaced the : with \r for easy reading). Elise van Looij