You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Arin Komins <ak...@midway.uchicago.edu> on 2003/04/25 01:48:45 UTC

[users@httpd] lots of redefinitions in exports.c?

Hi folks,

I'm experiencing the same bug as
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19229.

(lots of redefinition probs in exports.c)

Is there a resolution?  (other than manually going through exports.c and
removing the dupes?)

Thanks,

Arin
-- 
------------------------------------------------------------------
Arin Komins			       	      akomins@uchicago.edu 
Manager of Web Systems Architecture
University of Chicago/ENSS/NSIT			tel: (773)834-4087
1155 E. 60th St. #302B Chicago, IL 60637	fax: (773)702-0559
------------------------------------------------------------------


---------------------------------------------------------------------
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] lots of redefinitions in exports.c?

Posted by "John P. Dodge" <do...@cruciate.ca.boeing.com>.
On Thu, 24 Apr 2003, Arin Komins wrote:

> Hi folks,
>
> I'm experiencing the same bug as
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19229.
>
> (lots of redefinition probs in exports.c)
>
> Is there a resolution?  (other than manually going through exports.c and
> removing the dupes?)
>
> Thanks,
>
> Arin
> --
I assume that you are trying to compile 2.0.45. This exports.c issue shows
up if your crurrent directory path contains a symlink. Set you working
directory to the direct physical path name and this goes away.

i.e
My apache build directory is /home/dodge/src/apache2/httpd-2.0.45

and

/home/dodge/src -> /export/src  (Symlink)

so, cd to /export/src/apache2/httpd-2.0.45 and the problem goes away.


----------------------------------------
"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


Re: [users@httpd] lots of redefinitions in exports.c?

Posted by Arin Komins <ak...@midway.uchicago.edu>.
On Thu, 24 Apr 2003, Arin Komins wrote:

:Subject: [users@httpd] lots of redefinitions in exports.c?
:
:Hi folks,
:
:I'm experiencing the same bug as
:http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19229.
:
:(lots of redefinition probs in exports.c)
:
:Is there a resolution?  (other than manually going through exports.c and
:removing the dupes?)
:

Following myself up for a moment:

It was for apache 2.0.45, and the error seems to be related to symlinks.
(the parent of the directory in which I was building httpd was a symlink,
and as a result I ended up with definitions coming from /usr/home/mydir in
addition to /home/mydir.)

Worked around by compiling outside of /home (/usr/home), but still this is
probably a bug.

thanks,

Arin 
-- 
------------------------------------------------------------------
Arin Komins			       	      akomins@uchicago.edu 
Manager of Web Systems Architecture
University of Chicago/ENSS/NSIT			tel: (773)834-4087
1155 E. 60th St. #302B Chicago, IL 60637	fax: (773)702-0559
------------------------------------------------------------------


---------------------------------------------------------------------
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