
I have definitely found that the problems I was having come from incompatibilities between 0.95 archiving and 1.0b6 archiving. Archiving does have the following issues howver:
- there is no default archive page associated with a new list--no archive is created until the first email is sent to the list
- i have not found a meaningful way to upgrade existing archives--i had to do a lot of manual stuff to make my current archives even available
-- George Reese (borg@imaginary.com) http://www.imaginary.com/~borg PGP Key: http://www.imaginary.com/servlet/Finger?user=borg&verbose=yes "Keep Ted Turner and his goddamned Crayolas away from my movie." -Orson Welles

I checked the archives, and could not find the answer so I am sending it to the list.
I am trying to install mailman, but I get a error when I try to install it. I was able to install Python with no problem, but get a Undefined symbol error in the crt0.o file. If anyone has a idea on how to make this work please let me know.
usr/bin/install -c -m 644 $f /home/mailman/Mailman/Logging; done for f in answer_majordomo_mail mailcmd mailowner post driver; do /usr/bin/inst all -c -m 644 $f /home/mailman/scripts; done gcc -DSCRIPT="\"admin\"" -I. -DCGI_GID=800 -g -O2 -DHAVE_STRERROR=1 -DSTDC_HEADE RS=1 -DHAVE_SYSLOG_H=1 -DGETGROUPS_T=gid_t -DHAVE_VPRINTF=1 common.o -o admin /usr/lib/crt0.o: Undefined symbol `_main' referenced from text segment *** Error code 1
Stop. *** Error code 1
Stop.

On Sun, 8 Nov 1998, Nathan Stratton wrote:
A freebsd system? I see this unless I use gmake. Same spot.
I'm not so sure any longer that its strictly a problem with mailman. It may be the symptom of some old libraries laying around since the last operating system upgrade.
Darren Henderson darren@jasper.somtel.com
Help fight junk e-mail, visit http://www.cauce.org/

On Mon, 9 Nov 1998, Darren Henderson wrote:
Yes, sorry I should have mentioned that. I went and grabed gmake and now it works fine. Thanks for the help.
Darren Henderson darren@jasper.somtel.com
Help fight junk e-mail, visit http://www.cauce.org/
-nathan

"DH" == Darren Henderson <darren@jasper.somtel.com> writes:
DH> A freebsd system? I see this unless I use gmake. Same spot.
DH> I'm not so sure any longer that its strictly a problem with
DH> mailman. It may be the symptom of some old libraries laying
DH> around since the last operating system upgrade.
I sure wish I could understand this better. If any FreeBSDers figure this out, please do let us know. In the meantime, I've created a file called `BUGS' and added the following entry. Does this seem accurate?
- There seems to be a problem building the C wrappers on FreeBSD systems when not using GNU make (gmake). The symptom is that you get an undefined symbol `_main' in /usr/lib/crt0.o. We don't know anything more about the causes, and there is some suspicion that the problem is unrelated to Mailman. Using gmake to build Mailman appears to solve the problem.
-Barry

I checked the archives, and could not find the answer so I am sending it to the list.
I am trying to install mailman, but I get a error when I try to install it. I was able to install Python with no problem, but get a Undefined symbol error in the crt0.o file. If anyone has a idea on how to make this work please let me know.
usr/bin/install -c -m 644 $f /home/mailman/Mailman/Logging; done for f in answer_majordomo_mail mailcmd mailowner post driver; do /usr/bin/inst all -c -m 644 $f /home/mailman/scripts; done gcc -DSCRIPT="\"admin\"" -I. -DCGI_GID=800 -g -O2 -DHAVE_STRERROR=1 -DSTDC_HEADE RS=1 -DHAVE_SYSLOG_H=1 -DGETGROUPS_T=gid_t -DHAVE_VPRINTF=1 common.o -o admin /usr/lib/crt0.o: Undefined symbol `_main' referenced from text segment *** Error code 1
Stop. *** Error code 1
Stop.

On Sun, 8 Nov 1998, Nathan Stratton wrote:
A freebsd system? I see this unless I use gmake. Same spot.
I'm not so sure any longer that its strictly a problem with mailman. It may be the symptom of some old libraries laying around since the last operating system upgrade.
Darren Henderson darren@jasper.somtel.com
Help fight junk e-mail, visit http://www.cauce.org/

On Mon, 9 Nov 1998, Darren Henderson wrote:
Yes, sorry I should have mentioned that. I went and grabed gmake and now it works fine. Thanks for the help.
Darren Henderson darren@jasper.somtel.com
Help fight junk e-mail, visit http://www.cauce.org/
-nathan

"DH" == Darren Henderson <darren@jasper.somtel.com> writes:
DH> A freebsd system? I see this unless I use gmake. Same spot.
DH> I'm not so sure any longer that its strictly a problem with
DH> mailman. It may be the symptom of some old libraries laying
DH> around since the last operating system upgrade.
I sure wish I could understand this better. If any FreeBSDers figure this out, please do let us know. In the meantime, I've created a file called `BUGS' and added the following entry. Does this seem accurate?
- There seems to be a problem building the C wrappers on FreeBSD systems when not using GNU make (gmake). The symptom is that you get an undefined symbol `_main' in /usr/lib/crt0.o. We don't know anything more about the causes, and there is some suspicion that the problem is unrelated to Mailman. Using gmake to build Mailman appears to solve the problem.
-Barry
participants (4)
-
Barry A. Warsaw
-
Darren Henderson
-
George Reese
-
Nathan Stratton