For those having problems with Midgard on Debian:

- I've been having less than great results with the shared libs from
  mysql. Removal of them eliminated most of my problems.
- midgard-lib likes to be compiled with -lm:
  LDFLAGS="-lm" ./configure --with-mysql; make; make install
- mod_midgard likes hints about where to find mysql:
  LDFLAGS="-L/usr/local/lib/mysql -L/usr/local/lib -lmysqlclient
-midgard -lm" \
  ./configure --with-mysql; make; make conf; make install
- midgard-php can figure it all out by itself:
  ./configure --with-apxs --with-midgard --with-apxs

emile

--
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