[Mailman-Users] Mailman under Debian -- Icons aren't showing up.

2005-04-07 Thread Aaron The Young
Hello,
I am using Debian Linux and I have mailman up and running, but I'm
running into a few problems.
When I connect to the admin page, I get there, but I get three blue
boxed question marks at the bottom of the page as if something or
some images aren't loading.  I read the help sheet on copying over
icons to the apache/icons directly, and putting PythonPowered.png,
mailman-large.png, and mailman.jpg into the /usr/share/apache/icons
directory has done nothing for me.
Also, when I attempt to go to the mail archives, I get:
The requested URL /pipermail/mailman/ was not found on this server.
Do I have to install Pipermail?
Thanks for any and all help.
Aaron
  ~
--
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=showamp;file=faq01.027.htp


[Mailman-Users] How do I interface Mailman with Apache?

2004-10-21 Thread Aaron The Young
Hello,
I seem to have mailman configured and built properly, but I'm
wondering how to get it interfaced with apache.  It seems to have
put itself in /usr/local/mailman and that's not where apache is.
Do I need to rebuild it? or can I link it into Apache?  I'm not
seeing anything obvious in the documentation.  I've not ever used
mailman before, so I'm kinda lost.
Thanks,
Aaron
  ~
--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/


Re: [Mailman-Users] Compile Problem: msgmerge/gettext wants automake 1.8?!

2004-10-12 Thread Aaron The Young

Solaris 8 has no msgmerge. You have to install GNU gettext.
Or, you can download latest messages/Makefile.in from CVS
(Release_2_1-maint branch) and restart installation from
'configure'.
You can get the latest CVS for the Release_2_1-maint by
$ cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/mailman \
  co -r Release_2_1-maint mailman
Well, by deduction and some searching I was able to figure out I needed
gettext.  Thanks.
However, it appears gettext needs automake 1.8 and all I can get my hands
on is 1.8b and 1.9.  When I try to run make, I get:
% make
 cd .  /bin/ksh /usr/local/src/gettext-0.14.1/config/missing --run 
automake-1.8 --gnu
/usr/local/src/gettext-0.14.1/config/missing[46]: automake-1.8:  not found
WARNING: `automake-1.8' is needed, and you do not seem to have it handy on your
 system.  You might have modified some files without having the
 proper tools for further handling them.  Check the `README' file,
 it often tells you about the needed prerequirements for installing
 this package.  You may also peek at any GNU archive site, in case
 some other package would contain this missing `automake-1.8' program.
make: *** [Makefile.in] Error 1

% automake --version
automake (GNU automake) 1.8b
I've tried 1.9 and it still gives me this error.  Is there someway to get 
around
this or can you direct me to where I might find automake 1.8 nowadays?

Thanks,
Aaron
  ~ 

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/


[Mailman-Users] Compile Problem: msgmerge: command not found.

2004-10-06 Thread Aaron The Young
Hey all,
I'm running Solaris 2.8 and python 2.3.3 and my configure of mailman 2.1.5 
goes swell, but when I attempt to
compile, I get the following during my compile:

gcc -I. -DMAIL_GROUP=\mailman\ -g -O2 -g -O2 -DPACKAGE_NAME=\\ 
-DPACKAGE_TARNAME=\\ -DPACKAGE_VERSION=\\ -DPACKAGE_STRING=\\ 
-DPACKAGE_BUGREPORT=\\ -DHAVE_STRERROR=1 -DHAVE_SETREGID=1 
-DHAVE_SYSLOG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYSLOG_H=1 -DGETGROUPS_T=gid_t 
-DHAVE_VSNPRINTF=1   common.o vsnprintf.o -o mailman ./mail-wrapper.c

make[1]: Leaving directory `/nn/local/src/mailman-2.1.5/src'
make[1]: Entering directory `/nn/local/src/mailman-2.1.5/templates'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/nn/local/src/mailman-2.1.5/templates'
make[1]: Entering directory `/nn/local/src/mailman-2.1.5/messages'
Merging new template file with existing translations
msgmerge -U ca/LC_MESSAGES/mailman.po mailman.pot
make[1]: msgmerge: Command not found
Seems like something is missing or hasn't been made correctly along the way.
Why is msgmerge missing?  Any clues?
Aaron
  ~
--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/