Difference between revisions of "Error messages and their solutions"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 20: Line 20:
 
  yast -i libxml-devel
 
  yast -i libxml-devel
  
Package libxml-2.0 was not found in the pkg-config search path.
+
Package libxml-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxml-2.0.pc'
+
Perhaps you should add the directory containing `libxml-2.0.pc'
to the PKG_CONFIG_PATH environment variable
+
to the PKG_CONFIG_PATH environment variable
No package 'libxml-2.0' found
+
No package 'libxml-2.0' found
 +
 
 +
yast -i libxml2-devel
 +
 
 +
 
 +
/usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/bin/ld: cannot find -lpng
 +
collect2: ld returned 1 exit status
 +
make: *** [console/scantv] Error 1
 +
linux-fhbd:~/xawtv # yast -i libpng14-devel

Revision as of 17:28, 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
yast -i libxml2-devel


/usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/bin/ld: cannot find -lpng collect2: ld returned 1 exit status make: *** [console/scantv] Error 1 linux-fhbd:~/xawtv # yast -i libpng14-devel