I had a problem with apxs in apache 1.3.9 on Solaris 2.6 -- it seems that if you use
"--with-gnu-ld" in a configure script, apxs still persists in looking in the "usual"
place (/usr/ccs/bin on Solaris) for ld, instead of looking in the gnu binutils
directory (/usr/local/sparc-sun-solaris2.6/bin on Solaris).

Obviously, the two linkers are not compatible -- the message I was getting was
"invalid string table" or some such....

I sledgehammered the problem by renaming /usr/ccs/bin/ld to /usr/ccs/bin/ld.org and
slinking the gnu ld as /usr/ccs/bin/ld.  Not pretty but it worked....

However, I am still having problems -- will finish reading the mailing list archives
before I holler, though.


cat

[EMAIL PROTECTED] wrote:

> On Tue, 26 Oct 1999, John Alvin wrote:
>
> > gcc -funsigned-char -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite  -I/usr/localc
> >   -o mod_midgard.so mod_midgard.o -lmidgard
> > apxs:Break: Command failed with rc=16711680
> > *** Error code 1
> >
> > Stop.
> >
> >   what's happened?
>
> Apxs is broken. The line that starts with '  -o mod_...' should be the
> linker, but apxs doesn't have the linker configured.
>
> What apache version are you using, and on what platform?
>
> Bye,
> Emile
>
> --
> This is The Midgard Project's mailing list. For more information,
> please visit the project's web site at http://www.midgard-project.org
>
> To unsubscribe the list, send an empty email message to address
> [EMAIL PROTECTED]


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to