[Thread Prev][Thread Next][Thread Index]
Re: [PilotMgr] Problems w/ MALsync.pm
Patrick Larkin Jr wrote:
>
> I wondered if there is something wrong with the 'patch' pgm I was
> using... /bin/patch in Solaris8 wouldnt work, but the one I had
> previously installed in /usr/local/bin (Larry Wall's 2.5) seemed
> to work.
There have been others that have had problems with the patch under
Solaris. It is probably a command line parameter issue. What is
the difference between Solaris patch and Larry Wall's? If
anyone can shed some light on this it would be much appreciated.
> to work. In any case, I started over with the malsync_src_1_8_patched.tgz
> distribution and I still get the same 'not patched' error:
> plarkin@sportster[9]% grep 14238 Pilot.xs >/dev/null \
> && echo "--- is patched" \
> || echo "--- not patched"
> --- not patched
Sorry for the confusion. The following is the up to date
version to check if your source distribution is patched.
(maybe I need a (malsync-conduit-problems)-problems.txt :)
grep "connect(port)" Pilot.xs >/dev/null \
&& echo "--- is patched" \
|| echo "--- not patched"
Anyway. Try to recompile and reinstall. Any luck?
(I updated malsync-conduit-howto.txt to use the patched sources
from the beginning and updated malsync-conduit-problems.txt to
reflect the update mentioned above)
--
Jim Baughman
Applied Research Laboratory
University of Texas, Austin
------------------------------------------------------------------------
***********************************************************
* This is a public mailing list! *
* Please do not publish Sun proprietary information here! *
* - - - - - - - - - - - - - - *
* MoreInfo/Unsubscribe @ http://www.moshpit.org/pilotmgr *
***********************************************************