[PyKDE] pyqt compilation problem on RedHat Linux 7.1

Karl Schmid schmid at ice.mpg.de
Thu Jun 20 15:07:01 BST 2002


Hi, 

I tried to compile PyQt-3.2.4 on a RH7.1 system with Qt3.0.4 installed.

When typing 'make', I get the following error:

make  all-recursive
make[1]: Entering directory `/home/schmid/PyQt-3.2.4'
Making all in features
make[2]: Entering directory `/home/schmid/PyQt-3.2.4/features'
./sip_helper >../sipQtFeatures.h
./sip_helper: error while loading shared libraries: libqt.so.3: cannot
load shared object file: No such file or directory
make[2]: *** [all-local] Error 127
make[2]: Leaving directory `/home/schmid/PyQt-3.2.4/features'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/schmid/PyQt-3.2.4'
make: *** [all] Error 2

However, libqt.so.3 is installed on the system:

[root at mint PyQt-3.2.4]# find /usr -name libqt.so.3
/usr/local/qt/lib/libqt.so.3

This search path is also included in the Makefile (I am neither a C nor
a make expert).

Any ideas on how I can solve the problem?

Thanks!

Karl

-- 
------------------------------------------------------------------------
Dr. Karl Schmid                              Phone:     + 49 3641 571465
Department of Genetics and Evolution         Fax:       + 49 3641 571402
Max-Planck-Institute of Chemical Ecology     Email:    schmid at ice.mpg.de
Beutenberg Campus, Winzerlaer Str. 10        Web: www.ice.mpg.de/~schmid
07745 Jena, Germany
========================================================================




More information about the PyQt mailing list