-
Frank - Yes, so long as you are doing a local xargs for this package, I really don't see any problem with just commenting out the sanity check.
With regard to the "/bin/cat: Argument list too long" problem, it's possible that this could be related to the first thing I checked for when I had the xargs problem. Basically, by putting a whole lot of configuration in the environment, you...
2001-09-05 12:34:13 UTC in SF generic installatation
-
I've had this problem. The basic issue is that you need to rebuild PHP with mcrypt support. The SourceForge folks changed the encryption they were using for session keys from 2.5 to 2.6. You can find a little more information if you search the sf-genericinst forums for "mcrypt". Frank Schulte has an aside about this in a response to another forum posting. We're still in the process of...
2001-09-05 12:14:52 UTC in Alexandria-Devel
-
If this is the "xargs:environment is too large for exec" error, check out my followup in the Bugs track to "Step 4.4 fails due to env size on RedHat"
-- Dean.
2001-08-22 16:16:41 UTC in SF generic installatation
-
Logged In: YES
user_id=160852
I've found a workaround to this problem. The basic issue is
that the version of xargs that comes with RedHat 7.1 (part
of findutils-4.1.6-2) basically dates to about 1994, and so
assumes 1994 era memory limitations. As a result, it has an
explicit "sanity check" on the size of the environment that
it is given, even if a larger environment size...
2001-08-22 16:10:54 UTC in SF generic installatation