What steps will reproduce the problem? 1. Download the devx_431.sfs package from http://distro.ibiblio.org/pub/linux/distributions/puppylinux/puppy- 4.3.1/devx_431.sfs 2. Either use the bootmanager to add the sfs file for mounting on bootup or extract the sfs manually 3. Try to run any qt command like (qtdemo or qtconfig)
What is the expected output? What do you see instead? The programs don't run because some crucial .so files are missing. Some of the missing files are * libQtCore.so.4 * libQtXml.so.4 * libQtGui.so.4
What version of the product are you using? On what operating system? Puppy linux 4.3.1
Please provide any additional information below. Note that the ".la" files are created by libtool and are not sufficient. They need to be accompanied by .so files. Some of the other qt libraries are properly installed. For example:
find -name "libQt3*"
./libQt3Support.la ./libQt3Support.prl ./libQt3Support.so ./libQt3Support.so.4 ./libQt3Support.so.4.3 ./libQt3Support.so.4.3.2 ./libQt3Support.so.4.3.2.debug
But,
find -name "libQtCore*"
./libQtCore.la ./libQtCore.prl ./libQtCore.so.4.3.2.debug
Comment #1
Posted on Jan 7, 2010 by Happy Birdthis is no bug. you will have to install the qt4 package with the package-manager.
Status: New
Labels:
Type-Defect
Priority-Medium