Ohh... *slaps forehead* python isn't in the chrooted environment. But wouldn't the cgi executable require python to output the error message? Should I just install another copy of python into /var/www/usr/local/bin/python? Do you know much about chrooting applications? This isn't really a mailman issue if that's all it is, but I want to be sure that's all it is.
On 9/8/07, Mark Sapiro <[EMAIL PROTECTED]> wrote: > > Patrick Valencia wrote: > > > >When trying to make install in the src directory I get this error: > > > >:/var/www/mailman-2.1.9/src$ sudo make install > >for f in admindb admin confirm create edithtml listinfo options private > >rmlist roster subscribe; do exe=/var/www/mailman/cgi-bin/$f; > >/usr/bin/install -c -m 755 $f $exe; chmod g+s $exe; done > >install: /var/www/mailman/cgi-bin/admindb: No such file or directory > >*** Error code 71 > > > >Stop in /var/www/mailman-2.1.9/src (line 114 of Makefile). > > > I don't really understand why ... > > > >So I reconfigured and changed the Makefile in the mailman-2.1.9 directory > >then make clean/make/installed it and then overwrote it with the same > from > >the src directory, and both times I'm still getting the same error. I'm > >thinking it doesn't have to do with the gid. I think it's trying to > access > >a different file outside the chroot. However, I'm pretty much all out of > >ideas at this point. > > > If it's not the setregid, its the call to run the driver script which > tries to run the python executable (at the path configure found) with > arguments of the path to scripts/driver and the name of the cgi > (e.g.admindb). Maybe it's python it can't find. > > -- > Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, > San Francisco Bay Area, California better use your sense - B. Dylan > > ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp