2025-02-06

current64 - libavahi

 

1. Place the following single line in a file "libavahi-client.c":
int avahi_client_new(void) { return 0; }

2. Place the following single line in a file "libavahi-common.c":
int avahi_threaded_poll_new(void) { return 0; }

3. Compile the two files into shared libraries by typing the following at
shell prompts (or place them into a script or Makefile):

gcc -c libavahi-client.c libavahi-common.c
gcc -shared -o libavahi-client.so.3 libavahi-client.o
gcc -shared -o libavahi-common.so.3 libavahi-common.o

https://communitytest.documentfoundation.org/t/libsdlo-so-slitaz-gnu-linux-avahi/58304/5

Bug 119408 - Fails to start Draw, Impress due to new Avahi dependency
 
 $ tazpkg -lf libavahi

Installed files by "libavahi"
================================================
/usr/lib/libavahi-client.so.3
/usr/lib/libavahi-common.so.3
================================================
2 files