[Xapian-devel] uuid configure issue?

David Jeske davidj at gmail.com
Sat Aug 7 16:41:37 BST 2010


That was the problem. I manually copied uuid.h and libuuid.a to
/usr/local/*. Once I moved uuid.h to /usr/local/include/uuid/uuid.h
configure worked fine.

Before I did any of this, I did a "make install" on e2fsprogs. The build did
get hung up on some doc-build part because I don't have texi2dvi installed,
but I don't see any target to install libuuid.a or uuid.h, only one to
install the binaries for uuid and uuidgen.

On Fri, Aug 6, 2010 at 2:34 PM, David Jeske <davidj at gmail.com> wrote:

> I'm trying to build xapian-core-1.2.2 on Linux. After manually installing
> uuid.h and libuuid.a from e2fsprogs-1.41.12, I receive the following
> configure error:
>
> checking for uuid.h... yes
> checking for uuid_create... no
> configure: error: uuid.h found, but uuid_create() not found.  You probably
> wants to install libuuid from e2fsprogs (you may need to install the
> uuid-dev, libuuid-devel or e2fsprogs-devel package)
>
>
> However, there is no uuid_create in uuid.h/libuuid.a.
>
> This thread on gmane leads me to believe this might be from an attempt to
> make the configure work for FreeBSD, since it says the FreeBSD comes with
> uuid_create out of the box instead of uuid_generate.
>
> http://comments.gmane.org/gmane.comp.search.xapian.general/8244
>
> Am I on track?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20100807/9c2cef0b/attachment.htm>


More information about the Xapian-devel mailing list