Hi all,
I am trying to install Apache 2.2 on FreeBSD 7.1.
I have installed the OS and the basic ports needed. when I tried to install apache 2.2 using,
it gave me an error
During the process of portmaster , it prompted me to select Apache config questions and Libiconv questions( I have selected Enable "EXTRA-ENCODING" and disabled the other.)
Note: Bash is already installed and I guess BASH needed the libconv and thus it has already installed the libiconv...My guess! ... I also tried to do the "make install clean" for libiconv ( it failed) ...
Any Idea ..?
Thanks..
I am trying to install Apache 2.2 on FreeBSD 7.1.
I have installed the OS and the basic ports needed. when I tried to install apache 2.2 using,
Code:
portmaster www/apache22
Code:
Patching for libiconv-1.11_1 ===> Applying extra patch off cannot open off: No such file or directory *** Error code 2 Stop in /usr/ports/converters/libiconv. ===>>> make failed for converters/libiconv ===>>> Aborting update ===>>> Update for /usr/ports/converters/libiconv failed ===>>> Aborting update
Note: Bash is already installed and I guess BASH needed the libconv and thus it has already installed the libiconv...My guess! ... I also tried to do the "make install clean" for libiconv ( it failed) ...
Any Idea ..?
Thanks..
Comment