On Sat, Jun 29, 2002 at 04:23:39PM -0500, S.tygian B.lacksmith S.tudios wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello,
>
> I'm running into the following problem compiling AxKit 1.6. I have libxml
> 1.8.17, libxml2 2.4.22 and libxslt 1.0.18 installed on a FreeBSD 4.4
I think you've diagnosed it correctly:
> Given the errors in the log, I suspect that I'm missing some files
> that might be included in a different release, possibly libxml-devel...
Just in case, you might try to do a
$ locate libxml/xmlversion.h
and see if they're in a non-standard location or are in a standard location
that your gcc doesn't know about.
> But
> the problem is that with the type of account I have (virtual server) I'm
> not able to install RPMs, so I haven't been able to check.
Assuming that you don't find the header files somewhere, you'll need to:
- get the sysadmins to install the libxml2-devel rpm (whatever it's called)
- get the header files and put 'em in a local directory like
/home/me/inc/libxml/... and set CCFLAGS=-I/home/me/inc
- install libxml2 from source in a local directory. I do this a fair amount
and it seems worky.
- Barrie
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]