Re: undefined symbol: fcgi_config_create_dir_config
Marc Prewitt <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
The output of your make does not show any errors. It's just saying the since you didn't install mod_fastcgi.la in one of the standard LD_LIBRARY_PATH directories that you may need to add that directory if you need to link to that library in the future. However, that shouldn't be a problem for apache. It should be looking in the /usr/lib/httpd/modules directory for modules. What happens if you configure your srm.conf or httpd.conf to try and load mod_fastcgi? That's where we'll see if it's actually working or failing. Robby Russell wrote: > I am not having much luck with getting fastcgi installed on a Linux FC1 > box with 2 different apache installations. > > I keep coming across this: > > > >> mod_fastcgi-2.4.2]# make install >>make[1]: Entering directory `/usr/local/src/mod_fastcgi-2.4.2' >>/bin/sh /usr/lib/apr/build/libtool --silent --mode=install cp mod_fastcgi.la /usr/lib/httpd/modules/ >>PATH="$PATH:/sbin" ldconfig -n /usr/lib/httpd/modules >>---------------------------------------------------------------------- >>Libraries have been installed in: >> /usr/lib/httpd/modules >> >>If you ever happen to want to link against installed libraries >>in a given directory, LIBDIR, you must either use libtool, and >>specify the full pathname of the library, or use the `-LLIBDIR' >>flag during linking and do at least one of the following: >> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable >> during execution >> - add LIBDIR to the `LD_RUN_PATH' environment variable >> during linking >> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag >> - have your system administrator add LIBDIR to `/etc/ld.so.conf' >> >>See any operating system documentation about shared libraries for >>more information, such as the ld(1) and ld.so(8) manual pages. >>---------------------------------------------------------------------- >>make[1]: Leaving directory `/usr/local/src/mod_fastcgi-2.4.2' >>/bin/sh /usr/lib/apr/build/libtool --silent --mode=install cp mod_fastcgi.la /usr/lib/httpd/modules/ >>PATH="$PATH:/sbin" ldconfig -n /usr/lib/httpd/modules >>---------------------------------------------------------------------- >>Libraries have been installed in: >> /usr/lib/httpd/modules >> >>If you ever happen to want to link against installed libraries >>in a given directory, LIBDIR, you must either use libtool, and >>specify the full pathname of the library, or use the `-LLIBDIR' >>flag during linking and do at least one of the following: >> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable >> during execution >> - add LIBDIR to the `LD_RUN_PATH' environment variable >> during linking >> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag >> - have your system administrator add LIBDIR to `/etc/ld.so.conf' >> >>See any operating system documentation about shared libraries for >>more information, such as the ld(1) and ld.so(8) manual pages. >>---------------------------------------------------------------------- > > > Any thoughts? > > Thanks, > > Robby > > > > ------------------------------------------------------------------------ > > ___________________________________ > fastcgi-developers mailing list > http://fastcgi.com/fastcgi-developers/ ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/