Hi,

We have acquired a super-duper new 64 bit Linux machine.
It comes with a preinstalled perl that seems to have all of the
libraries needed by configure.pl, which is hopefully a good
thing.

However, I am having problems when I try to install Apache
(httpd-2.2.4).  I set a couple of environment variables first:

export LD_LIBRARY_PATH=/usr/local/lib64:/lib64:/usr/lib64
export LDFLAGS="-L/usr/local/lib64 -L/lib64 -L/usr/lib64"

Then I ran configure:

./configure  --enable-deflate  --prefix=/usr/local/gkb_prod/BioMart/apache

That was fine.  When I ran "make install" though, I got the
following error:

/usr/lib/libexpat.so: could not read symbols: File in wrong format

...looks like it was looking for the libraries in the directory where
the 32 bit libraries reside, duh.

So, does anybody know if there is a trick I can use to make make
use the right libraries?

Cheers,

David Croft.

Reply via email to