Scott G. Brauer wrote: > I am having a problem getting midgard-php4-1.4.3 to compile. When running > make I get the following: > > grep: /var/tmp/expat-buildroot/usr/lib/libexpat.la: No such file or directory > sed: can't read /var/tmp/expat-buildroot/usr/lib/libexpat.la: No such file > or directory > libtool: link: `/var/tmp/expat-buildroot/usr/lib/libexpat.la' is not a > valid libtool archive > make[1]: *** [midgard.la] Error 1 > make: *** [all-recursive] Error 1 > >*********************************************************************************************** > > I looks to me like there is a problem with the paths. It's been years > since I messed with make files and I have been having a bear of a time > finding this problem. Does anybody have any ideas?
Do you have expat installed? /var/tmp/expat-buildroot looks like you've rebuilt the RPM for expat at some point, and something in the environment makes configure believe that that's where it should look for libexpat. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
