[ic] Compile problems on Solaris

Mike Heins mike at perusion.com
Wed May 12 11:44:13 EDT 2004


Quoting Jim O'Gorman (jim.ogorman at iuniverse.com):
> On May 11, 2004, at 6:06 PM, Mike Heins wrote:
> >When test 1 and 2 work it pretty much insures Interchange can run
> >on the system.
> >
> >Have you just tried "make install" and running in UNIX mode? I bet
> >this is nothing more than a firewall preventing a connection on
> >port 8786.
> 
> 
> Thanks for taking the time to reply.
> 
> I don't have any host based firewall running on this system at all, so 
> there should be nothing preventing any connections. I checked netstat 
> to see if there was anything running on that port, and there was. With 
> pfiles I pulled out the details:

[snip]

I believe you are simply running into the process not being
able to be killed on Solaris.

> 
> So, I killed all the processes, and then double checked that port was 
> open with netstat. After that I tried running configure again and got 
> this:
> 
> ---
> 
> Manifying blib/man3/Vend::Ship::QueryUPS.3
> PERL_DL_NONLAZY=1 /usr/local/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
> server/unixmode.......ok 1
> server/startup........ok 2
> link/unixmode.........ok 3
> server/inetmode.......The previous Interchange server was not running 
> and probably
> terminated with an error.
> ok 4
> link/inetmode.........ok 5
> server/control........The previous Interchange server was not running 
> and probably
> terminated with an error.
> bash-2.05# netstat -an -f inet | grep 8786
>       *.8786               *.*                0      0 49152      0 
> LISTEN
> 127.0.0.1.8786       127.0.0.1.32920      49152      0 49152      0 
> TIME_WAIT
> 
> ---
> 
> And again there were interchange process left running as shown by ps.
> 
> I don't see any glaring networking issues with this machine. There is 
> no firewall, it has general network access, no issues with localhost or 
> its own hostname being set wrong, etc.
> 
> I am not familiar with how to do a make install and run it in unix 
> mode. Is there a doc that I missed?

Just run instead of ./configure:

	perl Makefile.PL
	make
	make install

-- 
Mike Heins
Perusion -- Expert Interchange Consulting    http://www.perusion.com/
phone +1.765.647.1295  tollfree 800-949-1889 <mike at perusion.com>

Friends don't let friends use Outlook. -- Bob Blaylock


More information about the interchange-users mailing list