On Thu, Dec 18, Julian Sivertsen wrote:

> == Issues ===
> Brief: Invalid FETCHER by ./configure
> Importance: nuisance
> Location: xen
> Workaround: Install wget and reconfigure
> The m4/fetcher.m4 script checks for the precence of wget before falling
> back to "ftp -o". On Arch Linux curl is shipped and ftp does not support
> the -o option. Resulting in the build failing when downloading zlib.

The requirement for wget or ftp is indeed not mentioned in README or
INSTALL.

> Brief: libxenctrl.so.4.5 not found
> Importance: low
> Location: probably Arch Linux
> Workaround: `echo /usr/local/lib > /etc/ld.so.conf.d/xen.cnf; ldconfig`
> Something about the library path is messed up, as oxenstored fails when
> launched by systemd. It needs the shared library libxenctrl.so.4.5 which
> is located in the /usr/local/lib folder, but doesn't find it.

Fix Arch Linux and add /usr/local/lib to the default /etc/ld.so.conf.
Workaround: ./configure --enable-rpath

Olaf

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to