xine problems
This is a discussion about xine problems in the Everything Linux category; i have a problem in installing xine-ui. when i execute the. /configure, it will give me an error about the libpng: configure:error:***:libpng is needed(PNG linrary not found) - try to use with-png-prefix option *** i tried to search libpng and this is what i get /usr/share/doc/libpng-1.
i have a problem in installing xine-ui. when i execute the ./configure, it will give me an error about the libpng:
configure:error:***:libpng is needed(PNG linrary not found) - try to use --with-png-prefix option ***
i tried to search libpng and this is what i get
/usr/share/doc/libpng-1.2.2
/usr/share/doc/libpng-1.2.2/README
/usr/share/doc/libpng-1.2.2/CHANGES
/usr/share/doc/libpng-1.2.2/libpng.txt
/usr/share/doc/libpng-1.2.2/example.c
/usr/share/doc/libpng-1.2.2/TODO
/usr/share/doc/libpng-1.2.2
/usr/lib/libpng.so.3.1.2.2
/usr/lib/libpng.so.3
/usr/lib/libpng12.so.0.1.2.2
/usr/lib/gthumb/modules/libpngexporter.so
/usr/lib/gthumb/modules/libpngexporter.la
/usr/lib/libpng12.so.0
/var/spool/up2date/libpng-1.2.8-1.fc2.i386.hdr
what shall i do next?
configure:error:***:libpng is needed(PNG linrary not found) - try to use --with-png-prefix option ***
i tried to search libpng and this is what i get
/usr/share/doc/libpng-1.2.2
/usr/share/doc/libpng-1.2.2/README
/usr/share/doc/libpng-1.2.2/CHANGES
/usr/share/doc/libpng-1.2.2/libpng.txt
/usr/share/doc/libpng-1.2.2/example.c
/usr/share/doc/libpng-1.2.2/TODO
/usr/share/doc/libpng-1.2.2
/usr/lib/libpng.so.3.1.2.2
/usr/lib/libpng.so.3
/usr/lib/libpng12.so.0.1.2.2
/usr/lib/gthumb/modules/libpngexporter.so
/usr/lib/gthumb/modules/libpngexporter.la
/usr/lib/libpng12.so.0
/var/spool/up2date/libpng-1.2.8-1.fc2.i386.hdr
what shall i do next?
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Mar 4
Mar 5
0
1 minute
Responses to this topic
Which version of Linux do you have?
I was going to say to need to install libpng, but you already have it..unless it is looking for a newer or older version.
I was going to say to need to install libpng, but you already have it..unless it is looking for a newer or older version.
when building xine, many times it is necessary to install
the *-devel version of a library package because the xine
configure script is expecting to find a special configuration
script provided by the *-devel package.
in other words, try installing the libpng-devel package
and try again..
the *-devel version of a library package because the xine
configure script is expecting to find a special configuration
script provided by the *-devel package.
in other words, try installing the libpng-devel package
and try again..