
bbriceno at gmail
Nov 10, 2009, 1:52 PM
Post #9 of 10
(608 views)
Permalink
|
Nice, thanks a lot :) On Tue, Nov 10, 2009 at 3:49 PM, Taher Shihadeh <taher [at] unixwars> wrote: > The docs are wrong (outdated, actually). Thanks for noticing. > I'll fix that right away. You can see current parameters with ./configure > --help > > --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] > --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) > --with-pic try to use only PIC/non-PIC objects [default=use > both] > --with-gnu-ld assume the C compiler uses GNU ld [default=no] > --with-sendfile-support Check for sendfile support (default=yes) > --with-libssl[=DIR] Include libssl/OpenSSL support (default yes) > --with-ldap=[ARG] use OpenLDAP development library [default=yes], > optionally specify path to dev libs > --with-mysql=[ARG] use MySQL client library [default=yes], optionally > specify path to mysql_config > --with-geoip=[ARG] use the GeoIP library [default=yes], optionally > specify path to dev libs > --with-ffmpeg=[ARG] use the FFMpeg library [default=yes], optionally > specify path to dev libs > --with-wwwroot=DIR Set the WWW root directory > --with-wwwuser=USER Set default execution user > --with-wwwgroup=GROUP Set default execution group > > > Basilio Briceño wrote: > >> Oh, by the way the configure returns this: >> >> configure: WARNING: unrecognized options: --with-user, --with-user >> >> but in the documentation it says that are the right ones >> >> http://www.cherokee-project.com/doc/basics_installation_unix.html >> >> What needs to be updated the documentation wrong or the configure file? >> >> >> On Tue, Nov 10, 2009 at 3:24 PM, Basilio Briceño <bbriceno [at] gmail<mailto: >> bbriceno [at] gmail>> wrote: >> >> My configuration was: >> >> ./configure --prefix=/usr/local/cherokee --with-user=www-data >> --with-user=www-data --with-wwwuser=www-data >> --with-wwwgroup=www-data --disable-ipv6 --enable-trace >> --enable-static-module=all >> >> make >> >> make install >> >> sudo /usr/local/cherokee/sbin/cherokee-admin start >> >> but it returns >> >> [10/11/2009 13:58:58.813] (error) rrd_tools.c:98 - Couldn't find >> rrdtool in >> >> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin >> >> >> main_admin.c:330 - Could not initialize the server >> >> I suggest that the configure checks the availability of rrdtool >> >> once installed the rrdtool and using the >> --enable-static-module=all parameter it works >> >> >> >> On Tue, Nov 10, 2009 at 1:28 PM, Taher Shihadeh >> <taher [at] unixwars <mailto:taher [at] unixwars>> wrote: >> >> In my case it gives the following error: >> [10/11/2009 20:24:07.582] (error) plugin_loader.c:194 - >> dlopen(/usr/lib/cherokee/libplugin_render_rrd.so): >> /usr/lib/cherokee/libplugin_render_rrd.so: undefined symbol: >> cherokee_rrd_intervals >> [10/11/2009 20:24:07.582] (error) plugin_loader.c:363 - Can't >> open "render_rrd" module >> >> main_admin.c:330 - Could not initialize the server >> >> Definitely related to r3790 >> As a workaround you coud compile the module statically for the >> moment (with something like this as parameter for configure: >> --enable-static-module=all) >> >> B B H wrote: >> >> The issue is that >> /usr/local/cherokee/lib/cherokee/libplugin_render_rrd.so >> already exists, but it says is not :S >> >> On Tue, Nov 10, 2009 at 12:19 PM, B B H >> <bbriceno [at] gmail <mailto:bbriceno [at] gmail> >> <mailto:bbriceno [at] gmail <mailto:bbriceno [at] gmail>>> >> >> wrote: >> >> Hi I was trying to install cherokee from SVN (revision >> 3790) but >> when I load the cherokee-admin it dies with this messages: >> >> [10/11/2009 12:09:46.208] (error) plugin_loader.c:194 - >> >> dlopen(/usr/local/cherokee/lib/cherokee/libplugin_render_rrd.so): >> >> /usr/local/cherokee/lib/cherokee/libplugin_render_rrd.so: >> cannot >> open shared object file: No such file or directory >> [10/11/2009 12:09:46.208] (error) plugin_loader.c:363 - >> Can't open >> "render_rrd" module >> main_admin.c:330 - Could not initialize the server >> >> What I did: >> >> ./configure --prefix=/usr/local/cherokee >> --with-user=www-data >> --with-user=www-data --with-wwwuser=www-data >> --with-wwwgroup=www-data --disable-ipv6 --enable-trace >> >> make >> >> make install >> >> sudo /usr/local/cherokee/sbin/cherokee-admin >> >> I'm using Kubuntu 9.10 >> >> -- Saludos, >> >> Basilio Briceño H. >> >> >> >> >> -- Saludos, >> >> Basilio Briceño H. >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Cherokee-dev mailing list >> Cherokee-dev [at] lists >> <mailto:Cherokee-dev [at] lists> >> >> http://lists.octality.com/listinfo/cherokee-dev >> >> >> >> -- taher [at] unixwars <mailto:taher [at] unixwars> >> >> http://unixwars.com/ >> >> >> >> >> -- Saludos, >> >> Basilio Briceño H. >> >> >> >> >> -- >> Saludos, >> >> Basilio Briceño H. >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Cherokee-dev mailing list >> Cherokee-dev [at] lists >> http://lists.octality.com/listinfo/cherokee-dev >> >> > > > -- > taher [at] unixwars > http://unixwars.com/ > > -- Saludos, Basilio Briceño H.
|