Hi there!

--- "Ashley M. Kirchner" <[EMAIL PROTECTED]> wrote:
> Maria Garcia Suarez wrote:
> 
> > What's exactly $prefix? The place where I
> uncompress
> > the files or the place where the program will be
> > installed?
> 
>     Where it will be installed.  You don't have to
> specify this UNLESS you do
> not want to install it into /home/mailman.  If you
> don't specify a $prefix, it
> will automatically install in /home/mailman.
> > ./configure --prefix=/usr/local/src/mailman-2.0.13
>     Don't specify a $prefix.  What you need to worry
> about are the
> --with-mail-gid and --with-cgi-gid options.

Ok, I didn't understand that. Thanks!

I tried again, I didn't specify any $prefix and I now
./configure'd with the proper gids. Now make install
reports less errors but keeps on failing :-(

I include the output as attachment.

>     Hrm.  Been a while since any woman send (or
> gave) me kisses.  Thanks! :)

Here comes another one :-*

Thanks for your help Ashley (also to Larry, who also
kindly answered to my question :-)

Kisses,

Maria G Suarez

/who really apologises for disturbing so much... :-( 
and apreciates your help a lot


__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com
Creating architecture independent directories...
chmod o-r /home/mailman/archives/private
Creating architecture dependent directories...
make[1]: Entering directory `/usr/local/src/mailman-2.0.13/bin'
for f in digest_arch mmsitepass newlist rmlist add_members list_members remove_members 
clone_member update arch sync_members check_db withlist check_perms find_member 
version move_list config_list list_lists dumpdb; \
do \
    /usr/bin/install -c -m 755 $f /home/mailman/bin; \
done
make[1]: Leaving directory `/usr/local/src/mailman-2.0.13/bin'
make[1]: Entering directory `/usr/local/src/mailman-2.0.13/cron'
for f in checkdbs crontab.in mailpasswds senddigests gate_news nightly_gzip qrunner 
bumpdigests; \
do \
    /usr/bin/install -c -m 644 $f /home/mailman/cron; \
done
make[1]: Leaving directory `/usr/local/src/mailman-2.0.13/cron'
make[1]: Entering directory `/usr/local/src/mailman-2.0.13/filters'
for f in bowa-strip; \
do \
    /usr/bin/install -c -m 644 $f /home/mailman/filters; \
done
make[1]: Leaving directory `/usr/local/src/mailman-2.0.13/filters'
make[1]: Entering directory `/usr/local/src/mailman-2.0.13/misc'
/usr/bin/install -c -m 644 Cookie.py /home/mailman/Mailman
/usr/bin/install -c -m 644 *.jpg *.png /home/mailman/icons
for d in bin cron scripts; \
do \
    dir=/home/mailman/$d; \
    /usr/bin/install -c -m 644 paths.py $dir; \
done
/usr/bin/install -c -m 664 pending_subscriptions.db /home/mailman/data
make[1]: Leaving directory `/usr/local/src/mailman-2.0.13/misc'
make[1]: Entering directory `/usr/local/src/mailman-2.0.13/Mailman'
for f in *.py; \
do \
    /usr/bin/install -c -m 644 $f /home/mailman/Mailman; \
done
/usr/bin/install -c -m 644 mm_cfg.py.dist /home/mailman/Mailman
if [ ! -f /home/mailman/Mailman/mm_cfg.py ]; \
then \
    /usr/bin/install -c -m 644 mm_cfg.py.dist /home/mailman/Mailman/mm_cfg.py; \
fi
for d in Cgi Logging Archiver Handlers Bouncers pythonlib; \
do \
    (cd $d; make install); \
done
make[2]: Entering directory `/usr/local/src/mailman-2.0.13/Mailman/Cgi'
for f in *.py; \
do \
    /usr/bin/install -c -m 644 $f /home/mailman/Mailman/Cgi; \
        done
make[2]: Leaving directory `/usr/local/src/mailman-2.0.13/Mailman/Cgi'
make[2]: Entering directory `/usr/local/src/mailman-2.0.13/Mailman/Logging'
for f in *.py; \
do \
    /usr/bin/install -c -m 644 $f /home/mailman/Mailman/Logging; \
done
make[2]: Leaving directory `/usr/local/src/mailman-2.0.13/Mailman/Logging'
make[2]: Entering directory `/usr/local/src/mailman-2.0.13/Mailman/Archiver'
for f in __init__.py Archiver.py HyperArch.py HyperDatabase.py pipermail.py; \
do \
    /usr/bin/install -c -m 644 $f /home/mailman/Mailman/Archiver; \
done
make[2]: Leaving directory `/usr/local/src/mailman-2.0.13/Mailman/Archiver'
make[2]: Entering directory `/usr/local/src/mailman-2.0.13/Mailman/Handlers'
for f in *.py; \
do \
    /usr/bin/install -c -m 644 $f /home/mailman/Mailman/Handlers; \
done
make[2]: Leaving directory `/usr/local/src/mailman-2.0.13/Mailman/Handlers'
make[2]: Entering directory `/usr/local/src/mailman-2.0.13/Mailman/Bouncers'
for f in *.py; \
do \
    /usr/bin/install -c -m 644 $f /home/mailman/Mailman/Bouncers; \
done
make[2]: Leaving directory `/usr/local/src/mailman-2.0.13/Mailman/Bouncers'
make[2]: Entering directory `/usr/local/src/mailman-2.0.13/Mailman/pythonlib'
for f in *.py; \
do \
    /usr/bin/install -c -m 644 $f /home/mailman/Mailman/pythonlib; \
done
make[2]: Leaving directory `/usr/local/src/mailman-2.0.13/Mailman/pythonlib'
make[1]: Leaving directory `/usr/local/src/mailman-2.0.13/Mailman'
make[1]: Entering directory `/usr/local/src/mailman-2.0.13/scripts'
for f in answer_majordomo_mail mailcmd mailowner post driver; \
do \
    /usr/bin/install -c -m 644 $f /home/mailman/scripts; \
done
make[1]: Leaving directory `/usr/local/src/mailman-2.0.13/scripts'
make[1]: Entering directory `/usr/local/src/mailman-2.0.13/src'
gcc -c -I. -DPREFIX="\"/home/mailman\"" -DPYTHON="\"/usr/bin/python\"" -DHELPFUL -g 
-O2 -g -O2 -DHAVE_STRERROR=1 -DHAVE_SETREGID=1 -DHAVE_SYSLOG=1 -DSTDC_HEADERS=1 
-DHAVE_SYSLOG_H=1 -DGETGROUPS_T=gid_t -DHAVE_VSNPRINTF=1   ./common.c
gcc -c -I. -DPREFIX="\"/home/mailman\"" -DPYTHON="\"/usr/bin/python\"" -DHELPFUL -g 
-O2 -g -O2 -DHAVE_STRERROR=1 -DHAVE_SETREGID=1 -DHAVE_SYSLOG=1 -DSTDC_HEADERS=1 
-DHAVE_SYSLOG_H=1 -DGETGROUPS_T=gid_t -DHAVE_VSNPRINTF=1   ./vsnprintf.c
gcc -DSCRIPT="\"admin\"" -I. -DCGI_GID=33 -g -O2 -g -O2 -DHAVE_STRERROR=1 
-DHAVE_SETREGID=1 -DHAVE_SYSLOG=1 -DSTDC_HEADERS=1 -DHAVE_SYSLOG_H=1 
-DGETGROUPS_T=gid_t -DHAVE_VSNPRINTF=1   common.o vsnprintf.o -o admin ./cgi-wrapper.c
gcc -DSCRIPT="\"admindb\"" -I. -DCGI_GID=33 -g -O2 -g -O2 -DHAVE_STRERROR=1 
-DHAVE_SETREGID=1 -DHAVE_SYSLOG=1 -DSTDC_HEADERS=1 -DHAVE_SYSLOG_H=1 
-DGETGROUPS_T=gid_t -DHAVE_VSNPRINTF=1   common.o vsnprintf.o -o admindb 
./cgi-wrapper.c
gcc -DSCRIPT="\"edithtml\"" -I. -DCGI_GID=33 -g -O2 -g -O2 -DHAVE_STRERROR=1 
-DHAVE_SETREGID=1 -DHAVE_SYSLOG=1 -DSTDC_HEADERS=1 -DHAVE_SYSLOG_H=1 
-DGETGROUPS_T=gid_t -DHAVE_VSNPRINTF=1   common.o vsnprintf.o -o edithtml 
./cgi-wrapper.c
gcc -DSCRIPT="\"options\"" -I. -DCGI_GID=33 -g -O2 -g -O2 -DHAVE_STRERROR=1 
-DHAVE_SETREGID=1 -DHAVE_SYSLOG=1 -DSTDC_HEADERS=1 -DHAVE_SYSLOG_H=1 
-DGETGROUPS_T=gid_t -DHAVE_VSNPRINTF=1   common.o vsnprintf.o -o options 
./cgi-wrapper.c
gcc -DSCRIPT="\"listinfo\"" -I. -DCGI_GID=33 -g -O2 -g -O2 -DHAVE_STRERROR=1 
-DHAVE_SETREGID=1 -DHAVE_SYSLOG=1 -DSTDC_HEADERS=1 -DHAVE_SYSLOG_H=1 
-DGETGROUPS_T=gid_t -DHAVE_VSNPRINTF=1   common.o vsnprintf.o -o listinfo 
./cgi-wrapper.c
gcc -DSCRIPT="\"subscribe\"" -I. -DCGI_GID=33 -g -O2 -g -O2 -DHAVE_STRERROR=1 
-DHAVE_SETREGID=1 -DHAVE_SYSLOG=1 -DSTDC_HEADERS=1 -DHAVE_SYSLOG_H=1 
-DGETGROUPS_T=gid_t -DHAVE_VSNPRINTF=1   common.o vsnprintf.o -o subscribe 
./cgi-wrapper.c
gcc -DSCRIPT="\"roster\"" -I. -DCGI_GID=33 -g -O2 -g -O2 -DHAVE_STRERROR=1 
-DHAVE_SETREGID=1 -DHAVE_SYSLOG=1 -DSTDC_HEADERS=1 -DHAVE_SYSLOG_H=1 
-DGETGROUPS_T=gid_t -DHAVE_VSNPRINTF=1   common.o vsnprintf.o -o roster ./cgi-wrapper.c
gcc -DSCRIPT="\"handle_opts\"" -I. -DCGI_GID=33 -g -O2 -g -O2 -DHAVE_STRERROR=1 
-DHAVE_SETREGID=1 -DHAVE_SYSLOG=1 -DSTDC_HEADERS=1 -DHAVE_SYSLOG_H=1 
-DGETGROUPS_T=gid_t -DHAVE_VSNPRINTF=1   common.o vsnprintf.o -o handle_opts 
./cgi-wrapper.c
gcc -DSCRIPT="\"private\"" -I. -DCGI_GID=33 -g -O2 -g -O2 -DHAVE_STRERROR=1 
-DHAVE_SETREGID=1 -DHAVE_SYSLOG=1 -DSTDC_HEADERS=1 -DHAVE_SYSLOG_H=1 
-DGETGROUPS_T=gid_t -DHAVE_VSNPRINTF=1   common.o vsnprintf.o -o private 
./cgi-wrapper.c
gcc -I. -DMAIL_GID=101 -g -O2 -g -O2 -DHAVE_STRERROR=1 -DHAVE_SETREGID=1 
-DHAVE_SYSLOG=1 -DSTDC_HEADERS=1 -DHAVE_SYSLOG_H=1 -DGETGROUPS_T=gid_t 
-DHAVE_VSNPRINTF=1   common.o vsnprintf.o -o wrapper ./mail-wrapper.c
for f in admin admindb edithtml options listinfo subscribe roster handle_opts private; 
\
do \
    exe=/home/mailman/cgi-bin/$f; \
    /usr/bin/install -c -m 755 $f $exe; \
    chmod g+s $exe; \
done
for f in wrapper; \
do \
    /usr/bin/install -c -m 755 $f /home/mailman/mail; \
    chmod g+s /home/mailman/mail/$f; \
done
make[1]: Leaving directory `/usr/local/src/mailman-2.0.13/src'
make[1]: Entering directory `/usr/local/src/mailman-2.0.13/templates'
for f in *.html *.txt; \
do \
    mv -f /home/mailman/templates/$f /home/mailman/templates/$f.prev || /bin/true; \
    /usr/bin/install -c -m 644 $f /home/mailman/templates; \
done
mv: no se puede efectuar `stat' sobre `/home/mailman/templates/*.html': No existe el 
fichero o el directorio
/usr/bin/install: no se puede efectuar `stat' sobre `*.html': No existe el fichero o 
el directorio
mv: no se puede efectuar `stat' sobre `/home/mailman/templates/*.txt': No existe el 
fichero o el directorio
/usr/bin/install: no se puede efectuar `stat' sobre `*.txt': No existe el fichero o el 
directorio
make[1]: *** [install] Error 1
make[1]: Leaving directory `/usr/local/src/mailman-2.0.13/templates'
make: *** [doinstall] Error 2

Reply via email to