nvoyé : vendredi 16 novembre 2007 10:37
À : users@httpd.apache.org
Objet : Re: [EMAIL PROTECTED] Moving Apache Binary
Desai,
You have two real options here:
1) Rebuild apache with the correct binary path int he ./configure script
2) Use a symlink
I would personally go with option 1, but I just tri
Desai,
You have two real options here:
1) Rebuild apache with the correct binary path int he ./configure script
2) Use a symlink
I would personally go with option 1, but I just tried to avoid symlinks
all over the place.
Tony
Desai Sunil Kumar wrote:
Hi All,
I have built Apache
Hi All,
I have built Apache binary by specify path /home/xyz/apache in Linux.
I want to just copy the binary folder to some other location for example
/home/abc/apache. Then I tried executing httpd, I got library error not able
to find libapr.so and libapr-util.so under the original path. N