Thor wrote:
> Here are the last three int main() statements in the config.log file,
> there is a couple more (wich also -I /usr/lib/glib/include), in addition
> to everything that is OK, but I hope this will give some clue.
>
> I am not very good at this, but it seems that there is some files in
> /usr/lib/glib/include that are missing (I have only glibconfig.h in this
> directory). Isn't this what expat installed?
No, that should be part of the glib install.
> Further on, the path's to mysql seem correct both to lib/ and include/
> and the file /usr/share/mysql/lib/libmysqlclient.a is present. Version
> of mysql is 3.23.23.
Looks good then.
> I have tried to put /usr/share/mysql (and ../lib)i n the ld.so.conf file
> without any more success.
/usr/share/mysql/lib needs to be there. After adding it, run
'ldconfig'. But are you sure mysql is there? On my system the libs and
includes are in /usr/lib and /usr/include, which configure finds on
its own fine.
> As I said above, this is Mandrake 7.2 straight out of the box, and I
> see that this have been the platform for developlment of Midgard, so I
> certainly hope you guys can help me.
I have a straight out of the box 7.2 system here that compiles without
a hitch.
> configure:2358: gcc -o conftest -g -O2 -I/usr/lib/glib/include
>-I/usr/share/mysql/include -I/usr/local/include -L/usr/share/mysql/lib
>-L/usr/local/lib conftest.c -lmysqlclient -lm -lcrypt -L/usr/lib -lglib 1>&5
> /usr/share/mysql/lib/libmysqlclient.a(my_compress.o): In function `my_uncompress':
> my_compress.o(.text+0x9f): undefined reference to `uncompress'
> /usr/share/mysql/lib/libmysqlclient.a(my_compress.o): In function
>`my_compress_alloc':
> my_compress.o(.text+0x13b): undefined reference to `compress'
There will be a bit in config.log about 'checking for library
containing compress'. Could you send the lines below that? That's
where the problem is, appearantly. Do you have libz?
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]