On Mon, 24 Jan 2000, Ron Parker wrote:

> Thanks for the debian efforts, I am still having some trouble with it. I
> am installing the libraries, skipping the database-in favor of keeping
> the work I've already done which I could painlessly part with,

There should be no need to touch the data, so this is OK.

> mod_midgard
> and finally midgard-php. This is on an unstable potato. If you ordered a
> disk you've probably got the stable Slink release.

Downloaded the image, but yeah, I've got slink.

> I guess I don't understand the LDFLAGS="-L/usr/local/lib/mysql..." There
> isn't anything for mysql in /usr/local/lib so I assume we're
> telling...hmmm, suddenly waking to the futility of my assumptions and
> not... 

I've installed MySQL from source since I didn't find any debian packages
for it. Default install puts things in /usr/local/include/mysql and
/usr/local/lib/mysql

> loading cache ./config.cache
> checking for a BSD compatible install... /usr/bin/install -c
> checking for apxs... /usr/bin/apxs
> checking for mgd_connect in -lmidgard... no
> *** You need the Midgard library for using mod_midgard.      ***
> *** Use the --with-midgard option to tell                    ***
> *** the configure script where to look for the library.      ***
> *** Check also that both the Midgard library and the MySQL   ***
> *** client library are on your dynamic library load path.    ***
> configure: error: Midgard library libmidgard not found

This report is often enough misleading. Check out config.log for a
more accurate description of the problem.

> I tried the obvious "--with-midgard=/usr/local/lib" and every
> concievable variation on the line and get the same result.

--with-midgard specifies the location of both libs and includes so
if includes are in /usr/local/include and libs are in /usr/local/lib
you can use --with-midgard=/usr/local (although I seem to recall that
simply --with-midgard will test both /usr and /usr/local).

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