I have just tried to recompile everything from scratch ( midgard-lib and
expat ) and here is what I got from 
mod_midgard configure script

[root@mitechka mod_midgard-1.4beta5e]# ./configure --with-midgard=/usr/local

creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking for apxs... /usr/sbin/apxs
checking for gcc... gcc
checking whether the C compiler (gcc  -I/usr/lib/glib/include ) works... yes
checking whether the C compiler (gcc  -I/usr/lib/glib/include ) is a
cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for /etc/mandrake-release... yes
Linux Mandrake release 7.1 (helium) found - using special setup
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

-----Original Message-----
From: Kropivnitskiy, Dmitriy
[mailto:[EMAIL PROTECTED]]
Sent: Friday, October 06, 2000 2:14 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [midgard] Compiling 1.4 beta 5 on MDK 7.1


I will try this, but after I have failed to compile php, I tried to compile
a simple printf("Hello World!") with -lmidgard flag and it didn't work :(

-----Original Message-----
From: Frank Boehme [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 06, 2000 2:13 PM
To: [EMAIL PROTECTED]
Subject: Re: [midgard] Compiling 1.4 beta 5 on MDK 7.1


"Kropivnitskiy, Dmitriy" wrote:
> 
> I have a problem compiling the last beta on my MDK 7.1 system. After I
> compile midgard-lib I try to build midgard-php or mod_midgard and get
linker
> error saying that symbol mgd-sitegroups is not there. Do I do something
> wrong?

This happens when you don't follow the _exact_ order of configuration
and compiling, possibly after one step that failed. Try the following:

Delete everything and unpack anew or run at least make clean in all
directories and (to be sure) delete all config.cache files.

Then, start to compile lib either with or without sitegroups. Install
lib. Compile mod. Install mod. Compile php. Install php.

Note, only lib has a switch --without-sitegroups (or similar). But the
config scripts of mod and lib read this setting too!

If this doesn't help, then you have at least ruled out one possible
reason.


Frank

-- 
Dr Frank Boehme                      | Email: [EMAIL PROTECTED]
National University of Ireland, Cork | phone: +353-21-903163
Dept of Computer Science             |   fax: +353-21-903113
Cork, Ireland                        |

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

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

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