Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [katabd] Payment method set up error

Quote Reply
Re: [katabd] Payment method set up error In reply to
Okay, first you need to download the Net::SSLeay package:

Code:
wget http://cpan.gossamer-threads.com/modules/by-module/Net/Net_SSLeay.pm-1.25.tar.gz

Now, extract it, and enter the extracted directory:

Code:
tar xvzf Net_SSLeay.pm-1.25.tar.gz
cd Net_SSLeay.pm-1.25

Now type:

Code:
perl Makefile.PL -- LIB=/path/to/your/gforum/admin

You should see something like:

Code:
Checking for OpenSSL-0.9.6j or 0.9.7b or newer...
You have OpenSSL-0.9.7b installed in /usr
*** Could not figure out which C compiler was used to compile /usr/bin/openssl. It is essentiall that OpenSSL, perl, and Net::SSLeay are compiled with the same compiler and flags. Mixing and matching compilers is not supported. at Makefile.PL line 140.
Enabling gcc -fPIC optimization
Checking if your kit is complete...
Looks good
Checking if your kit is complete...
Looks good
Writing Makefile for Net::SSLeay::Handle
Writing Makefile for Net::SSLeay

Now, to build, test, and install it, type:

Code:
make && make test && make install

It will take somewhere between about 10 and 30 seconds to do this, depending on the speed of the server. Once it's done, GForum will be able to use Net::SSLeay. If you get an error somewhere along the line, reply to me and I'll help you work it out.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Subject Author Views Date
Thread Payment method set up error katabd 3746 Sep 13, 2003, 8:44 PM
Thread Re: [katabd] Payment method set up error
Jagerman 3676 Sep 14, 2003, 12:14 AM
Thread Re: [Jagerman] Payment method set up error
katabd 3675 Sep 14, 2003, 7:07 AM
Thread Re: [katabd] Payment method set up error
Jagerman 3665 Sep 14, 2003, 2:46 PM
Post Re: [Jagerman] Payment method set up error
katabd 3643 Sep 17, 2003, 8:25 AM