Saturday, July 31st, 2010
Random:
- Install packages for PEAR in XAMPP (Ubuntu Linux)
- Django, Mod-Python & CouchDB
- Two steps installing Goolge App Engine (GAE) in Ubuntu Jaunty
- Get back your Alt+Ctrl+Backspace in Karmic
- E-TextEditor & PHP
- Access Forbidden error when accessing security page of XAMPP
- Skype on Ubuntu Lucid Lynx 10.04
- Erlang, CouchDB on Slackware 12.1
Mod_python + Apache 2 + Slackware Error
06/07/2009 // 2 comments // Category: My Everything // Thẻ: apache, apxs, connobject, error, mod_python, python, slackware.Trying to install mod_python 3.3.1 things seem to be smooth until I got this error
connobject.c: In function ‘_conn_read’:
connobject.c:142: error: request for member ‘next’ in something not a structure or union
apxs:Error: Command failed with rc=65536
Searching a bit and I got the solution by using the Apache SVN mod_python, which you can take from here: https://svn.apache.org/repos/asf/quetzalcoatl/mod_python/trunk
This fixed the problem during make.
Hope this help others, too.
2 Responses to “Mod_python + Apache 2 + Slackware Error”
Leave a Reply
Recent Posts
Recent Comments
- car on Google App Engine & cron jobs
- Rodrigo Marangon on Mod_python + Apache 2 + Slackware Error
- gabriel on Install packages for PEAR in XAMPP (Ubuntu Linux)
- mod_python on Apache 2 | Miscellaneous musings in beta on Mod_python + Apache 2 + Slackware Error
- Gilberto Ramos on Get back your Alt+Ctrl+Backspace in Karmic
Blogroll
car: nice engine, i'll try to pimp my ride
Rodrigo Marangon: Thanks for sharing! It was very helpful. Another way to make mod_python work is replacing the ...
gabriel: just the info that I was looking for... tnx ...
Gilberto Ramos: very useful! i was looking for this..!
Venkat Mantirraju: This is an excellent guide. Thanks a lot for your effort and time in making ...
How to clear DNS cache in Mac (Tiger, Leopard, Snow Leopard)
31/07/2010
Validation with Jquery
26/07/2010
Add your Google Apps email to Palm Pre
19/07/2010
Install packages for PEAR in XAMPP (Ubuntu Linux)
17/03/2010
Skype on Ubuntu Lucid Lynx 10.04
17/03/2010
Eclipse 3.5 Galileo on Ubuntu Jaunty 9.04
| 12 comments
Google App Engine & cron jobs
| 4 comments
vmware-tools on Slackware 12.1
| 3 comments
Django, Mod-Python & CouchDB
| 2 comments
Mapnik installation on Slackware 12.1
| 2 comments
9.04
application
code
couchdb
curl
debian
delete
design
download
editor
error
gae
gis
godaddy
google
google app engine
jaunty
javascript
javascripts
jquery
karmic
lightbox
linux
mapnik
mod_python
multiple requests
My Everything
php
programming
promotion
python
recursive
skype
slackware
speedup
svn
tips
tools
ubuntu
wget
windows
YUI
- © 2009 Tech Mix. All rights reserved.
- WPLine 1.0 designed by Hutek - A member of Vietnam Wordpress Commnunity.
- Powered by Wordpress. Work fine on almost popular browsers.


March 30th, 2010 at 4:57 pm
[...] effort to compile after that worked. Until I found this blog. It suggests that I should download the source from SVN trunk instead like [...]
July 1st, 2010 at 2:06 am
Thanks for sharing! It was very helpful.
Another way to make mod_python work is replacing the line 142
!(b == APR_BRIGADE_SENTINEL(b) ||
with
!(b == APR_BRIGADE_SENTINEL(bb) ||