Pavel Hlavnicka wrote:
> configure tries to link small program against libexpat.so., to specify
> headers location is not enought. Set the LD_LIBRARY_PATH variable.
>
I tried the following:
setenv LD_LIBRARY_PATH /homes/violine/steam/steam/server/libraries/expat/lib
setenv LD_RUN_PATH /homes/violine/steam/steam/server/libraries/expat/lib
setenv CPLUS_INCLUDE_PATH
/homes/violine/steam/steam/server/libraries/expat/include
but configure is still unable to find expat.... Any other way to do this ? The
path above is the
contains the expat headerfile (and lib/ contains libexpat.so).
lib/:
-rw-r--r-- 1 astra gurus 336124 Dec 20 14:02 libexpat.a
-rwxr-xr-x 1 astra gurus 678 Dec 20 14:02 libexpat.la*
lrwxrwxrwx 1 astra gurus 17 Dec 20 14:02 libexpat.so ->
libexpat.so.0.0.0*
lrwxrwxrwx 1 astra gurus 17 Dec 20 14:02 libexpat.so.0 ->
libexpat.so.0.0.0*
-rwxr-xr-x 1 astra gurus 276474 Dec 20 14:02 libexpat.so.0.0.0*
Anything wrong here maybe? this 0.0.0 looks a bit strange.
Expat does not give any error when compiling though.
---Thomas