Difference between revisions of "Error messages and their solutions"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 8: | Line 8: | ||
SUSE 11.3: | SUSE 11.3: | ||
yast -i libjpeg-devel | yast -i libjpeg-devel | ||
+ | |||
+ | |||
+ | xawtv | ||
+ | error: glib.h: No such file or directory | ||
+ | SUSE 11.3 | ||
+ | yast -i glib2-devel | ||
+ | |||
+ | xawtv | ||
+ | libxml/parser.h: No such file or directory | ||
+ | SUSE 11.3 | ||
+ | yast -i libxml-devel | ||
+ | |||
+ | Package libxml-2.0 was not found in the pkg-config search path. | ||
+ | Perhaps you should add the directory containing `libxml-2.0.pc' | ||
+ | to the PKG_CONFIG_PATH environment variable | ||
+ | No package 'libxml-2.0' found |
Revision as of 17:27, 14 August 2010
xawtv
Oops: (n)curses library not found. You need this one, please install.
SUSE 11.3:
yast -i ncurses-devel
xawtv
Oops: jpeg library not found. You need this one, please install.
SUSE 11.3:
yast -i libjpeg-devel
xawtv
error: glib.h: No such file or directory
SUSE 11.3
yast -i glib2-devel
xawtv
libxml/parser.h: No such file or directory
SUSE 11.3
yast -i libxml-devel
Package libxml-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libxml-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libxml-2.0' found