Thanks for the response. Sorry I didn't get back to you earlier. I am working on the project that I discussed with this list on a temporary basis, so I only have access to the machine once a week. I have however tested your solution on another FC5 machine, and was able to install ClearSilver after installing the zlib-devel rpm package. I assume that this was the problem before.
Once again, thanks.
Jeff
On 5/17/06, Brandon Long <blong@...> wrote:
Do you have the zlib-devel rpm installed?
Does 'locate libz.a' return anything?
Brandon
On 05/17/06 chandj34 uttered the following other thing:
> Hello,
>
> I am compiling clearsilver on Fedora Core 5, but the perl module is
> not compiling properly. The configure script completes, but the
> 'make' does not get through the Perl module (which is the module that
> I want). Below is the output from .configure and make:
>
> [root@localhost clearsilver-0.10.3]# ./configure --enable-perl
> --disable-python --disable-ruby --disable-java --disable-csharp
> --disable-apache --disable-gettext --disable-remote-debugger checking
> for gcc... gcc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking whether ln -s works... yes
> checking for ar... ar
> checking for ranlib... ranlib
> checking whether make sets $(MAKE)... yes
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for Neotonic Paths... not found
> checking for dirent.h that defines DIR... yes
> checking for library containing opendir... none required
> checking for egrep... grep -E
> checking for ANSI C header files... yes
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking stdarg.h usability... yes
> checking stdarg.h presence... yes
> checking for stdarg.h... yes
> checking varargs.h usability... no
> checking varargs.h presence... no
> checking for varargs.h... no
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking for strings.h... (cached) yes
> checking sys/ioctl.h usability... yes
> checking sys/ioctl.h presence... yes
> checking for sys/ioctl.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking for unistd.h... (cached) yes
> checking for an ANSI C-conforming const... yes
> checking for mode_t... yes
> checking for off_t... yes
> checking for pid_t... yes
> checking for size_t... yes
> checking whether time.h and sys/time.h may both be included... yes
> checking whether struct tm is in sys/time.h or time.h... time.h
> checking for struct tm.tm_zone... yes
> checking return type of signal handlers... void
> checking for strftime... yes
> checking for vprintf... yes
> checking for _doprnt... no
> checking for wait3 that fills in rusage... yes
> checking for gettimeofday... yes
> checking for mktime... yes
> checking for putenv... yes
> checking for strerror... yes
> checking for strspn... yes
> checking for strtod... yes
> checking for strtol... yes
> checking for strtoul... yes
> checking for random... yes
> checking for rand... yes
> checking for drand48... yes
> Disabling wdb code
> checking for lockf... yes
> checking pthread.h usability... yes
> checking pthread.h presence... yes
> checking for pthread.h... yes
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for snprintf... yes
> checking for vsnprintf... yes
> checking for localtime_r... yes
> checking whether localtime_r is declared... yes
> checking for gmtime_r... yes
> checking whether gmtime_r is declared... yes
> checking for strtok_r... yes
> checking whether strtok_r is declared... yes
> checking for mkstemp... yes
> checking for regexec... yes
> checking for deflate in -lz... no
> Disabling Apache 1.3.x Module
> Disabling python module
> checking for perl >= 5.006... found /usr/bin/perl
> Disabling ruby module
> Disabling java module
> Disabling csharp module
> configure: creating ./config.status
> config.status: creating rules.mk
> config.status: creating cs_config.h
> config.status: cs_config.h is unchanged
>
> [root@localhost clearsilver-0.10.3]# make
> ******************************************* ** Building Dependencies
> ** OSNAME: Linux
> ** (done)
> make[1]: Entering directory `/usr/local/src/clearsilver-0.10.3/util'
> *******************************************
> ** Building Dependencies
> ** OSNAME: Linux
> ** (done)
> make[1]: Leaving directory `/usr/local/src/clearsilver-0.10.3/util'
> make[1]: Entering directory `/usr/local/src/clearsilver-0.10.3 /util'
> make[1]: Nothing to be done for `depend'.
> make[1]: Leaving directory `/usr/local/src/clearsilver-0.10.3/util'
> make[1]: Entering directory `/usr/local/src/clearsilver-0.10.3/cs'
> *******************************************
> ** Building Dependencies
> ** OSNAME: Linux
> ** (done)
> make[1]: Leaving directory `/usr/local/src/clearsilver-0.10.3/cs'
> make[1]: Entering directory `/usr/local/src/clearsilver-0.10.3 /cs'
> make[1]: Nothing to be done for `depend'.
> make[1]: Leaving directory `/usr/local/src/clearsilver-0.10.3/cs'
> make[1]: Entering directory `/usr/local/src/clearsilver-0.10.3/cgi'
> *******************************************
> ** Building Dependencies
> ** OSNAME: Linux
> ** (done)
> make[1]: Leaving directory `/usr/local/src/clearsilver-0.10.3/cgi'
> make[1]: Entering directory `/usr/local/src/clearsilver-0.10.3 /cgi'
> make[1]: Nothing to be done for `depend'.
> make[1]: Leaving directory `/usr/local/src/clearsilver-0.10.3/cgi'
> make[1]: Entering directory `/usr/local/src/clearsilver-0.10.3/util'
> make[1]: Nothing to be done for `everything'.
> make[1]: Leaving directory `/usr/local/src/clearsilver-0.10.3/util'
> make[1]: Entering directory `/usr/local/src/clearsilver-0.10.3/cs'
> make[1]: Nothing to be done for `everything'.
> make[1]: Leaving directory `/usr/local/src/clearsilver- 0.10.3/cs'
> make[1]: Entering directory `/usr/local/src/clearsilver-0.10.3/cgi'
> make[1]: Nothing to be done for `everything'.
> make[1]: Leaving directory `/usr/local/src/clearsilver-0.10.3/cgi'
> make[1]: Entering directory `/usr/local/src/clearsilver- 0.10.3/perl'
> rm -f blib/arch/auto/ClearSilver/ClearSilver.so
> gcc -shared -L/usr/local/lib ClearSilver.o -o
> blib/arch/auto/ClearSilver/ClearSilver.so \
> -L/usr/local/src/clearsilver- 0.10.3/perl/../libs -lneo_cgi -lneo_cs
> -lneo_utl -lz \
>
> /usr/bin/ld: cannot find -lz
> collect2: ld returned 1 exit status
> make[1]: *** [blib/arch/auto/ClearSilver/ClearSilver.so] Error 1
> make[1]: Leaving directory `/usr/local/src/clearsilver-0.10.3/perl'
> make: *** [cs] Error 2
>
>
> Any help would be much appreciated.
>
> Thanks,
>
> Jeff
>
>
>
>
>
>
>
>
>
>
> ------------------------ Yahoo! Groups Sponsor --------------------~-->
> Home is just a click away. Make Yahoo! your home page now.
> http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/W4wwlB/TM
> --------------------------------------------------------------------~->
>
>
> Yahoo! Groups Links
>
> <*> To visit your group on the web, go to:
> http://groups.yahoo.com/group/ClearSilver/
>
> <*> To unsubscribe from this group, send an email to:
> ClearSilver-unsubscribe@yahoogroups.com
>
> <*> Your use of Yahoo! Groups is subject to:
> http://docs.yahoo.com/info/terms/
>
>
--
"God took 6 days to create the world, but the first one was an allnighter."
-- leibniz rumor
http://www.fiction.net/blong/
--
Jeffrey Chandler
jeffrey.chandler@...