Re: [Simh] simh under slackware64

2012-02-28 Thread Nathan Cutler

 I think that the package will probably always be called libpcap0.8


Good luck with that one ;-)
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

[Simh] simh under slackware64

2012-02-21 Thread valdir

Hi..

Did anyone get success on making/compiling simh on linux64 plataform?
Simh asks libpcap.a, that doenst exist on /usr/local/lib.

//valdir//

___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh


Re: [Simh] simh under slackware64

2012-02-21 Thread Quentin North (noisy)
Download the slackware libpcap package from 
http://search.slackware.eu/cgi-bin/package.cgi/download/slackware-current/slackware/l/libpcap-1.1.1-i486-1.txz/USA

Next  as root use installpkg -m libpcap to install the downloaded package. You 
should then have libpcap.so which is what simh requires to link.

Alternatively use a different distro which is simpler to manage such as Red 
Hat/Centos or Debian, where all you need to do is type yum install libpcap or 
aptitude install libpcap and they will automatically download and install the 
package ready for simh. Indeed, on debian and RH/Centos, you can just do yum 
install simh and the whole lot is downloaded and installed including all 
dependences.




On 21 Feb 2012, at 22:30, valdir wrote:

 Problem, my distro is slackware, not debian...
 actually, I found a libpcap.a under /usr/lib64. I've tried with a symbolic 
 link to, but returns errors at all.
 Perhaps I must review simh source...which I want to avoid...but...
 
 
 
 On 21-02-2012 20:20, Sergey Oboguev wrote:
 Try using apt-get or Synaptic manager to install libpcap{version} and
 libpcap-dev/libpcap{version}-dev.
 Recent (man be no longer the latest as of now) {version} for 64-bit linux was
 0.8.
 
 
 From: valdirvaldir.marques.fr...@itelefonica.com.br
 To: simh@trailing-edge.com
 Sent: Tue, February 21, 2012 1:52:08 PM
 Subject: [Simh] simh under slackware64
 
 Hi..
 
 Did anyone get success on making/compiling simh on linux64 plataform?
 Simh asks libpcap.a, that doenst exist on /usr/local/lib.
 
 //valdir//
 
 ___
 Simh mailing list
 Simh@trailing-edge.com
 http://mailman.trailing-edge.com/mailman/listinfo/simh
 
 
 
 ___
 Simh mailing list
 Simh@trailing-edge.com
 http://mailman.trailing-edge.com/mailman/listinfo/simh

___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh