Re: [Ipcop-svn] SF.net SVN: ipcop:[6341] ipcop/trunk/config/rootfiles/common/zlib
Olaf Westrik <weizen_42-Yz37vSk3/[email protected]>
| Newsgroups | gmane.comp.security.ipcop.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2012-02-14 17:47, [email protected] wrote: >> Perl SSLeay seems to require libz.so. Without the libz.so symlink >> ddns updates using https are not working. Will create 2.0.4 update >> ASAP. >> > > I find a patch on debian that to my understanding fix the issue. > http://patch-tracker.debian.org/patch/series/view/libnet-ssleay-perl/1.42-1/20no-stray-libz-link.patch > > Could be replaced by a sed. > > Untested yet. That removes the dependency from SSLeay.so, before: # ldd /usr/lib/perl5/site_perl/5.10.1/i486-linux/auto/Net/SSLeay/SSLeay.so linux-gate.so.1 => (0xb773e000) libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0xb76c4000) libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0xb7594000) libz.so.1 => /lib/libz.so.1 (0xb757f000) libc.so.6 => /lib/libc.so.6 (0xb741d000) libdl.so.2 => /lib/libdl.so.2 (0xb7419000) /lib/ld-linux.so.2 (0xb773f000) After: # ldd /usr/lib/perl5/site_perl/5.10.1/i486-linux/auto/Net/SSLeay/SSLeay.so linux-gate.so.1 => (0xb7734000) libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0xb76ba000) libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0xb758a000) libc.so.6 => /lib/libc.so.6 (0xb7425000) libdl.so.2 => /lib/libdl.so.2 (0xb7421000) /lib/ld-linux.so.2 (0xb7735000) The problem seems to be elsewhere though, error still exists. This is the message : failure (HTTP/1.0 900 NET OR SSL ERROR#015#012#015#012CTX_new 2254: 1 - error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library#012CTX_new 2254: 2 - error:25070067:DSO support routines:DSO_load:could not load the shared library#012) Root problem may well be somewhere else, but only revealed by https type access for dynamic DNS. Olaf ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d