I'm attempting an install of mailman 2.0.13 on AIX 5.1. I'm using gcc 2.95.3.0, openssl 0.9.6.7, and python 2.1.1.0. I'm getting the error below when running a configure. I checked to make sure all libraries listed in the error are there and permissions are fine. I'm by no means a python guru. Any assistance with this would be GREATLY appreciated. Here's the configure...
./configure --prefix=/usr/local/pkg/mailman --with-cgi-gid=nobody and here's the output.... checking for --with-python... no checking for python... /usr/local/bin/python checking Python interpreter... /usr/local/bin/python checking Python version... 2.1.1 checking for a BSD compatible install... ./install-sh -c checking whether make sets ${MAKE}... yes checking for true... /usr/bin/true checking for --without-gcc... no checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking whether #! works in shell scripts... yes checking for --with-var-prefix... no checking for --with-username... mailman checking for mailman UID... 211 checking for --with-groupname... mailman checking for mailman GID... 201 checking permissions on /usr/local/pkg/mailman... okay checking for mail wrapper GID... 6 checking for CGI wrapper GID... -2 checking for CGI extensions... no Traceback (most recent call last): File "conftest.py", line 2, in ? from socket import * File "/usr/local/lib/python2.1/socket.py", line 41, in ? from _socket import * ImportError: from module /usr/local/lib/python2.1/lib-dynload/_socket.so Exec format error can't load library: /usr/local/lib/python2.1/lib-dynload/_socket.so /usr/local/lib/libssl.a libssl.so libssl.so can't load library: /usr/local/lib/libssl.a /usr/local/lib/libssl.a If anyone has any ideas please let me know. thanks, -Patrick ------------------------------------------------------ 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/