#pkg_info -L libpng pkg_info: can't find package libpng #pkg_info -L png ...there are png and libpng files, but xine requires libpng12.so.0.23.0, instead in the system there is libpng12.so.0.23.0
#pkg_info -L SDL ...there are SDL and libSDL files, but mplayer requires libSDL-1.2.so.0.11.1, instead in the system there is libSDL-1.2.so.0.11.2 What is the problem? 2008/5/25, Justin C. Sherrill <[EMAIL PROTECTED]>: > On Sun, May 25, 2008 9:19 am, dark0s Optik wrote: > > I have the following four problems: > > > Check for the existence of those .so files on your system. Also, check > the installed files list of the corresponding packages in pkgsrc - e.g. > 'pkg_info -L libpng'. > > If they are missing, somehow the programs you are trying to run got > installed without the required dependencies, or those libraries were > somehow deleted/moved. If they are there, something's wrong with linking. > > -- only the paranoid will survive