
May 14th, 2003, 01:40 PM
|
|
Contributing User
|
|
Join Date: Feb 2003
Location: College Station, TX
Posts: 97
Time spent in forums: 11 h 18 m 16 sec
Reputation Power: 6
|
|
|
Installing SSLeay
I've got a script that communicates with Authorize.net and it needs SSLeay installed. So I think I installed SSLeay, I did the following:
perl Configure linux-elf
make
make install
and they all worked. When I just type ssleay it runs some ssleay console, so I'm pretty damn sure it's installed.
The problem is that when I run the script it still doesn't detect SSLeay! So is there something I need to do like restart apache or something to make it start working for scripts on websites? Thanks.
|