It should only be trying to bind to that address if one of the network cards is setup for that address, or possibly if you have a messed up /etc/hosts file.
What does the output of the following commands look like?
Code:
cat /etc/hosts
host `hostname` <-- use that exact command with backticks not single quotes