Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
351 views

libdb4.6-dev vs libdb4.7-dev

I want to install PHP 5.3 on Ubuntu Intrepid. To install apxs, I need to install libaprutil1-dev, which depends on libdb4.6-dev. When I look at installing that, apt-get wants to remove the currently ...
1
vote
1answer
53 views

Apache Module: Output Keeps Growing on Each Request

I have an idea for a project based on the Apache module API. So, I am writing my first Apache module to learn the API- just a simple hostname lookup: URL: ...
0
votes
0answers
32 views

apxs2 compile to apache module C API with python2.7?

Apxs2 compile to apache module C API with python2.7. I have apxs2 -cia XXX.c -lpython2.7 But in the XXX.c code python functions (Py_initiliaze();) don't responses !!!, so compilation is good ...
0
votes
0answers
41 views

Apache is compiled with mod_so.c but throw apxs error

I am trying to install php on red hat machine . When I configure I get error "sorry, I cannot run apxs, Possible error.." apxs was not found. Apache was not built using --enable-so I try locating ...
0
votes
0answers
355 views

Problems with compiling mod_dav_svn for apache

I tried to compile mod_dav_svn for my apache, but I have the feeling, that I forget something. First I retrieve with svn co http://svn.apache.org/repos/asf/subversion/trunk subversion the newest ...
0
votes
1answer
199 views

C code to output linux system whoami from apache module

I'm a C newbie. My eventual goal is to create an Apache module that returns the Apache user account's crontab as JSON. Baby steps first though. I've successfully followed tutorials at the two ...
0
votes
1answer
255 views

apxs on MacOSX having trouble with architecture

I'm trying to set up a development environment on my aging Macbook Pro that matches my Linux EC2 production environment. I'm on the home stretch now, need only to get the mod_auth_mysql plugin for ...
0
votes
1answer
314 views

xcode template with run script build phase requires root

I'm trying to configure a custom xcode template for building Apache 2.2 modules in xcode. Everything seems to be working okay so far, except the most important bit: the custom build settings. I ...