On Tue, 10 Apr 2001, Leitha discount wrote:

> Hello all, We are trying to install Qmail on an AIX 3.25 server.  

Quoting myself from a previous lifetime (via the archive
http://www.ornl.gov/its/archives/mailing-lists/qmail/1997/04/msg00320.html):

I had a similar problem with AIX 3.2, we use the Vixie bind and bind
libraries and I had to change conf-cc.sh to read:

CC='cc -O2 -I/usr/local/include -L/usr/local/lib'
LD='cc -s -L/usr/local/lib -lresolv'

You might want to check and see if you have a seperate resolver library
somewhere (some unixes do so standardly) and add it (and the necessary
include and library paths if its not in the standard location).

Hope this helps,
Julie

My memory doesn't handle high levels of detail from 1997, but I don't
recall ever getting qmail to compile on AIX 3.X with the default AIX
resolver library - I also didn't try too hard because at the time I was
running DNS on some of my AIX systems, so I had to maintain the vixie bind
resolver library for AIX 3.X anyway and it was only a matter of scping a
file to one more place.

Also, if you are using XLC, I may have used the more BSD-like
configuration of the compiler for qmail.

Good luck,

Julie


> Does anyone have any suggestions?  We run Make setup and get this
> error:
> 
>      ./compile install-big.c
>             ./compile install.c
>             ./load install-big fifo.o install.o auto_qmail.o \
>                     auto_split.o auto_uids.o strerr.a substdio.a open.a error.a \
>                     str.a fs.a
>     0706-317 ERROR: Unresolved or undefined symbols detected:
>                      Symbols in error (followed by references) are
>                      dumped to the load map.
>                      The -bloadmap:<filename> option will create a load map.
>     .fchdir
>     The error code from the last failed command is 8.
> 
> Any help would be appreciated.
> Thanks,
> Leitha
> 

Reply via email to