[reportlab-users] installing reportlab on aix 5.3

Steve Romanow slestak989 at gmail.com
Thu Jul 22 09:06:33 EDT 2010


On 7/19/2010 8:48 PM, Steve Romanow wrote:

> Hi guys,

>

> Trying to install reportlab 2.4 on aix 5.3.

>

> Most of my foss packages have come from perzl.org (gcc, python, etc.)

> and are installed in /opt/freeware.

>

> I have freetype2 installed but cannot get setup.py to find it in

> /opt/freeware/lib. Also, it is libfreetype.a, not a .so. Will that

> make a difference for RL use?

>

> Thanks,

>

> Steve

I have tried using setup.cfg to point it to the location of libfreetype.a

bash-3.00$ ls -l *free*
-rwxr-xr-x 1 root system 1692230 Apr 8 05:13 libfreetype.a
bash-3.00$ pwd
/opt/freeware/lib

Here is my setup.cfg

#This is normally only used for win32
[FREETYPE]
#lib=path to your freetype2 .lib file eg
C:\Python\devel\freetype-2.1.5\objs\freetype214.lib
#libdir=path the the containing folder; leave empty uses dirname(of the lib)
#incdir=path to the include files for your setup or it uses ../include
from the libdir
lib=/opt/freeware/lib/libfreetype.a
libdir=/opt/freeware/lib
incdir=/opt/freeware/lib



More information about the reportlab-users mailing list