Displaying 4 results from an estimated 4 matches for "lzap".
Did you mean:
ldap
2005 Feb 17
1
Problems compiling pridump utility
I do 'make pridump' from the libpri source directory and receive the
following:
# make pridump
cc -o pridump pridump.o -L. -lpri -lzap -Wall -Werror
-Wstrict-prototypes -Wmissing-prototypes -g
/usr/bin/ld: cannot find -lzap
collect2: ld returned 1 exit status
make: *** [pridump] Error 1
I am new to all of this, so I am sure I am missing something obvious,
any help will be appreciated.
I am using libpri verision 1.0.4 with Fedo...
2023 Jun 12
1
Changing EFI boot order via API
...to change the boot order of an EFI VM via
libvirt API. Specifically, I am looking into configuring a VM to boot
over HTTP UEFI Boot or HTTPS UEFI Boot (also available as HTTP IPv4 in
the firmware).
Is this possible? I cannot find anything relevant in the documentation. Thanks.
--
Later,
Lukas @lzap Zapletal
2023 Jun 16
1
Changing EFI boot order via API
On 6/12/23 15:38, Lukas Zapletal wrote:
> Hello,
>
> I would like to be able to change the boot order of an EFI VM via
> libvirt API. Specifically, I am looking into configuring a VM to boot
> over HTTP UEFI Boot or HTTPS UEFI Boot (also available as HTTP IPv4 in
> the firmware).
>
> Is this possible? I cannot find anything relevant in the documentation. Thanks.
>
It
2004 May 14
0
SuSE & Zaptel Compilation errors
...h.o complex.o $(LIBTONEZONE)
$(CC) -o ztcfg ztcfg-dude.o mknotch.o complex.o -lm -L. -ltonezone
mknotch.o: mknotch.cc
$(CC) -c mknotch.cc
complex.o: complex.cc
$(CC) -c complex.cc
usbfxstest.o: usbfxstest.c
$(CC) -g -c usbfxstest.c
usbfxstest: usbfxstest.o
$(CC) -o usbfxstest usbfxstest.o -lzap
fxstest: fxstest.o
$(CC) -o fxstest fxstest.o -ltonezone
fxsdump: fxsdump.o
$(CC) -o fxsdump fxsdump.o -lm
devices:
ifeq ($(DEVFS),)
mkdir -p $(INSTALL_PREFIX)/dev/zap
rm -f $(INSTALL_PREFIX)/dev/zap/ctl
rm -f $(INSTALL_PREFIX)/dev/zap/channel
rm -f $(INSTALL_PREFIX)/dev/zap/pseudo
rm -f...