Re: can not install - bad documentation
Mansour <[email protected]> Sun, 10 Sep 2006 05:10:46 -0300
| Newsgroups | gmane.comp.apache.mod-layout |
|---|---|
| Message-ID | <[email protected]> |
I'm using version mod_layout-4.0.1a . I had to modify the MakeFile, because with modification it gives me error. Here's the error: ###################################################### Makefile:7: /usr/local/apache2/build/special.mk: No such file or directory make: *** No rule to make target `/usr/local/apache2/build/special.mk'. Stop. ####################################################### However I was able to get around this by modifying the makefile, but I got the previos error. ############################################### 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 ##################################################### what I did in this case, I compiled it in stepd. The INSTALL file says use "make install". so I used "make" then "make install". I added the directive to apache config to load the module, but that's what I got when restarted apache: mod_layout.so: undefined symbol: create_layout_request Any idea what's going on ?? Brian Aker wrote: >Hi! > >What version of mod_layout? You shouldn't need to modify any paths, >just make sure that the apxs to the version of apache that you want >to use is the only one in your path. > >Cheers, > -Brian > >On Sep 9, 2006, at 4:31 PM, Mansour wrote: > > > >>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 ?? >> >> >> >> >> >> >>_______________________________________________ >>Mod_layout mailing list >>[email protected] >>http://lists.tangent.org/mailman/listinfo/mod_layout >> >> > >-- >_______________________________________________________ >Brian "Krow" Aker, brian at tangent.org >Seattle, Washington >http://krow.net/ >http://tangent.org/ >_______________________________________________________ >You can't grep a dead tree. > > > >_______________________________________________ >Mod_layout mailing list >[email protected] >http://lists.tangent.org/mailman/listinfo/mod_layout > >