In article <[EMAIL PROTECTED]> you wrote:

> I'm no C developer, so I hope someone can suggest a course of action
> here. 
> 
> - RedHat 6.0 (upgraded from 5.1)
> - Perl 5.005_03
> - apache_1.3.6           ( Installed in /usr/local/apache ) 
> - mod_perl-1.19
> - openssl-0.9.2b         ( Installed in /usr/local/ssl )
> - mod_ssl-2.2.8-1.3.6  
> 
> Everything goes fine until line 480 of openssl-0.9.2b/INSTALL:
> 
> ----------------------------------------------------------------------
> [hannj@viaweb2 apache_1.3.6]$ ./configure \
>> --prefix=/usr/local/apache \
>> --enable-module=ssl \
>> --activate-module=src/modules/perl/libperl.a \
>> --enable-module=perl
> Configuring for Apache, Version 1.3.6
>  + using installation path layout: Apache (config.layout)
>  + activated perl module (modules/perl/libperl.a)
> Creating Makefile
> Creating Configuration.apaci in src
>       + id: mod_perl/1.19
>       + id: Perl/5.00503 (linux) [perl]
> /usr/bin/ld: cannot open -lgdbm: No such file or directory

I guess your Perl 5.005_03 wasn't installed by you from source.  Instead you
seem to installed a binary which was created by someone who had the gdbm
package installed.  But your system don't has this package, so the picked up
-lgdbm (from Perl's Config.pm) doesn't work.  Install the gdbm package.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to