MarLz LorenZo wrote:
Hi all
I am setting up qmailtoaster on an IBM x226 with Dual Xeon
64-bit on CentOS 4.3
2.6.9-34.0.1.ELsmp x86_64
At the end of the installation I get an error saying
tcpserver: fatal: temporarily unable to figure out IP address
for 0.0.0.0: file does not exist
This seem to be a problem with tcpserver which uses gcc
optimization flag -O2 which intern causes an error in dns_rcrw.c inside
tcpserver.
I did try to edit the conf-cc and change the default gcc -O2 to
just gcc . But this did not solve the problem. Perhaps the change was
overidden during compilation of the RPM. Is there any way we can force
the flags to be use during rpmbuild ?
If you install the source, you can edit the spec file and specify what
options you want for compilation time. Then build the src-RPM again
(using the vpopmail package as an example):
# rpmbuild -bs vpopmail-toaster.spec
|