https://bugs.freedesktop.org/show_bug.cgi?id=94531
Bug ID: 94531
Summary: Compile wayland libexpat.so.1 No such file or
directory
Product: Wayland
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: wayland
Assignee: [email protected]
Reporter: [email protected]
I used :
#-------------------------------
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
./configure --disable-static \
CC="gcc -m32" CXX="g++ -m32" \
--build=x86_64-pc-linux-gnu \
--host=i686-pc-linux-gnu
make -O -j4
#------------------------------
And I have:
#------------------------------
+ make -O -j4
CC src/libwayland_util_la-wayland-util.lo
CCLD libwayland-util.la
CC src/wayland_scanner-scanner.o
CCLD wayland-scanner
GEN protocol/wayland-protocol.c
./wayland-scanner: error while loading shared libraries: libexpat.so.1: cannot
open shared object file: No such file or directory
Makefile:2492: command object 'protocol/wayland-protocol.c' nie powiodÅy siÄ
make: *** [protocol/wayland-protocol.c] BÅÄ
d 127
make: *** Waiting for unfinished jobs....
GEN protocol/wayland-server-protocol.h
./wayland-scanner: error while loading shared libraries: libexpat.so.1: cannot
open shared object file: No such file or directory
#-------------------------------
#-----------------
$ rpm -ql libexpat1
/usr/local/lib/libexpat.so.1
/usr/local/lib/libexpat.so.1.6.0
#-----------------
#---------
$ rpm -ql libexpat1-devel | grep .pc
/usr/local/lib/pkgconfig/expat.pc
#---------
#----------------------
$ cat /usr/local/lib/pkgconfig/expat.pc
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: expat
Version: 2.1.0
Description: expat XML parser
URL: http://www.libexpat.org
Libs: -L${libdir} -lexpat
Cflags: -I${includedir}
#----------------------
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs