Jack Diederich
jack_diederich at email.com
Sat Oct 5 08:10:46 EST 2002
For me (mod_python 2x, linux, Python 2.2.1) I needed to symlink Modules/Makefile to the root Python Makefile or ./configure would leave out some libraries in the linker line. I don't remember if libutil was one of them. I posted that to python-dev at httpd.apache.org, does anyone know if there is a searchable archive, or when there might be one in the future? -jack ----- Original Message ----- From: Piet van Oostrum <piet at cs.uu.nl> Date: 05 Oct 2002 13:03:33 +0200 To: Neo Eureka <neo at https.ru> Subject: Re: [mod_python] Apache 2.0.42 > >>>>> Neo Eureka <neo at https.ru> (NE) writes: > > NE> Hi ! > > NE> It seems, BETA2 of mod_python 3 is not compatible with > NE> Apache-2.0.42. It builds successfully, but when apache is asked to > NE> test new configuration it complains about undefined symbol "openpty" > NE> while trying to load mod_python into the server. > > Maybe this previous post will help: > > ----- Original Message ----- > From: "Carl C." <cc at carlc.com> > Subject: Re: [mod_python] Compiling a DSO module for RedHat Linux on ALPHA > 64bit. > Guess, what... I FIXED IT... > I had to edit the mod_python's src/Makefile and change the > LIBS=-lm /usr/src/Python-2.2-no-threads/libpython2.2.a > to > LIBS=-lm /usr/src/Python-2.2-no-threads/libpython2.2.a -lutil > That -lutil was the magic! > Carl > > -- > Piet van Oostrum <piet at cs.uu.nl> > URL: http://www.cs.uu.nl/~piet [PGP] > Private email: P.van.Oostrum at hccnet.nl > > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://www.modpython.org/mailman/listinfo/mod_python > > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup "Free price comparison tool gives you the best prices and cash back!" http://www.bestbuyfinder.com/download.htm
|