[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problem building swig Perl Bindings realted to SSL

From: Seth Falcon <sfalcon_at_fhcrc.org>
Date: 2007-03-01 20:13:21 CET

Update:

I tried building against an external neon which is linked against libssl, but
this did not help.

Next I tried adding -lss to the LIBS in
SVN/subversion/bindings/swig/perl/native/Makefile.PL

I realize this is not the right solution, but after applying this:

@@ -47,7 +47,7 @@
     LIBS => [join(' ', $apr_ldflags,
                   (map {$_ = abs_path($_); "-L$_"} @ldpaths),
                   @ldmodules, '-lsvn_swig_perl-1',
- `$swig -perl -ldflags`)],
+ `$swig -perl -ldflags`, '-lssl')],
     test => { TESTS => "$swig_srcdir/perl/native/t/*.t" }
 );

the binding did pass their tests. So I think that what is needed is for -lssl
to get added when it is needed. Can someone suggest a cleaner way to do this?

+ seth

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 1 20:26:17 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.