<br>rpmbuild -i php.spec<br><br>try , instead, <br>rpmbuild -ba php.spec<br><br><br><br><div><span class="gmail_quote">On 1/12/07, <b class="gmail_sendername">Aleksandar Milivojevic</b> <<a href="mailto:alex@milivojevic.org">
alex@milivojevic.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Quoting Todd Cary <<a href="mailto:todd@aristesoftware.com">
todd@aristesoftware.com</a>>:<br><br>> Matt -<br>><br>> I have the spec, build and error file on my server:<br>><br>> <a href="http://209.204.172.137/misc/php.spec">http://209.204.172.137/misc/php.spec</a>
<br>> <a href="http://209.204.172.137/misc/build.txt">http://209.204.172.137/misc/build.txt</a><br>> <a href="http://209.204.172.137/misc/build_errors.txt">http://209.204.172.137/misc/build_errors.txt</a><br><br>If you look at the output, it seems that the two testes failed
<br>(bug26938 and proc_open01).  They did not fail because the things they<br>were testing were not working.  They failed because interbase.so<br>module couldn't be found (tests didn't even run).  Maybe they depend
<br>on interbase module for whatever strange reason.  If I were you, I'd<br>just edit the spec file and remove them.  In the %prep section, just<br>after patches are applied, thre's couple of lines that remove some
<br>other tests that fail for no good reason (preventing php rpm from<br>being built).<br><br>Just add these two lines inthere, and you should be fine:<br><br>rm -f ext/standard/tests/file/bug26938.phpt<br>rm -f ext/standard/tests/file/proc_open01.phpt
<br><br>If you customize spec file to build more modules, some other tests may<br>also fail (again, usually for no good reason).  Check output for<br>details.  It tells you why test failed.  If it's just linking problem
<br>(like with those two tests that are bugging you now), ignore it and<br>disable the test in spec file (by removing it in %prep section).<br><br><br>_______________________________________________<br>CentOS mailing list
<br><a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br><a href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</a><br></blockquote></div><br><br clear="all"><br>-- 
<br>Thank you<br>Indunil Jayasooriya<br>