[Modsnake-devel] build issue
Status: Alpha
Brought to you by:
jick
From: Jeff D. <lis...@em...> - 2002-05-14 04:01:01
|
While building mod_snake under linux (apache 1.3.x) I do not end up getting a mod_snake python module for some reason (no mod_snake.py or mod_snake.so). The modules in snake_lib all import mod_snake so it seems important. Here's what I do to make it: tar zxvf ../download/mod_snake-0.5.0.tar.gz ./configure --with-apxs=/usr/bin/apxs make install Is mod_snake (the python module, as a .py or a .so) supposed to be built from those commands? The mod_snake apache module seems to be built just fine. Thanks, Jeff |