compiling pyapache on freebsd

Marc Tardif intmktg at Gloria.CAM.ORG
Sun May 21 16:56:30 EDT 2000


I'm trying to install the python module with apache 1.3.12 on FreeBSD 3.4.
I have read the INSTALL file and configure works as expected. As for
'make', there seems to be a few problems. First, I had to change the 
INCLUDES1 variable in the PyApache Makefile to "-I/usr/local/include".
Then, I get the following error messages when typing 'make' in the apache
directory:

/usr/local/lib/python1.5/config/libpython1.5.a(readline.o): In function
'call_readline':
readline.o(.text+0x34a): undefined reference to 'rl_event_hook'
readline.o(.text+0x352): undefined reference to 'readline'
readline.o(.text+0x395): undefined reference to 'add_history'
*** Error code 1

What can be the problem?
Marc Tardif




More information about the Python-list mailing list