[csw-maintainers] mod_wsgi, on build8x - python-2.6?
    Philip Brown 
    phil at bolthole.com
       
    Sun Mar  1 17:23:45 CET 2009
    
    
  
On Sun, Mar 01, 2009 at 04:48:20PM +0100, rupert THURNER wrote:
> gmake[2]: Entering directory
> `/home/rupert/mgar/pkg/mod_wsgi/work/build-isa-i386/mod_wsgi-2.3'
> /opt/csw/apache2/sbin/apxs -c -I/opt/csw/include/python2.6 -DNDEBUG
> mod_wsgi.c -L/opt/csw/lib/python2.6/config -lpython2.6 -lresolv
thats odd. There are no shared libs in /opt/csw/lib/python2.6/config
looks like the latest python packages are broken for new development.
For one thing, if it's going to offer a non-standard lib path for -L, it
should provide a matching -R. However, it's providing the wrong -L path to
begin with. the libs appear to be in /opt/csw/lib anyways.
(so it should be providing the usual 
  -L/opt/csw/lib -R'/opt/csw/lib/$ISALIST'  )
you can add that to your makefile flags if you're in a hurry, and it should
work
    
    
More information about the maintainers
mailing list