NeoRouter
http://www.neorouter.com/forum/

NeoRoute client/server on Fedora 12 and openssl problem
http://www.neorouter.com/forum/viewtopic.php?f=8&t=2448
Page 1 of 1

Author:  anebi [ Fri Dec 18, 2009 5:24 am ]
Post subject:  NeoRoute client/server on Fedora 12 and openssl problem

Hi,

i'm trying to run neorouter client and server on Fedora 12, but there is a problem with openssl and the links that nerouter is trying to create under /lib. Fedora 12 comes with openssl-1.0.0-0.13.beta4.fc12.i686

And when run nrservice i get this after some seconds:

Code:
/usr/bin/nrservice: /lib/libssl.so.0.9.8: no version information available (required by /usr/bin/nrservice)
/usr/bin/nrservice: /lib/libcrypto.so.0.9.8: no version information available (required by /usr/bin/nrservice)
Usage:
  ifconfig [-a] [-v] [-s] <interface> [[<AF>] <address>]
  [add <address>[/<prefixlen>]]
  [del <address>[/<prefixlen>]]
  [[-]broadcast [<address>]]  [[-]pointopoint [<address>]]
  [netmask <address>]  [dstaddr <address>]  [tunnel <address>]
  [outfill <NN>] [keepalive <NN>]
  [hw <HW> <address>]  [metric <NN>]  [mtu <NN>]
  [[-]trailers]  [[-]arp]  [[-]allmulti]
  [multicast]  [[-]promisc]
  [mem_start <NN>]  [io_addr <NN>]  [irq <NN>]  [media <type>]
  [txqueuelen <NN>]
  [[-]dynamic]
  [up|down] ...

  <HW>=Hardware Type.
  List of possible hardware types:
    loop (Local Loopback) slip (Serial Line IP) cslip (VJ Serial Line IP)
    slip6 (6-bit Serial Line IP) cslip6 (VJ 6-bit Serial Line IP) adaptive (Adaptive Serial Line IP)
    strip (Metricom Starmode IP) ash (Ash) ether (Ethernet)
    tr (16/4 Mbps Token Ring) tr (16/4 Mbps Token Ring (New)) ax25 (AMPR AX.25)
    netrom (AMPR NET/ROM) rose (AMPR ROSE) tunnel (IPIP Tunnel)
    ppp (Point-to-Point Protocol) hdlc ((Cisco)-HDLC) lapb (LAPB)
    arcnet (ARCnet) dlci (Frame Relay DLCI) frad (Frame Relay Access Device)
    sit (IPv6-in-IPv4) fddi (Fiber Distributed Data Interface) hippi (HIPPI)
    irda (IrLAP) ec (Econet) x25 (generic X.25)
    infiniband (InfiniBand)
  <AF>=Address family. Default: inet
  List of possible address families:
    unix (UNIX Domain) inet (DARPA Internet) inet6 (IPv6)
    ax25 (AMPR AX.25) netrom (AMPR NET/ROM) rose (AMPR ROSE)
    ipx (Novell IPX) ddp (Appletalk DDP) ec (Econet)
    ash (Ash) x25 (CCITT X.25)
/bin/bash: line 1:  6244 Segmentation fault      /usr/bin/nrservice


How to proceed with this problem and how to solve it ?

Thanks in advanced!

Author:  kevinz [ Fri Dec 18, 2009 7:33 am ]
Post subject:  Re: NeoRoute client/server on Fedora 12 and openssl problem

Try to create proper symbol links to your openssl libs.

For example:
Code:
cd /lib
   ln -s libcrypto.so.0.9.8g libcrypto.so.0.9.8
   ln -s libssl.so.0.9.8g libssl.so.0.9.8

Please replace libcrypto.so.0.9.8g and libssl.so.0.9.8g with your actual lib names.

For more details please refer to http://www.neorouter.com/wiki/index.php ... _for_Linux


Thanks,
KevinZ - NeoRouter team

Author:  anebi [ Fri Dec 18, 2009 9:22 am ]
Post subject:  Re: NeoRoute client/server on Fedora 12 and openssl problem

Thanks for the reply and iformation.

I did so already, but when nrservice starts, then i try to connect to this host from other or to do something at all, i get this:

kernel: nrservice[9330]: segfault at 14 ip 04b5445b sp b57f9a20 error 4 in libcrypto.so.1.0.0[4aac000+171000]

then nrservice stops and removed network interfaces created from it.
nrservice just fails.

nrservice works for several minutes then fails with the error above.

Author:  kevinz [ Fri Dec 18, 2009 11:56 am ]
Post subject:  Re: NeoRoute client/server on Fedora 12 and openssl problem

Looks interesting. I haven't try it with openssl 1.0 yet, but I will investigate it.

Meanwhile, I believe it would be eaiser for you to find an old openssl package, for example, 0.9.8g package and create a symbol link for NR to work.

Thanks,
KevinZ - NeoRouter team

Page 1 of 1 All times are UTC - 5 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/