Cliff Woolley wrote:
> 
> Creating Configuration.apaci in src
> Creating Makefile in src
>  + configured for Linux platform
>  + setting C compiler to gcc
>  + setting C pre-processor to gcc -E
>  + checking for system header files
>  + adding selected modules
>  + using system Expat
> 
> Then make:
> 
> [snip]
> ===> src/main
> gcc -c  -I../os/unix -I../include   -DLINUX=22 -DUSE_HSREGEX
> -DNO_DL_NEEDED `../apaci` gen_test_char.c
> gcc  -DLINUX=22 -DUSE_HSREGEX -DNO_DL_NEEDED `../apaci`   -o gen_test_char
> gen_test_char.o  -lm -lcrypt -lexpat
> ./gen_test_char >test_char.h
> ./gen_test_char: error while loading shared libraries: cannot open shared
> object file: cannot load shared object file: No such file or directory

Ugg. I'm thinking that this may be due to an Expat change that was
recently made to Configure (IIRC). That sort of thing should have been
caught in the compiler sanity check phase...

-- 
===========================================================================
   Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
      "A society that will trade a little liberty for a little order
                   will lose both and deserve neither"

Reply via email to