can not install - bad documentation
Mansour <[email protected]> Sat, 09 Sep 2006 20:31:08 -0300
| Newsgroups | gmane.comp.apache.mod-layout |
|---|---|
| Message-ID | <[email protected]> |
Hi every body: I couldn't find any documentation about how to install mod_layout on apache 2.0 on fedora 3. I modified the makefile to reflect the root for my apache but out of luck. here's the modifcation ####################################################################### builddir=$(shell pwd) top_srcdir=/usr/lib/httpd/ top_builddir=/usr/lib/httpd/ include /usr/lib/httpd/build/special.mk # the used tools APXS=/usr/sbin/apxs ####################################################################### and that's the error I 'm getting. ####################################################################### /bin/sh /usr/lib/apr/build/libtool --silent --mode=install cp mod_layout.la /usr/lib/httpd/modules/ make[1]: Leaving directory `/root/mod_layout-4.0.1a' /usr/sbin/apxs -i -n liblayout.so -e liblayout.la /usr/lib/httpd/build/instdso.sh SH_LIBTOOL='/bin/sh /usr/lib/apr/build/libtool' liblayout.la /usr/lib/httpd/modules /bin/sh /usr/lib/apr/build/libtool --mode=install cp liblayout.la /usr/lib/httpd/modules/ libtool: install: `liblayout.la' is not a valid libtool archive Try `libtool --help --mode=install' for more information. apxs:Error: Command failed with rc=65536 ####################################################################### Worst of all, no documentation or help related to this. ALl the previous posts, have no answers, as if there's no answer for this !! Any Idea ??