* [Buildroot] Is there an issue with the xml2 installation packaged with BuildRoot?
@ 2007-09-04 0:55 Daniel Frey
2007-09-04 1:09 ` Brad House
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Frey @ 2007-09-04 0:55 UTC (permalink / raw)
To: buildroot
I am trying to link against libxml2 when I am building my other
applications. I continually get errors that I cannot link against libxml.
Could this be a result of how xml2 is installed. If I look at
$(STAGING_DIR)/usr/bin/xml2-conf, the paths are setup for the local
environment ( i.e. /usr/lib/...). and not relative to the $(STAGING_DIR) or
$(TARGET_DIR). The same goes for $(STAGING_DIR)/usr/lib/xml2Conf.sh
Output:
checking for xmlParseFile... no
configure: error: Unable to link with libxml
Can anyone provide some clarification for me?
Thanks.
Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20070903/9eea06e1/attachment.htm
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] Is there an issue with the xml2 installation packaged with BuildRoot?
2007-09-04 0:55 [Buildroot] Is there an issue with the xml2 installation packaged with BuildRoot? Daniel Frey
@ 2007-09-04 1:09 ` Brad House
0 siblings, 0 replies; 2+ messages in thread
From: Brad House @ 2007-09-04 1:09 UTC (permalink / raw)
To: buildroot
> I am trying to link against libxml2 when I am building my other
> applications. I continually get errors that I cannot link against
> libxml. Could this be a result of how xml2 is installed. If I look at
> $(STAGING_DIR)/usr/bin/xml2
> -conf, the paths are setup for the local environment ( i.e.
> /usr/lib/...). and not relative to the $(STAGING_DIR) or
> $(TARGET_DIR). The same goes for $(STAGING_DIR)/usr/lib/xml2Conf.sh
>
> Output:
> checking for xmlParseFile... no
> configure: error: Unable to link with libxml
>
>
> Can anyone provide some clarification for me?
Which package are you trying to compile which is failing?
It's probably a problem with that package itself not referencing
the proper path for libxml2, so it tries to use your system's version.
I know PHP with libxml2 support compiles fine against buildroot's
libxml ... and it requires the -config script ...
-Brad
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-04 1:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-04 0:55 [Buildroot] Is there an issue with the xml2 installation packaged with BuildRoot? Daniel Frey
2007-09-04 1:09 ` Brad House
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox