Compiling Net::SSLeay on HPUX

Etusivu
Liitteet:
Viesti alkuperäisessä muodossaan
+ (text/plain)
Poista viesti
Vastaa
Lähettäjä: KevinBuettnerkev@primenet.com
Päiväys:  
Aihe: Compiling Net::SSLeay on HPUX
On Dec 7, 9:00am, Don Harrop wrote:

> I've recompiled openssl just to make
> sure it's being compiled with the right compiler and it is. I didn't
> specify -fpic on the gcc build and can't remember what the makefile
> did. I'll run through it again and see what happens. Any other ideas?


I really think that building it with gcc's -fpic (or perhaps -fPIC)
option is the key since the linker is complaining that the library in
question is not position independent.

Kevin