From jan@swi.psy.uva.nl Tue Jun 26 16:18:54 2001
Received: from gollem.swi.psy.uva.nl (root@gollem [145.18.152.30])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f5QEIsc15669
	for <prolog@swi.psy.uva.nl>; Tue, 26 Jun 2001 16:18:54 +0200 (MET DST)
Received: (from jan@localhost)
	by gollem.swi.psy.uva.nl (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) id f5QEIsw29001
	for prolog@swi.psy.uva.nl; Tue, 26 Jun 2001 16:18:54 +0200
Date: Tue, 26 Jun 2001 16:18:54 +0200
Message-Id: <200106261418.f5QEIsw29001@gollem.swi.psy.uva.nl>
From: Jan Wielemaker <jan@swi.psy.uva.nl>
Subject: Re: [SWIPL] About the AgentServer
To: prolog@swi.psy.uva.nl
Phone: +31 - 20 - 525 6121

> Sorry for my misspelling the 'socket' as 'system'. But after I checked I
> found there is neither a socket.pl file in the library subdirectory nor a
> socket.so file in the lib/i686-linux-gnu subdirectory. Yes, We compiled the
> source code of 4.0.7
> and installed it to RedHat 6.0 according to the instructions "install on
> unix". It seemed there were no problems during the installation. It's a
> little strange.

Seems you've done only half the installation.  The complete story is:

        <unpack sources>
        cd src
        ./configure
        make
        sudo make install
        <now you've got basic SWI-Prolog>
        cd ../packages
        <optionally edit Makefile to (de)select packages>
        ./configure
        make
        sudo make install
        <now you've got sockets, process management, SGML/XML, RDF, graphics, etc>

Where did you get this old installation instruction from?

        --- Jan

