Tommy Killander wrote: > > > Duncan Webb skrev: >> Tommy Killander wrote: >> >>> Hi again, >>> >>> Got some more info to share on this topic. I tried to install the >>> kaa-base, kaa-imlib2 and kaa-metadata packages again and it seems that >>> there is some problem the build of the kaa.imlib2 module thing. >>> >>> [EMAIL PROTECTED] kaa-imlib2-0.2.3]# python setup.py install --record >>> installed_files >>> POSIX shared memory enabled >>> running install >>> running build >>> running build_py >>> running build_ext >>> building 'kaa.imlib2._Imlib2module' extension >>> gcc -pthread -shared build/temp.linux-i686-2.5/src/imlib2.o >>> build/temp.linux-i686-2.5/src/image.o >>> build/temp.linux-i686-2.5/src/font.o >>> build/temp.linux-i686-2.5/src/rawformats.o -L/usr/lib -lpng -lrt >>> -lImlib2 -lfreetype -lX11 -lXext -ldl -lm -lpython2.5 -o >>> build/lib.linux-i686-2.5/kaa/imlib2/_Imlib2module.so >>> /usr/bin/ld: cannot find -lpng >>> collect2: ld returned 1 exit status >>> error: command 'gcc' failed with exit status 1 >>> [EMAIL PROTECTED] kaa-imlib2-0.2.3]# >>> >>> Now, what does that error message mean ? >>> The linker can't find the library file "png" or does the linker think >>> that "-lpng" is a file path... >>> >> >> -lpng means it is looking for a file called libpng.so or libpng.a. which >> should be in /usr/lib (from -L/usr/lib). >> >> This means that you need to install png development package. I would >> expect just about all distributions to include these libraries out of >> the box. >> > > After adding the "libpng-devel" package, the build of kaa-imlib2 > completed normally and I was able to reinstall Freevo without problems:-) > > Installation of Freevo has really been difficult this time, compared to > the previous HTPC projects (for example the one before this when I > installed version Freevo 1.5.4). I believe that much of the trouble I'm > experiencing comes out of the fact that I didn't install Fedora as a > "Development workstation", for some reason I instead selected > "web-server" since I thought that it would give me a smaller "footprint". > > Many thanks for the quick and accurate help.
I don't see why it installing freevo should be difficult, it is just a collection of python packages, which are dead easy to install manually. Having said that, I have had some fun installing freevo in as a virtual machine vmware server. I installed Gentoo as a client and took the latest iso image as the CD-ROM installer. Discovered that python is installed as 2.4 and some of the dependencies are installed in 2.4/site-packages before the installer reinstalled python 2.5 and not updating these packages. Running the python-updater fixed this problem. It took a bit of time to work out what was going on. Also Numeric was not in the dependency list so freevo wouldn't start. Need to add this check to python setup.py install. Duncan ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Freevo-users mailing list Freevo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-users