On Son, 06 Feb 2000, Todd Daniel Woodward wrote:
[...]
> mod_midgard-1.2.6 just won't compile. It cannot find the
> midgard or mysql libraries no matter how I attempt to tell
> it where those libraries are. What's changed since 1.2.5
> that is causing configure to not find the libraries? Can I
> hard code their locations in one or more of the configure
> files?

Yes, I've done this for the SuSE RPMs. I replaced the "wrong" locations with the
correct:

./configure --with-midgard --with-apxs --with-mysql --enable-track-vars 
--with-gd=/usr/include/gd --with-config-file-path=/opt/www
# ugly Makefile hack
sed -e s/'\/usr\/lib\/mysql'/'\/usr\/lib'/g Makefile > Makefile.tmp
mv Makefile.tmp Makefile
make

Your problem is now to find _your_ "wrong" locations :-)

HTH,
Malte

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to