[Mailman-Users] Make Install Fails

2011-01-19 Thread McNutt Jr, William R
I'm attempting to install Mailman on a Solaris 10 box and I am unable to get past "make install." Sorry - not a unix guy, please use small words and explicit direction. Attached is the results of make install: Creating architecture independent directories... chmod o-r /usr/local/mailman/archives

RE: [Mailman-Users] make install fails for 2.1b3

2002-08-30 Thread Barry A. Warsaw
> "GZ" == Goeran Zaengerlein <[EMAIL PROTECTED]> writes: GZ> ok, I found out what the problem is: The configure script GZ> creates the file "/src/mailman-2.1b3/misc/paths.py", but "make GZ> install" does not copy it to "$prefix/bin". I do occasionally get reports about this, but

RE: [Mailman-Users] make install fails for 2.1b3

2002-08-29 Thread Goeran Zaengerlein
Hi Dan, > > Maybe you have a broken make? > Hm... I uninstalled my make RPM and installed it again... Did not help... But I copied the paths.py to cron, bin and scripts and should do the job for now... thanks a lot! Goeran Zaengerlein -- M

RE: [Mailman-Users] make install fails for 2.1b3

2002-08-29 Thread Dan Mick
> "/src/mailman-2.1b3/misc/paths.py", but "make install" does not copy it > to "$prefix/bin". Don't know why. top-level Makefile: SUBDIRS=bin cron misc Mailman scripts src templates messages tests install: -> doinstall: -> @for d in $(SUBDIRS); \ do \ (cd

RE: [Mailman-Users] make install fails for 2.1b3

2002-08-29 Thread Goeran Zaengerlein
Hi *, ok, I found out what the problem is: The configure script creates the file "/src/mailman-2.1b3/misc/paths.py", but "make install" does not copy it to "$prefix/bin". When make runs the update target it calls the $prefix/bin/update script which tries to import the paths module. If you do the

[Mailman-Users] make install fails for 2.1b3

2002-08-29 Thread Goeran Zaengerlein
Hello *, I tried to install Mailman 2.1b3 and I followed the installation instruction exactly but make install fails with the following message: --- snip --- Compiling /usr/local/mailman/Mailman/versions.py ... Traceback (most recent call last): File "bin/update", line 44, in ? import pat