RE: [users@httpd] compilation problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 
Have you tried doing a "make clean" or "make distclean" in-between "make
install"s:
	./configure --prefix=/usr/apache  --enable-proxy --enable-cache
--enable-disk-cache
	make
	make install
	make clean (or try make distclean)
	./configure --prefix=/usr/apache  --enable-proxy --enable-cache
--enable-mem-cache
	make

Tal

-----Original Message-----
From: Hasson Yehudit [mailto:Yehudit.Hasson@xxxxxxxxxxxx] 
Sent: Tuesday, September 19, 2006 2:08 AM
To: users@xxxxxxxxxxxxxxxx
Subject: RE: [users@httpd] compilation problem

Thanks 

-----Original Message-----
From: Ben [mailto:ben@xxxxxxxxxxxxxx]
Sent: Monday, September 18, 2006 6:48 PM
To: users@xxxxxxxxxxxxxxxx
Subject: Re: [users@httpd] compilation problem

I've seen this error before.
It's because the current /usr/apache directory is causing some sort of
config problem

Try this -

mv /usr/apache /usr/apache.x
./configure --prefix=/usr/apache  --enable-proxy --enable-cache --
enable-disk-cache make mv  /usr/apache.x /usr/apache make install


-- should sort you out.


On 18 Sep 2006, at 16:32, Hasson Yehudit wrote:

> Hi
>
> I have a compilation problem while trying to compile the apache second 
> time with different configuration:
>
> My steps are:
>
> 1)  ./configure --prefix=/usr/apache  --enable-proxy --enable-cache 
> --enable-disk-cache
> 2)   make
> 3)  make install
> 4)  ./configure --prefix=/usr/apache  --enable-proxy --enable-cache 
> --enable-mem-cache
> 5) make
>
> I gets the following error:
>
> .....
>   exports.c:1141: `ap_hack_apr_xml_parser_feed' previously defined 
> here
> exports.c:2563: redefinition of `ap_hack_apr_xml_parser_done'
> exports.c:1142: `ap_hack_apr_xml_parser_done' previously defined here


---------------------------------------------------------------------
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@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx

---------------------------------------------------------------------
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@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.5/450 - Release Date: 9/18/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.5/451 - Release Date: 9/19/2006
 


---------------------------------------------------------------------
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@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux