If I run it from the command line I get the following: $ test -f /bin/ps && echo "Ok" Ok
If I add it to the config file I get errors that I posted previously. Russell Premont -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sam Varshavchik Sent: Tuesday, January 07, 2003 11:31 PM To: Courier-Users Subject: [courier-users] Re: config error on courier 0.40.2 Russell Premont writes: > Here is the log file. I did notice this line, ld: fatal: library -lcposix: > not found No, that's irrelevant. Do you have 'test'? In random128/configure, around like 213, you should have: as_executable_p="test -f" Try: test -f /bin/ps && echo "Ok" ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
