You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Pete Geenhuizen <pg...@carolina.rr.com> on 2003/11/15 19:07:47 UTC

[users@httpd] Apache-2.0.48 compile problems on Solaris 9

I get the following error when I try to compile httpd-2.0.48 on
Solaris 9
gcc-3.0.2

Actually preceeding this I get several screens of ap_hack_... previously
defined, and then the make bombs out.

make[2]: *** [..../..../httpd-2.0.48/server/exports.lo] Error 1
make[2]: Leaving directory `..../..../httpd-2.0.48/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `..../..../httpd-2.0.48/server'
make: *** [all-recursive] Error 1

Any advise on how to get past this hurdle?

Thanks in advance

Pete


-- 
"Unencumbered by the thought process"
--1992-2000 Click and Clack presidential campaign slogan



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache-2.0.48 compile problems on Solaris 9

Posted by Pete Geenhuizen <pg...@carolina.rr.com>.
Geez, who knew?  Worked like a charm.  I saw some mention to this
situation in the archives, but I didn't think that it was my proble.
Certainly is an obscure problem and solution.

Thanks John for the quick response.

Pete
-- 
"Unencumbered by the thought process"
--1992-2000 Click and Clack presidential campaign slogan

John P. Dodge said:
> On Sat, 15 Nov 2003, Pete Geenhuizen wrote:
>
>> I get the following error when I try to compile httpd-2.0.48 on
>> Solaris 9
>> gcc-3.0.2
>>
>> Actually preceeding this I get several screens of ap_hack_... previously
>> defined, and then the make bombs out.
>>
>> make[2]: *** [..../..../httpd-2.0.48/server/exports.lo] Error 1
>> make[2]: Leaving directory `..../..../httpd-2.0.48/server'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `..../..../httpd-2.0.48/server'
>> make: *** [all-recursive] Error 1
>>
>> Any advise on how to get past this hurdle?
>>
>> Thanks in advance
>>
>> Pete
>
> I believe this is the "source dir contains a symlink" problem. You will
> find multiple definitions in server/exports.lo.
>
> Aparently there is a symlink in the path to your source dir. Set your dir
> to the explicit physical directory location and reconfigure.
>
>
> ----------------------------------------
> "Mon aƩroglisseur est plein d'anguilles"
> John P. Dodge
> Boeing Shared Services
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache-2.0.48 compile problems on Solaris 9

Posted by "John P. Dodge" <do...@cruciate.ca.boeing.com>.
On Sat, 15 Nov 2003, Pete Geenhuizen wrote:

> I get the following error when I try to compile httpd-2.0.48 on
> Solaris 9
> gcc-3.0.2
>
> Actually preceeding this I get several screens of ap_hack_... previously
> defined, and then the make bombs out.
>
> make[2]: *** [..../..../httpd-2.0.48/server/exports.lo] Error 1
> make[2]: Leaving directory `..../..../httpd-2.0.48/server'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `..../..../httpd-2.0.48/server'
> make: *** [all-recursive] Error 1
>
> Any advise on how to get past this hurdle?
>
> Thanks in advance
>
> Pete

I believe this is the "source dir contains a symlink" problem. You will
find multiple definitions in server/exports.lo.

Aparently there is a symlink in the path to your source dir. Set your dir
to the explicit physical directory location and reconfigure.


----------------------------------------
"Mon aƩroglisseur est plein d'anguilles"
John P. Dodge
Boeing Shared Services


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org