Maybe I didn't explain what happened well enough in my previous message.

I said I didn't have LIBRARY_PATH set and ./configure failed to find expat,
but then I set LIBRARY_PATH and it worked.  Sablot was installed on 2
different machines and this occured both times.  I wasn't really asking a
question about that but just sharing my experience incase others were
having problems.

Besides that I guess I do have a general Unix question since there was no
information in the INSTALL file about setting LIBRARY_PATH so I was
wondering if that is usually set?  Is LIBRARY_PATH an environment variable
autoconf sets up for configure to read?  Is it standard in the Unix world
for LIBRARY_PATH to be set and should I have it in my .profile?  Does AIX
usually set this variable or is it different in that respect from other
Unixes?

Oh and BTW my previous email had an error in it.  I set LIBRARY_PATH to
/usr/local/lib not the bin directory.  That's proly what confused you.

It doesn't matter cause we got it to install but sabcmd core dumps on both
machines so apparently it doesn't work on AIX.  When I get time I'll throw
some debug statements in it and figure out why.





Tom Kaiser <[EMAIL PROTECTED]> on 02/19/2001 03:41:36 PM

Please respond to [EMAIL PROTECTED]

To:   Sablotron Mailing List <[EMAIL PROTECTED]>
cc:   [EMAIL PROTECTED], [EMAIL PROTECTED]

Subject:  Re: [Sab] ./configure can't find expat on AIX



Herman,
what's the version of your expat, 1.95? If not then this might be the
problem. You can tell e.g. by the name of the libraries. In previous
versions, the shared libraries are called libxmlparse and libxmltok,
whereas in 1.95 it's libexpat.

Tom

[EMAIL PROTECTED] wrote:

> I did an installation of sablotron on AIX and now someone else here in
our
> group is doing it on another box and we both had the same problem.
>
> When running ./configure it reported an error, that it couldn't find
expat
> but expat had been installed.
>
> I did an
>
> $ export LIBRARY_PATH=/usr/local/bin and it worked.
>
> I asked our unix administrator if that was a standard environment
variable
> and if it should be in the profile and he thought it should be LIB_PATH,
> but I remember trying that and ./configure didn't recognize it.
>
> He did inform me that we do wierd configurations at our company, not to
> mention AIX is a little different.  I guess the autoconf GNU program must
> set up ./configure to use LIBRARY_PATH.
>
> Just wanted to post this recurring experience incase someone else was
> having the same problem.
>
> Any informative replies are appreciated.
>
> -walker
>
>
>
>







Reply via email to